How can I see what action a button does? The speci...
# suitescript
a
How can I see what action a button does? The specific button is the "Mark Shipped" on an item fulfillment. I know it calls a bunch of suitescripts but I'm not sure which ones.
s
You can try inspecting and digging through the code, typically takes me down an interesting rabbit hole that doesn't lead to much fruit.
b
go through the individual entry points to see which types trigger them
same thing for workflows event types since i think you are trying to debug
the standard for learning which scripts run on which record is The Scripted Records Page