If you offload work into a custom module, does the...
# suitescript
c
If you offload work into a custom module, does the governance points usage apply to the script that called the module or the module itself?
👍 1
s
custom modules should all execute within the (governance) context of the calling module (e.g. top level script)