Watz
09/23/2025, 7:15 AMCeligo AI
09/23/2025, 7:15 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems like the issue you're facing with the Vendor Type not being sourced properly could be due to a few reasons: 1. Order of Operations: The order in which fields are set in SuiteScript can affect the sourcing of other fields. If the Vendor field is set after the Vendor Type field, the Vendor Type field may not source correctly. Make sure that the Vendor field is set before the Vendor Type field in your script. 2. Script Timing: If you're using a User Event script, it might be that the script is executing before the sourcing has had a chance to take effect. You could try using a different script type or adjusting the deployment settings of your script to ensure it runs after the sourcing has occurred. 3. Field Configuration: Check the configuration of your Vendor Type field to ensure it's set up to source from the correct custom field on the Vendor record. Also, make sure that the custom field on the Vendor record is populated and saved before the custom record is created. 4. Script Errors: There could be errors in your script that are preventing the Vendor Type field from sourcing correctly. Check your script for any errors or exceptions that might be occurring. Remember to always test your scripts in a sandbox environment before deploying them to your live environment. If none of these suggestions solve your issue, you may need to further debug your script or review the configuration of your custom record and fields.
Celigo AI
09/23/2025, 7:15 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.854064822
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.852722049
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844482303
Celigo AI
09/23/2025, 7:15 AMCeligo AI
09/23/2025, 7:16 AMWatz
09/24/2025, 8:18 AM