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
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