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!
Set Class field by concatenating 3 other fields?
Hello,
I'm trying to figure out a way to set the Class field on the item record by concatenating 3 fields with a colon delimeter.
What I have tried so far is a suiteflow that will trigger on save to take field-A and concatenate ' : ' and field-B and ' : ' and field-C.
{field-a}||' : '||{field-b}||' : "||{field-c}
What appears to be happening is that when I use suiteflow to populate the field, it's looking for the Class ID, not the class itself.
I know this works because when I feed the ID, it takes and the value for the ID pops up on the UI.