1. OG data type - JSOGRunFrom

    Article: AN0001719Updated:

    Enumeration type defining from where the script was started.

     

    Value Name Description
    0 ApplicationEvent_ApplicationStart Script is started after application start.
    1 ApplicationEvent_SessionStart Script is started after creation of ASP.NET session of a new user.
    2 Import Script is started at import.
    3 Export Script is started at export.
    4 WorkflowActivity_Task Script is started at processing Task activity for workflow.
    5 WorkflowActivity_Script Script is started at processing Script activity for workflow.
    6 ControlOperation Script is started after clicking on a button.
    7 WorkflowActivity_RunWorkflowBefore Script is started at processing Start workflow activity with set up Script before workflow start.
    8 WorkflowActivity_RunWorkflowAfter Script is started at processing Start workflow activity with set up Script after workflow end.
    9 ClassDef_Rule Script is started for rule Script in the class.
    10 ScriptWebPart_OnLoad Script is started at the event OnLoad of the webpartu Script.
    11 ScriptWebPart_OnPreRender Script is started at the event OnPreRender of the webpartu Script.
    12 ScriptWebPart_Events Skript is started at the event on controls of webpart Skript. E.g.: clicking on a toolbar button.

     

×