Luis
02/14/2025, 7:26 PMCeligo AI
02/14/2025, 7:26 PMAI generated answer (using internal Slack threads):To change the "PO#" (otherrefnum) field as a Transaction Body Field, you can create a new custom field on the transaction body that sources from the otherrefnum field. This can be done by following these steps: 1. Navigate to Customization > Lists, Records, & Fields > Transaction Body Fields > New. 2. In the Label field, enter a name for the new field. 3. In the Type field, select the appropriate type. For the PO#, you would likely select Text. 4. In the Applies To section, select the transaction types where you want this field to appear. 5. In the Sourcing & Filtering tab, in the Source From field, select Other Reference No (otherrefnum). 6. Save the new field. Now, this new field will source its value from the otherrefnum field and can be used in places where the original otherrefnum field is not available. Please note that this method is only applicable if the otherrefnum field is not available in the context you are working in. If you are working with SuiteScript, you should be able to directly set the value of the otherrefnum field using the
setValue()
method on the record object.
******
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
02/14/2025, 7:26 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.863296628
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.835636437
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831786156
Celigo AI
02/14/2025, 7:26 PM