Hi Support,
I am looking at the Quotes pluggin from the JET api in App Studio.
When running the onUpdate() function, I would like to extract row fields instead of formatted fields.
I noticed that for some data I can extract the raw type but for others is not available.
Example:
if (updatedValues["CF_LAST"]) 
{
var lastp_raw = updatedValues["CF_LAST"].raw; 
 }---> this is available
if (updatedValues["PRIMACT_1"]) { 
var bid_raw = updatedValues["PRIMACT_1"].raw; 
 }--->this is undefined
Could you please confirm that this is normal behavior?
Many thanks for yout answer.
Raluca