Skip to main content
PeopleInvolved__c have 3 record types which being shown as picklist .while I am trying to access PeopleInvolved__c from parent object property__c I want to show only 2 record type.
3 risposte
  1. 5 gen 2017, 07:37
    Hi Nandeesh,

     

    With record types you can restrict which records users can have on the dropdown when creating a new record (you do this from profile and or permission sets assigned to users)

     

    Currently the functionality (Sorry Pritam) is that users can view records assigned to any record type for a particular object. A record type assignment on a user’s profile or permission set doesn’t determine whether a user can view a record with that record type. The record type assignment simply specifies that the user can use that record type when creating or editing a record.

     

    So the option you have to restrict data visibility would be move away from record types and have multiple child objects instead (bear in mind 2 max master-detail)

     

    Hope this helps,

     

    Ines
0/9000