Adding URL Parameters to populate fields
We do this on Sales Orders and works fine, but I cannot get it working for the Customer record. We want a field (Comments, in this example) to be populated via the URL parameter, but I cannot get it working. Should work by adding [&record.comments=AddCommentsHere] to the URL
Anyone know what I am doing wrong?
https://account.app.netsuite.com/app/common/entity/custjob.nl?id=99999&e=T&record.comments=AddCommentsHere
w
Watz
03/19/2021, 7:30 PM
I didn't known all fields were available for URL parameters. You might need to create a userevent script that takes the URL parameters and inputs them in the correct field in before load.