S
Santosh Patel
Guest
I tried out the getSelectedIds function and it seems to give me the selected ids list. Are you on public cloud? If so, can you enable support access in your tenant so that I can get in and verify the problem? This is what I tried. On employee object, create an object script trigger with this content rbv_api.setFieldValue('employee5', 125979957, 'updateselectcount', rbv_api.getSelectedIds('employee5').length); updateselectcount is integration name for the field that i'm updating the count of selected ids with. 125979957 is id for a particular employee where i'm updating the count field (just for checking the value). And then in UI after selecting 3 values, this is what I invoked. rbf_runTrigger('employee5',125979957,223254729,false, function(data) {console.log(data);}); 223254729 - the object script trigger's id on a successful run the console prints "true" and if you refresh the grid data, employee id 125979957 record's updateselectcount field shows the value 3
Continue reading...
Continue reading...