how can i set the default price tab to change depe...
# ask-stanley-ai
s
how can i set the default price tab to change depending on subsidary
c
AI generated answer (using internal Slack threads):
To set the default price tab to change depending on the subsidiary, you can create a custom field on the subsidiary record and pull the prices from that field. This can be achieved via SuiteScript or a workflow using conditional statements on the subsidiary field value. Here's a high-level overview of how you can do this: 1. Create a custom field on the subsidiary record to hold the default price level. This field can be a list/record field type that sources from the price level list. 2. Create a user event script or a workflow that triggers on the loading of the item record. In this script or workflow, you will need to fetch the subsidiary from the current user or the current transaction, then fetch the default price level from the subsidiary record. 3. Set the price level field on the item record to the default price level fetched from the subsidiary record. Please note that this is a high-level overview and the actual implementation may vary based on your specific business requirements and NetSuite setup. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809759915
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.79952836
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.795159459
Please provide your feedback on this answer.