Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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?