Show / Hide Table of Contents

Class DBC.ScreenDefinitionActionFields

Fields for ScreenDefinitionAction, An action to perform for a certain button in an screen

Inheritance
Object
DBC.ScreenDefinitionActionFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top