getIdentifierDataTypeFromIdentifierStructure
Use this macro to retrieve the data types of the individual identifying attributes.
string getIdentifierDataTypeFromIdentifierStructure(
long xmlnode, string table, string field)
This table shows the arguments:
Argument | Description |
---|---|
XML node | XML node that contains the table identifiers (retrieved
with macro
getTableIdentifiers.<Component>() )
|
Table | The table to retrieve the data type of the identifying attribute |
Field | The field name of the identifying attribute to retrieve the data type |
Example:
ret = getTableIdentifiers.PurchaseOrderBOD(header.xml)
datatype = getIdentifierDataTypeFromIdentifierStructure(
header.xml, "tdpur400", "orno")