HI,
I have created a UI-Field in skuid ‘Sample’ and linked it with the salesforce field ‘Sample__C’
its a checkbox field. I am trying to save the data using below JS and it is working.
var params = arguments[0],
$ = skuid.$;
console.log(params.model);
var mymodel=params.model;
var row=mymodel.getFirstRow();
var fieldMap = {};
mymodel.updateRow(row,‘Sample__C’,row.Sample);
But on the UI, when I check the ‘Sample’ field, save and refresh the page the field is Unchecked. can anyone suggest me how to resolve this issue.
Thanks in advance.
Question
Need help with the Skuid UI Only field

Translate
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.