Is there an easy way to check in the JS API that a multi-picklist field value includes a value?
Something like the below preferably?
var caseModel = skuid.model.getModel(‘Case’);
var caseRow = caseModel.getFirstRow();
if(caseRow.FieldName.includes(‘My Value’)){
// Do stuff
}
Question
Javascript check if multipicklist value inlcudes value
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

