How can we use fields in a extension table in a client script of type “Mobile Only”.
Ex: User have created a extension table to task and added several fields. If those fields are to be used in a client script, can those be directly used as if they are fields from the task table?
What is the correct use from the following two?
- setControlValue("TASK","CUST_FIELD_1", ‘value_1’);
- setControlValue("TASK_EXT","CUST_FIELD_1", ‘value_1’);