dmaguire
01/08/2025, 6:30 PMCeligo AI
01/08/2025, 6:30 PMAI generated answer (using internal Slack threads):To find the price level record to add the customer ID for the generate price list feature, you can use SuiteScript to access the price level on an item record. This can be done in a client script so the user can be alerted if they attempt to make a change. Here is a general approach: 1. Create a search that targets the item record. 2. In the search criteria, add the specific price level you are interested in. 3. In the search results, include the price level field. However, please note that dealing with price levels can be complex as it involves dealing with sublists and the IDs involved might look unusual. For generating a current price list for a customer showing only the products they have purchased before, you can possibly do a transaction search for only that customer, show only lines (ITEMS) and show price level value in search results along with amount. Please note that this is a generalized solution and the actual implementation might vary based on the specific features your account is using. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
01/08/2025, 6:30 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826303899
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.821944535
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.818436801
Celigo AI
01/08/2025, 6:30 PM