Skip to main content
Contains information about which configuration fields that is visible in the GUI. Read only and mandatory fields are also specified.

Constructors

NSQuoteLineConfiguration()

Initializes a new instance of the NSQuoteLineConfiguration class.

Methods

GetEditable()

Returns: CRMScript.Global.Bool - Is this a read only field? Example:

GetFieldName()

Returns: CRMScript.Global.String - The name of the field being configured, from data dictionary. Example:

GetInUse()

Returns: CRMScript.Global.Bool - Should this field be displayed in the GUI? Example:

GetLabel()

Returns: CRMScript.Global.String - Label resource string. Example:

GetMandatory()

Returns: CRMScript.Global.Bool - Is this a mandatory field? Example:

GetQuoteLineConfigurationId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank of the field. Example:

GetRestrictEdit()

Returns: CRMScript.Global.Bool - If true, then this field cannot be set readwrite or mandatory It’s bound to be readonly. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip resource string. Example:

SetEditable(Bool)

Returns: CRMScript.Global.Void Example:

SetFieldName(String)

Returns: CRMScript.Global.Void Example:

SetInUse(Bool)

Returns: CRMScript.Global.Void Example:

SetLabel(String)

Returns: CRMScript.Global.Void Example:

SetMandatory(Bool)

Returns: CRMScript.Global.Void Example:

SetQuoteLineConfigurationId(Integer)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetRestrictEdit(Bool)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example: