Could not cancel request item in New York version.DescriptionWhen approving REQ, the approver can view RITM items under this REQ. There are deny buttons at the left side of items. If logged in as admin to deny item, it works well. End user will get error message - "Could not cancel request item as it could not be located". STEPS TO REPLICATE: 1. Login and impersonate xyz who has an admin role. 2. Click deny button of RITM, it will be good. 3. Impersonate end user, click the deny button of RITM, you will get error message "Could not cancel request item as it could not be located".Release or EnvironmentNew YorkCauseScript IncludeResolutionFound that the Error message is popping out from the below Script Include: " CatalogTransactionLineItemVeto "The above Script Include is an OOB script include. gs.addErrorMessage(gs.getMessage("Could not cancel request item as it could not be located"));return "home.do"; The above part of the script is executed and throwing that error.Please go through the OOB script include 'CatalogTransactionLineItemVeto' and make changes according to your requirement.The error message is being executed as the end user is not authorized.