Apex Health tracks clinical research studies using a custom object named Trial_Participant__c. All Clinical Research Associates (CRAs) are assigned the standard 'CRA User' profile. Due to updated privacy guidelines, access to the sensitive custom field Patient_Identity_Hash__c on Trial_Participant__c must be hidden from most CRAs. However, two lead compliance auditors who share the 'CRA User' profile require Read and Edit access to this field. Additionally, security policy mandates that these two compliance auditors must be strictly prohibited from logging into Salesforce if they are outside the corporate network IP address range.
Which two configuration steps should the Salesforce Administrator perform to meet these requirements? (Choose 2 answers)
- Deselect Read and Edit access for Patient_Identity_Hash__c in Field-Level Security on the CRA User profile, and assign a Permission Set granting Read and Edit access on the field to the two compliance auditors.Answer
- Create a dedicated profile for the two compliance auditors and specify the corporate network IP range under Login IP Ranges on that profile to deny login access outside the network.Answer
- CConfigure component visibility rules on the Trial_Participant__c Lightning Record Page using Dynamic Forms to hide Patient_Identity_Hash__c from general CRA users.
- DAdd the corporate network IP address range to Network Access under Setup Security Controls to prevent compliance auditors from logging in outside the corporate network.