Edgar Valdes
05/23/2024, 8:52 PMspc
. The custom transaction spc
is of type Purchase, so I can have some default fields as vendor, date, period, account, currency, memo, item list. You get the idea.
Problem: One of this native fields memo
is being populated with a string every time the selected vendor
changes. Hard to tell if vendor
is the trigger, because changing vendor
sources the account, subsidiary, etc. The string in memo
varies between "TBD"
and the name of the Account that gets sourced natively when the vendor changes.
Now, you may guess: A Workflow or a script is setting the value, right? Well, there is no workflow or script. Confirmed using the Scripted Record page, and the NetSuite Scripted Records Chrome Extension. After this, I did wonder if memo
was really a native field, maybe it was a custom field with sourcing enabled. But no, its a native field.
So, is there any other way to know which script, if any, is triggered in this case? Maybe using the dev tools in Chrome or something similar? If the network tool fails me too, maybe block the field so I can check logs for errors in other script attempting to change it?Edgar Valdes
05/23/2024, 9:27 PMsource1179
, now... How can I get to this generic named file?Edgar Valdes
05/23/2024, 9:44 PMalien4u
05/23/2024, 11:36 PMEdgar Valdes
05/23/2024, 11:40 PMCustom Transaction Form > Custom Code > SCRIPT FILE
But is empty sadblobalien4u
05/23/2024, 11:42 PM