Skip to main content
Daniel Orrego 님이 #Salesforce Developer에 질문했습니다
This may have already been tackled via an administrative schema, but here is what I need to achieve:

1.  Profile 'A' should only be able to see records of 'Record Type A'

2.  Profile 'B' should only be able to see records of 'Record Type B'

I called support about this and they said it was impossible to do without an APEX trigger, and recommended that I submit a request to Development.  Any thoughts?
답변 3개
  1. 2015년 10월 1일 오후 10:09
    based on the explanation you gave. I'm assuming that the Object sharing model is set to Private.

    create a criteria-based sharing rule that shares all the Accounts with Record Type A with this Profile A and all Accounts with Record Type B share with Profile B...

    not sure with about the whole scenario, I believe there's other factors that makes the support decide that it can only be achieve using apex..
0/9000