Has anyone here created entity bank detail records...
# suitescript
c
Has anyone here created entity bank detail records? (from netsuite's electronic payments bundle)
s
I have.
lmk if you want to do a screenshare, etc..
c
i have a few fields that seem to only populate on csvimport or UI for the country code and processor code and 1 other field. There doesn't seem to be any other way to get these to fill out
its definitely coded to only set the fields on validateField(...) and csvimport
did you get around that at all?
s
Actually, sorry.. Now that I recall, I wrote a modification for these and NetSuite was doing some things in the background to these records that was corrupting our changes..
It doesn't surprise me that you can't create these via script.
c
you can create them via scripting just fine. The issue is that they have a few fields that they set but they only set them on validateField(...) in a client script and csvimport on a UE.
neither of which will fire if you create them via a script
s
terrible.
c
yeah definitely not great
but their scripts are unlocked so #yolo will just take their code