Hi,
Was wondering if someone can tell me if it is possible to combine CRM_ORD_OP (Authorization Object CRM Order - Own Documents) with a specific Transaction Type.
The requirement is basically that a user should be able to delete a transaction XYZ in case he is person responsible, while he should not be able to do so in the same situation for another transaction type.
XYZ -> Employee Responsible -> Delete possible
ABC -> Employee Responsible -> Delete not possible
In case he is not employee responsible -> he should not be able to delete
Corresponding the standard authorization process flow I assume it goes check the CRM_ORD_OP object first (in which you are not able to specify a transaction type) and when not successful it drills down to the transaction type related authorization object CRM_ORD_PR.
So, again, I guess that when adding a delete on the CRM_ORD_OP object, the user will always be able to delete any transaction in which he is employee responsible. While if I put it only on transaction level, he can delete the object even if he is not listed as Employee Responsible.
Conclusion -> OR I can delete all transactions from a specifc transaction type, OR I can only delete transactions in which I'm person responsible. But I'm not able to do > I only want to delete that specific transaction type in which I'm employee responsible?
Anyone?
Thanks,
Sebastiaan.