Hello everyone !
a few days ago we came across a requirement to void an item from the items grid through a customization instead of using the default functionality of voiding an item. we did it by calling the "Application.runOperation(...)" and it works fine.
Now we need to block the option of voiding an item. we have done this through modifying security based access. through this user can only void item if he provides credentials of the user account who is allowed to perform this functionality. It works fine for default voiding item option but the custom voiding dont ask for credentials and perform the functionality without blockage.
Is there anyway that we can ensure that the custom blocking of voiding an item also go for the credentials validation.
Thank you very much.