has anyone used the N/Transaction module to void t...
# suitescript
a
has anyone used the N/Transaction module to void transactions? we have the preference for voiding with a JE enabled and want to void a bill payment via script. however, our default JE form has a custom field mandatory so it's throwing an error. i don't see anything in the documentation but i'm wondering if there's any way I can either set a different form/set it to ignore mandatory fields/set the value as part of the voiding action?
b
you probably want to use a role that has a different preferred form
a
hmm like execute the script as that role? i wouldn't have thought of that, thanks! i'll give it a shot
that fixed it, thanks again!