stcUserFieldsTableValue Members
The stcUserFieldsTableValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DataType |
One of the possible values for the enumerated Data type clsEnum.hsmdDataType
|
![]() |
FieldCaption |
Display Name of the custom field
|
![]() |
FieldId |
Unique id of the custom field stored in table named tblMetaDataField
|
![]() |
FieldName |
Unique Field Identifier of the custom field
|
![]() |
FieldValue |
Data value to be set for the custom field
|
![]() |
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)
|
![]() |
HostTableId |
Id of the table under which this field is stored. HostTableId is the id of the table tblDataBaseMainTable
|
![]() |
Id |
ID of the custom field same as field ID
|
![]() |
IsEncrypted | |
![]() |
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… |
![]() |
IsUpdateble |
Not in use
|
![]() |
ObjectCurrentValue |
Current updated value of the field same as field Value
|
![]() |
ObjectPreviousValue |
Last saved custom field value
|
![]() |
Trace |
Information about the changes made to the custom field if HasTrace is set to true
|