Hi, I have Items being created over REST WS. They ...
# suitetalkapi
s
Hi, I have Items being created over REST WS. They are missing a required field (Tax Schedule) in the incoming data and normally I can fix that in a Before Submit UE WF but over REST it rejects the incoming create before the WF runs. Is this normal behaviour? The workaround appears to be to set the value in a Before Load UE, but I'd like to understand why it doesn't work.
b
create the item in the ui, dont set the tax schedule, click save, and then see if your before submit is triggered
if you want a more fair example, create and save the item in a script and dont set the tax schedule, save it, and then see if the before submit is triggered
s
I'm guessing you are saying it's not in your normal cryptic style. 😉 I can see it's not triggering in my use case, but I think that's counterintuitive.
b
its an experience things, which is why my answer was to gain experience
👍 1