A NetSuite user wants to build a Customer Saved Search that includes a result column showing if the Customer is an individual or a company. Which expression would yield the correct results?
A.
CASE {isone} WHEN 'Yes' THEN 'Individual' ELSE 'Company' END
B.
CASE {isperson} WHEN 'Yes' THEN 'Individual' ELSE 'Company' END
C.
CASE WHEN {isperson} IS 'No' THEN 'Individual' ELSE 'Company' END
D.
{isperson} WHEN 'Yes' THEN 'Individual' ELSE 'Company' END
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
JGKAY
2 months, 3 weeks ago2031a5f
3 months, 1 week agoNetSuiteDragon
7 months agoThanosss
7 months, 3 weeks ago