not sure if this fits this specific channel, but w...
# suitescript
u
not sure if this fits this specific channel, but would anyone know if a Workflow Action Script can be triggered by an "After Field Edit" trigger in a Workflow? I ask because I can only see one entry point and the documentation doesn't offer much help regarding as to whether it's a server-only or both client-and-server type of script.
m
what would be the objective of your workflow action script
r
The context of the script will depend on the configuration in the workflow. It will have server-side context if you set it to trigger/execute on the server-side events (e.g., Before Load, etc).
u
@Marc the ultimate objective is to encapsulate logic that's intended for client-side scripts within a workflow. Seeing as Workflows have an "After Field Edit" trigger, I wanted to ask and confirm if anyone has experience with this before I proceeded to write the script. give what @rustyshackles says, it might truly be just a server-side scenario. I have tried uploading a sample workflow-action script to test this and don't see "After Field Edit" in the available triggers. thanks for the inputs regardless.