1. OG data type - JSEditOperations

    Article: AN0001713Updated: 29.03.2019

    Object contains settings for enabling/disabling record creation, saving or deletion.

    If the user can perform the operation according to the roles setup, then the corresponding indication is set to TRUE. In the script you can change this indication to FALSE, by which you will disable the operation.

    Object properties

    Name Description
    bool EnabledCreate Indication, whether the user can create a new record.
    bool EnabledCreateAsNew Příznak, zda uživatel může vytvořit nový záznam pomocí tlačítka Jako nový.
    bool EnabledSave Indication, whether the user can save a record.
    bool EnabledDelete Indication, whether the user can delete a record.
    bool EnableSaveAndNew Příznak, zda uživatel může záznam uložit a nový.
    bool EnableSaveAndStay Příznak, zda uživatel může záznam uložit a zůstat.
    bool EnableSaveAsTemplate Příznak, zda uživatel může záznam uložit jako šablonu.

     

×