Question: Our payment processor takes payments of...
# general
i
Question: Our payment processor takes payments off of a suitelet which makes customer deposits to sales orders. I have a UE that needs to run after submit of the customer deposit, but I can't call it from the Suitelet because it is locked by our payment processor. Is there anyway around this? (edited)
o
@iSuite what do you mean? What does "locked" mean? And what is locked?
A record submitted by a suitelet will naturally execute all UEs deployed on it
there shouldn't be anything else to do
i
@Olivier Gagnon (DXC) Okay got it. Maybe it's just the audience that is not set correctly. And by locked I mean the payment suitelet is locked. It was my assumption that I would have to edit that and call the UE.
o
Oh I see, the code is locked. Right, that shouldn't be needed