STRUCTURE RESULTS
Code Block |
---|
{ "index": 0, // the column index "fkey": "1~en~0", // Determine key of column "fkeyLayout": "1~en~0", // Gets the column key in the layout that corresponds. "ftype": 1, // type of content to show in column "fqualifier": 0, // code required to know eactly which content: custom field id "name": "Anglais", // Locale namename/title of the field "loct": "Anglais", // name of locale "loc": "en", // Locale code code required to know eactly which content: locale, custom field id, etc. "loc_rtl": false, // Thethe locale is RTL right to left. For example: Hebrew, Arabic "loc_cmplx": false, // Thethis localeis isa complex script. Used for Arabic, Hebrew, etc. "loc_ea": false // ???this is an east asia script. For example: Chinese or Japanese. "canEdit": true // the field can be edited } |
STRUCTURE QUERY
Code Block |
---|
{ "fkey": "1~en~0", "ftype": 1, "fqualifier": 0, "loc": "en", "loct": "Anglais", "name": "Anglais" // Determine key of column } |