I’m trying to track down a WF that’s being trigger...
# suitescript
j
I’m trying to track down a WF that’s being triggered somehow on our website. It’s repeatedly triggering a WF that runs on create of sales order. I’m testing w/WF that only runs in Web Store. There’s no form on our customer-facing site for creating a Sales Order which is why I’m on the hunt. Any way to tell ANYTHING about who is hitting the page (what page, their IP address, anything at all?). User is null.
m
Have you tried attaching a User Event to the SO that dumps the full context somewhere on create?
j
Just tried that but it doesn’t give me any info as to what URL it’s happening on, which is the main thing I’m trying to determine.
context.request is null