Preferred way to create a Constant based on a Record Type
Hi Guys, what is the prefered way to create and use constants in an appian application.
I have created the following record types "Order", "Order Lines", "Order Type" and "Order Status".
The "Order" Record Type has an orderTypeId (Number - integer) and orderStatusId (Number - integer) fields and relationships added to these tables.
I have now created two constants called "CONS_ORDER_TYPE" and "CONS_ORDER_STATUS" which binds directly to the above mentioned Record Types.
How would you use these two constants in eg. a dropdown list?
I mean, if you create a constant of type array and add text values {"Created","On Hold", "Fulfilled"} what is the purpose to create the "Record Type" entities for the constants (Order Type and Order Status) since you can just use the data type "text" for the orderStatusId and orderTypeId fields on the "Order" record type.
