how to set value of price list in sales order base...
# ask-stanley-ai
h
how to set value of price list in sales order based on subsidiary of customer
c
AI generated answer (using internal Slack threads):
To set the value of a price list in a sales order based on the subsidiary of a customer, you can create a custom field on the subsidiary record and store the price levels there. Then, you can use a script or workflow to pull the prices from that field based on the subsidiary field value in the sales order. Here is a high-level overview of the steps you might take: 1. Create a custom field on the subsidiary record to store the price levels. This field could be a list/record field type that references a custom record type where you store your price levels. 2. Create a user event script or workflow that triggers on the creation or editing of a sales order. 3. In the script or workflow, retrieve the subsidiary from the sales order. 4. Use the subsidiary to look up the custom field you created in step 1. 5. Set the price level on the sales order line items based on the value retrieved in step 4. Please note that this approach assumes that you have the necessary permissions to create custom fields and scripts or workflows, and that you are comfortable with SuiteScript or SuiteFlow. ****** 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.841859162
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819005847
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816884756
Please provide your feedback on this answer.