Skip to main content
Carrier object for LocalizedField.

Constructors

NSLocalizedField()

Initializes a new instance of the NSLocalizedField class.

Methods

GetAddressType()

Returns: CRMScript.Global.String

GetLabel()

Returns: CRMScript.Global.String - The label of the field.

GetName()

Returns: CRMScript.Global.String - Name of the value field.

GetTooltip()

Returns: CRMScript.Global.String - The tooltip.

GetValue()

Returns: CRMScript.Global.String - The field’s value.

GetValueLength()

Returns: CRMScript.Global.Integer - Database length of the value.

SetAddressType(String)

Returns: CRMScript.Global.Void

SetLabel(String)

Returns: CRMScript.Global.Void

SetName(String)

Returns: CRMScript.Global.Void

SetTooltip(String)

Returns: CRMScript.Global.Void

SetValue(String)

Returns: CRMScript.Global.Void

SetValueLength(Integer)

Returns: CRMScript.Global.Void