Milcho Dimkov
02/02/2025, 5:51 PMCeligo AI
02/02/2025, 5:51 PMAI generated answer (using internal Slack threads):It seems like you're trying to prepopulate the "Payment Amount" field (id = payment) with a hardcoded value using a beforeLoad user event script, but NetSuite isn't allowing you to do so. Based on the conversations, it appears that certain fields may not be editable or prepopulated in a beforeLoad user event script. This is likely due to the way NetSuite handles sourcing and loading of records. One of the users suggested moving the operation to a client script instead of a user event script. Client scripts run on the client's browser rather than on the server, which might allow for more flexibility in manipulating fields on the form. However, it's important to note that this might not work for all fields, especially those that are sourced from other records or have specific restrictions. Unfortunately, without more specific information or code samples from the conversations, it's difficult to provide a more definitive solution. ****** 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/02/2025, 5:51 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.834798872
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.834558964
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833781421
Celigo AI
02/02/2025, 5:51 PM