ServicePRO SDK Help

stcUserFieldsTableValue Members

The stcUserFieldsTableValue type exposes the following members.

Methods


  Name Description
Public method Clone

Properties


  Name Description
Public property DataType
One of the possible values for the enumerated Data type clsEnum.hsmdDataType
Public property FieldCaption
Display Name of the custom field
Public property FieldId
Unique id of the custom field stored in table named tblMetaDataField
Public property FieldName
Unique Field Identifier of the custom field
Public property FieldValue
Data value to be set for the custom field
Public property HasTrace
True – to add the memo trace on custom field otherwise set it to false (This has to be in synch with the Trace property set for the Custom Field)
Public property HostTableId
Id of the table under which this field is stored. HostTableId is the id of the table tblDataBaseMainTable
Public property Id
ID of the custom field same as field ID
Public property IsEncrypted
Public property IsRelated
True – for related fields such as DB Lookup , View only Reference and Shared Reference field
False- In all other non- related custom fields like Text Box, Numeric, and Date/Date Time etc…
Public property IsUpdateble
Not in use
Public property ObjectCurrentValue
Current updated value of the field same as field Value
Public property ObjectPreviousValue
Last saved custom field value
Public property Trace
Information about the changes made to the custom field if HasTrace is set to true