I'm trying to deploy a User Event script against a...
# suitescript
t
I'm trying to deploy a User Event script against a Customer Payment record, but I'm not finding it in the list of Deployments. What am I missing here?
s
look to see if that record has been renamed as part of your NS config?
t
Hmm, how would I find that out?
s
type 'rename' in global search
although oddly customer payment shows as just 'payment' to me, even though it shows up as "customer payment" in the record type dropdown on the script deployment
t
I never knew this existed, cool! It does still show as Payment when I go in to edit, but when I look at the Deployment 'Applies To' dropdown, I don't see a Payment option. This is strange.
s
and you don't see "Customer Payment" in the dropdown either?
t
Nope. I see things like "Payment Item" or "Payment Method", but none of those are firing this script when I load and save a payment.
I also tried Vendor Payment for kicks but that did nothing either
s
and you're logged in as administrator?
t
Yep!
There isn't some kind of configuration on the Payment record that would stop scripts from being deployed against it is there?
s
not that I know of... maybe someone else will chime in?
or, file a case with NS support?
t
I submitted a case earlier. I was hoping it was just something small I was missing but I guess not. Thanks for helping out @stalbert
s
sorry I wasn't helpful!
t
You’re always helpful my friend
🕺 1
@stalbert you were right all along.
Just got off the phone with Support - under the "Rename Records/Transactions" page (which you had mentioned), there is a Customer field. In that field, this environment had been renamed to Client. Therefore, the Customer Payment was actually Client Payment. Such a silly little thing, but now I know about this for the future.
✔️ 1
s
I wish on the script record it would show the native name in that list, perhaps in parenthesis or something
because in code we don't get to work with the customized name - it's always the default name.
t
Agreed