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!
Getting Item Sales Price For a Workflow
Goal: Have a price field for schema data that does not have the "$" character in it.
My solution: Create a custom field that replicates the product selling price field but modifies the value to remove the symbol. Then have a workflow update the item records every time they are modified.
Issue: I am not able to find a netsuite field that represents the pricing field. So far I have tried different variations of {price} and tried to review the schema browser. Within the updated field record I keep getting errors such as "ERROR: Field 'price' Not Found".
Question: Is there a way to pull pricing group data into a netsuite item field? Is this the best approach or is their a better way to resolve the schema issue?