Business Requirement You are salesforce Admin working in Acute Care company, receives patient referral from different hospitals, Intake user need to assign each patient to some facilities that has been configured under hospital Account. And if patient is already referred one facility then It should filter. Here is salesforce object references and Data Model Lead - Stores Patient Information Account - Hospital Account Facility - Facility Information Hospital Facility Mapping - Junction object between Account and Hospital Facility Mapping. Opportunity - Created under Lead stores how many facility lead has been referred, so It is junction between Lead and Facility. Solution without using Apex and LWC Create a Quick Action Named Assign Facility on Lead, which calls a screen flow. 2. On click of Assign Facility button, user can select which Facility to add. 3. Here is the whole flow. Let me explain each ...
A place where you have to land for exploring Salesforce