Suite Deal
06/15/2021, 12:50 PMtype: serverWidget.SublistType.LIST
that calls a ClientScript to set the values. The following works for INLINEEDITOR, but I can't seem to set the values for a LIST sublist. Any insight would be helpful:
/* Client Script CurrentRecord */
//Display Search Results in LIST
myRecord.selectNewLine({
sublistId: 'sublist_2'
});
myRecord.setCurrentSublistValue({
sublistId: 'sublist_2',
fieldId: 'business_name',
value: entity
});
myRecord.commitLine({
sublistId: 'sublist_2'
});
KevinJ of Kansas
06/15/2021, 3:42 PM