Function to count the characters of a string.

Function to count the characters of the company name, and it will show an alert message if the character count exceeds 74.   function characterCount(scriptContext) {             let vendorName = scriptContext.currentRecord.getValue({                 fieldId: ‘companyname’             });    … Continue reading Function to count the characters of a string.