FieldData
This object holds field information during CRUD operation.The FieldNames property in DARequest should contain objects of this type. The following table provides the properties that are available and thier usage.
Property Name
Data Type
Data Flow
Description
FieldName
String
Input
Name of the database object field.
FieldValue
String
Input
Value used for insertion or updates.
FieldType
String
Input
Data type of the field value.
If you enter any value other than string, make sure to use the respective data type in the DataAccess API tool as mentioned below:
Double for Numbers
Currency for Currency
Percent for Percentage (%)
Was this helpful?