Making Product Selection mandatory on Lead Creation Pages in CX Mobile application
Summary:
In CX Mobile application, we want to make the product selection mandatory while creating a Lead. We do not want this to be mandatory for Web application users, however, product selection should be mandatory for Mobile application users.
Tried below 'On Create' script, but this is not helping. Kindly help with the expected code to be used.
currentRow.setColumnMandatory("LeadProductNumber", true);
CX Mobile App Version: 24.10.01.0043
Client Version : 25.01.03
0