Formula to Validate Display Name Input in NetSuite Workflows

We can add a formula in the workflow action condition that checks the value entered in the displayname field. Here’s the formula you need:

(nlapiGetFieldValue('displayname').toUpperCase()).indexOf('BBC'.toUpperCase()) >= 0

Leave a comment

Your email address will not be published. Required fields are marked *