Recently we had the requirement to create a new security policy to restrict access on custTable for a salesman role.
XDS was very helpfull and easy to implement this requirement.
Now we faced the following problem:
Suppose the following scenario:
We have a salesman having access to the following customers:
- Customer A
- Customer B
- Customer C (No access enforced by XDS)
Customer B has a relation to customer C. During sales order creation for customer B some values of customer C needs to be read.
How can this be achieved?
Is there a way in temporary disabling the XDS policy for the given scenario?
I've seen that there exists xRecord.setXDSContext http://msdn.microsoft.com/en-us/library/xrecord.setxdscontext.aspx can this may be a help in implementing this scenario?
Any help will be appreciated.
*This post is locked for comments