Prevent users from creating a count report on the entire warehouse
Hello,
Does anyone have a solution for how to set up a block that prevents a user from accidentally creating a counting report of all the system's inventory parts? If you run the "Create Count Report" wizard, no filters are pre-filled and you click OK immediately, a report is created on all inventory parts for you primary site.
Thanks,
Johan
Page 1 / 1
I don’t believe there’s a way out of the box, but whether you schedule that dialog or click ok, it ends up calling a Deferred Job, so there’s likely a way through a custom event to stop it by doing analysis on the arguments passed and prevent the deferred job from being inserted and erroring out if it doesn’t match what you want.
Above is for Apps10 and would need to be rechecked for Cloud to see if the dialog/wizard still uses the same logic (and effectively creates a deferred job even when not cliking schedule)
If you want to prevent “accidental” creations though, and get stuff like a dialog box and that asks the user to confirm they’re really intending to count the entire site (rather than just preventing it wholesale), that’d have to be a customization done through Studio Developper, can’t do that through configuration