data type of display value of a column(not internal type) using rest api
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2024 09:07 AM
I want to retrieve the data type of column, not internal type. I know how to get internal type using sys_dictionary, I am looking for data type of column for example
state column in task table has internal type integer but display value is string(Open, closed)
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 11:09 PM
I am looking for the type of display value, base_type perse. So basically for state I am looking for type of its display value which is integer. Internal_type is the type of actual value 1,2,3... display value for state is open, closed etc which is string