Hello all,
The method CRM_ORDER_ALTERN_AUTH_CHECK in the BADI - CRM_ORDER_AUTH_CHECK has a parameter CV_AUTH_CHECK_OK. It's Boolean with values 'X' and ' '.
How to set this parameter so that the user is not granted authorization.
Also is it possible to get a message saying that the user ain't authorized using this parameter; because unlike method CRM_ORDER_ADD_AUTH_CHECK no exception in the name NO_AUTHORITY is given in this method.
Please do help with small code to facilitate my understanding.
Thanks.