Get Field value List applet in the JS , the Field is available in column displayued but not necessar
Hi ,
In the JS I'm stuck , in the RecordSet I need to fetch the value for each record in the List applet but the this Field is not exposed in the UI , although it is available in the column displayed , I don't want user to be forced to have that field in the Ui exposed .
I'm new to the JS I know it's easier if the field is exposed in UI
sStatus =recordset[Index]["Status"];
But how do I achieve this when it is not exposed .. As I understand GetRawRecordSet will only get the exposed and Hidden system fields .. And Get RecordSet only the exposed UI fields