Class DBC.ScreenDefinitionActionFields
Fields for ScreenDefinitionAction, An action to perform for a certain button in an screen
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ScreenDefinitionActionFields
Fields
Button
ScreenDefinitionAction.Button: The name of the button triggering this action
Declaration
public const string Button = "button"
Field Value
Type | Description |
---|---|
string |
DoCheck
ScreenDefinitionAction.DoCheck: If set, then run check() before executing button (making sure values in form fields are ok)
Declaration
public const string DoCheck = "do_check"
Field Value
Type | Description |
---|---|
string |
Ejscript
ScreenDefinitionAction.Ejscript: Deprecated. The ejscript to execute if this is a form which is posted
Declaration
public const string Ejscript = "ejscript"
Field Value
Type | Description |
---|---|
string |
EjscriptBody
ScreenDefinitionAction.EjscriptBody: The script to execute for this button/action
Declaration
public const string EjscriptBody = "ejscript_body"
Field Value
Type | Description |
---|---|
string |
ScreenDefinition
ScreenDefinitionAction.ScreenDefinition: The screen-definition this element belongs to
Declaration
public const string ScreenDefinition = "screen_definition"
Field Value
Type | Description |
---|---|
string |
ScreenDefinitionActionId
ScreenDefinitionAction.ScreenDefinitionActionId: Primary key
Declaration
public const string ScreenDefinitionActionId = "id"
Field Value
Type | Description |
---|---|
string |