Hi everybody, the context.UserEventType has a lot ...
# suitescript
m
Hi everybody, the context.UserEventType has a lot of possible events, among wich you have ORDERITEMS, TRANSFORM, SHIP. My question is, when are those other events actually triggered? I need to observe when a PO changes its status but this might happen when creating item fulfillments or when billing etc. So should I deploy my UE script to all these other records or there is a way to just deploy it to the PO and wait for these other events to occur? I might be confused here so bear with me and thanks in advance
b
go through the documentation of the individual entry points at SuiteScript 2.x User Event Script Entry Points and API
most of the time they correspond to buttons
sometime automated events like drop ships
m
got it I guess I am trying to do something i cannot do the way i think
sorry for my dummy quesiton
i want to observe when a PO changes its status but i would like not to have to link UE to other records other than the PO itself
b
you will not get a user event to fire from a change made by another record
m
yes i got it
thank you