Response parameters: Columns section
- Last UpdatedAug 29, 2023
- 1 minute read
The Columns section contains detailed information on columns.
<Columns>
<Column name="Movement_x0020_Id" type="xs:Int" displayName="Movement Id" localizedDisplayName="Movement_x0020_Id" hasThresholds="false" hasSpecificationLimits="false" />
<Column name="Sample_x0020_Period" type="xs:DateTime" displayName="Sample Period"
localizedDisplayName="Sample_x0020_Period" category="Standard" subCategory="Record
Information" clrFormat="G" hasThresholds="false" hasSpecificationLimits="false" />
<Column name="Location" type="xs:String" displayName="Location" localizedDisplayName="Location"
category="Standard" subCategory="Record Information" hasThresholds="false" hasSpecificationLimits="false"
/>
<Column name="Material" type="xs:String" displayName="Material" localizedDisplayName="" category="" subCategory="" clrFormat="" units="" hasThresholds="false" hasSpecificationLimits="false" />
</Columns>
|
Parameter |
Description |
|---|---|
|
name |
Returns the metadata tag value for column name. This is a string value. For example, LastModified. |
|
type |
Returns the metadata tag value for data type. Can be any valid data type. For example, Boolean, String. |
|
displayName |
Returns the metadata tag value for display name. For example, IsManual, HasAudit, LastModified. |
|
localizedDisplayName |
Returns the metadata tag for localizedDisplayName. This is a string value. For example, IsManual, HasAudit, LastModified. |
|
hasThresholds |
Specifies whether the field has thresholds configured. Value is True or False. |
|
hasSpecificationLimits |
Specifies whether the field has specification limits configured. Value is True or False. |
|
category |
Returns the metadata tag value for category. The category groups fields when displaying in user input forms. This is a string value. |
|
subCategory |
Returns the metadata tag for subcategory. The subcategory groups fields when displaying in user input forms. This is a string value. |