Hello! I am trying to catch a Bulk Process in a Us...
# suitescript
g
Hello! I am trying to catch a Bulk Process in a User Event Script, I only have a debug log in the script at the Before Load and Before Submit entry points, but it seems that the bulk process did not trigger these entry points. The process that I want to catch is the allocation of item lines on the sales orders. Can anyone know if it is possible to catch when a Bulk Process is executed on an item line in sales orders in a user event script?
a
As far as I know is not possible to capture inventory allocation or commitment via a UserEvent Script. Hopefully somebody else knows a way and share it here, but I'm not aware of a way to capture either of those.
e
Did you check the context of the script deployment? May not be deployed to the Bulk Processing context.
g
Bulk Processing is not an option in the execution context list. 😞
e
I didn’t realize you were trying to catch the allocation. I would tend to agree with @alien4u. Unless you mean some other process. I think I’ve had some success in other Bulk Processing tasks, at least afterSubmit. Are you talking about the reallocation page, or general NS allocation of lines? The latter is definitely off-limits.