Attribute Object
  • 1 Minute to read
  • PDF

Attribute Object

  • PDF

Article summary

Attribute Object

 

For more information on attributes, visit the Attribute Maintenance page. 



 

ObjectType

 

Description: The attribute type

Date Type: String

Required: Yes

 

 


ObjectName

 

Description: The attribute name.

Data Type: String

Data Length: 10

Required: Yes

 


 

ObjectDescription

 

Description: A description of the name.  This will be used as the label on the mobile device.

Data Type: String

Data Length: 50

Required: Yes


 

 

ObjectDataType

 

Description: Attribute data type.  This will be used for client-side validation.

Data Type: String

Required: True

Values: Boolean, Date, Decimal, Image, Integer, String

 


 

ObjectValue

 

Description: The attribute's value. 

Data Type: Boolean, Date, Decimal, Image, Integer, String 

Required: Depending on the item's data type. 


 

 


 

Example

 

[

  {

     "ObjectType": "SERIAL",

     "ObjectName": "Manufacture Date",

     "ObjectDescription": "Date the item was tested",

     "ObjectDataType": "DATE",

     "ObjectValue": "01/01/2021"

  }

]