Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
NSC | Compare Employee
Employee names coming from employee records needs to be compared if both the employees are same or not. Fields are called ‘requested by’ and ‘approved by’. If both fields have same employee names then it should show all those records.
It is not possible to do this on the Criteria on a Saved Search but I have been able to do this on the Results tab.
Here is the formula:
case when {custentity62} = {custentity63} then 'yes' else 'no' end
1. Create a Custom Field
1. Navigate to Customization > Lists, Records, & Fields> Entity fields > New
2. Label : Same (or enter any names)
3. Type : Free-form Text