Nada Ahmed
05/18/2025, 10:19 AMCeligo AI
05/18/2025, 10:19 AMAI generated answer (using internal Slack threads):To show the requisition attachment in the purchase order saved search, you would need to create a custom solution as NetSuite does not provide this functionality out of the box. Here are the steps you can follow: 1. Create a User Event script that triggers on the creation or update of a Purchase Order. This script should check if the Purchase Order was created from a Requisition. 2. If the Purchase Order was created from a Requisition, the script should then fetch the attachments from the Requisition record. 3. The script should then attach these files to the Purchase Order record. 4. Create a custom field on the Purchase Order record to store the IDs of the attached files. This field can be populated by the User Event script. 5. In your saved search, include this custom field in the results. This will show the IDs of the attached files. Please note that this solution requires knowledge of SuiteScript and the NetSuite API. You may need to adjust the solution based on your specific 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. ******
Celigo AI
05/18/2025, 10:19 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.824220717
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811211944
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.807606399
Celigo AI
05/18/2025, 10:19 AM