Skip to main content
Vorgestellte Gruppe

* Salesforce Health Cloud *

Welcome! This group is dedicated to your success with Salesforce Health Cloud. Join the conversation here to stay up to date on the product, learn best practices, and everything in between. Use this group to review resources, ask questions, help each other, and share experiences. --------------------------------------- This group is maintained and moderated by Salesforce employees. The content received in this group falls under the official Forward-Looking Statement: http://investor.salesforce.com/about-us/investor/forward-looking-statements/default.aspx

Hi everyone!

I am thrilled to join this community. I am a Certified Salesforce Administrator with a background in physiotherapy, and I am currently studying for my Health Cloud certification.

I look forward to growing alongside this amazing group and welcome any resources, tips, or guidance you can share. Thank you!

1 Kommentar
0/9000

We are implementing Salesforce Health Cloud and have encountered a limitation with the Clinical Service Request object (ClinicalServiceRequest).

The object does not appear to be supported as a triggering object for:

  •  Record-triggered flows 
  •  Automation event-triggered flows 

Our requirement is to execute automation when a Clinical Service Request is created or updated. The lack of native Flow support is blocking the intended workflow design. 

 

Approaches considered

We have considered:

  •  Publishing a custom Platform Event 
  •  Using an Apex trigger to initiate the automation 
  •  Updating an intermediary custom object that is supported by the automation event 

These options introduce additional code, monitoring, deployment, idempotency, and support requirements for functionality that we expected to be available declaratively. 

 

Questions

  1.  Is the lack of Flow trigger support for ClinicalServiceRequest in SFMC a known product limitation? 
  2.  Is there a supported configuration or Health Cloud event framework that enables automation when these records are created or updated? 
  3.  Is there a recommended declarative workaround that avoids Apex or a custom Platform Event? 
  4.  Is support for health cloud objects in SFMC advance flows on the Salesforce Health Cloud roadmap? 

Thanks in advance.

1 Antwort
0/9000

Hi All,    I am trying to look into a matter where I am having issues parsing PDFs which change physician to physician and my Salesforce org needs to parse the data from the PDF and insert the data into records.    Right now we have a challenge to everytime a new drug is introduced the pdf changes and takes our development team lot of effort to configure the system to be able to parse the pdf successfully    As well, sometimes these PDFs are password protected, which is another challenge for Salesforce.    Have any of you solutioned a requirement like this or have suggestions how to have an optimized solution for scenarios like this  

 

@* Salesforce Health Cloud * 

2 Antworten
  1. 10. Aug., 21:30

    Hey @Paromita Banerjee,

    This is one of the most common use-cases that CloudFiles Doc AI solves, so worth a look. We've built this exact pattern for several customers now. 

     

    The reason a new drug costs your team so much effort is that template based parsing is tied to the layout, so every new format is a new configuration and the work never stops growing. Doc AI is prompt based instead. You ask the document a question in plain English, like "what is the prescribed dosage", and it does not matter where on the page the answer sits or that this physician's form looks nothing like the last one. New layouts mostly cost nothing, and a genuinely new field is a prompt an admin adds rather than a dev cycle.

    It plugs straight into Salesforce Flows, so for most extractions the values land on your records with no custom code in the middle. 

     

    As you might have guessed, I work at CloudFiles. Happy to answer questions or point you at my team here who can go deeper on the medical document side. 

     

    AppExchange URL in case you missed it above:

    See you soon!

0/9000

⛰️ 🔐 New Hands-on Workshop for Premier & Signature Admins: Secure the Org: Find and Fix Vulnerabilities (ADX012)

 

 Misconfigured security settings are one of the leading causes of data breaches. In this 90-minute instructor-led workshop, you'll step into the role of an internal security auditor to identify and fix real Salesforce vulnerabilities across the most common misconfiguration areas. 

 

This workshop was adapted from a fan-favorite capture-the-flag game that has been a hit at live Salesforce events — now available virtually so more admins can play! This practical workshop is for:

  • Newer admins — you'll find the challenges approachable and manageable. The hands-on format makes security feel less daunting and more actionable
  • Seasoned practitioners — you'll likely discover security settings you haven't previously been aware of
  • All learners — challenges are independent of each other, so you can move at your own pace, skip ahead, and circle back with no pressure

Sessions are live and available!

  • Fri Jul 31 — 9:00am ET [AMER]
  • Mon Aug 3 — 3:30pm ET [AMER]
  • Tue Aug 11 — 10:00am CET [EMEA]
  • Check the session listings for more workshops across regions 

➡️ Premier and Signature customersRegister today on Trailhead Academy — Course code: ADX012

 

#Security

12 Kommentare
0/9000

I am setting up Health Cloud features, but the expected Health Cloud permission sets are currently unavailable in the org.

Before proceeding, I wanted to confirm if additional add-on licenses or Permission Set Licenses (PSLs) need to be purchased or provisioned for this instance. Specifically, I am checking for:

  • Health Cloud (Permission Set License)
  • Health Cloud Platform (Permission Set License)
1 Antwort
  1. 5. Aug., 04:33

    Hello @Vivian Paola Reynoso Sanchez

     

    Yes, accessing Salesforce Health Cloud features requires underlying Permission Set Licenses in addition to standard user licenses. You must assign specific permission set licenses, such as the Health Cloud Platform and core Health Cloud licenses, to a user before you can assign the functional Health Cloud permission sets themselves. 

    https://help.salesforce.com/s/articleView?id=ind.admin_permissionset_licenses_assign.htm&type=5

0/9000

Hi Health Cloud / OmniStudio community,

 

We are replacing a legacy Health Check solution with Salesforce Health Cloud Discovery Framework Assessments.

 

The target model must support many forms, many assessment questions, and multiple languages.

 

Context

 

Health Cloud Assessments use Discovery Framework and OmniStudio to build assessment forms. The assessment forms are created with OmniScript / OmniStudio and surfaced through the Assessment component.

 

Salesforce documentation for multi-language OmniScripts describes the out-of-the-box translation approach using Custom Labels. The OmniScript custom label reference also shows that many element properties, including labels, help/error text, and select/radio/multiselect option values, rely on custom labels for translation.

 

In our first implemented form, the translation setup already generated approximately 250 Custom Labels. Since Salesforce Custom Labels are limited per org (5000), this does not appear scalable for additional forms, questions, response values, and languages.

 

What we evaluated

 

Salesforce has suggested Custom Metadata Types as a more scalable translation-management option.

 

However, in our testing, Discovery Framework assessment rendering does not resolve translated text dynamically from Custom Metadata Types at runtime (this is also documented as a limitation). In other words, we have not found a supported way to keep one assessment form and dynamically inject all question text, help text, and response values from CMDT based on selected language.

 

Resulting design decision

 

Because of this, we are currently moving toward a governed **one-form-per-language** model:

 

- one Discovery Framework assessment form per language

- questions authored directly in the local language

- local AssessmentQuestion / AssessmentQuestionVersion records per language

- a global parent/anchor question identity for reporting

- normalized answer identifiers for cross-language reporting

 

This avoids Custom Label exhaustion and keeps the runtime compatible with Discovery Framework, but it increases governance and deployment overhead.

 

Question to the community

 

Has anyone implemented large-scale multilingual Health Cloud Discovery Framework Assessments?

 

If yes:

 

1. Did you use OmniStudio multi-language Custom Labels, or did you also move to one form per language?

2. Has anyone successfully used Custom Metadata Types or another translation store at runtime inside Discovery Framework assessments?

3. How do you manage translated question text, help text, and picklist/radio/multiselect response values at scale?

4. How do you keep global reporting consistent across translated assessment forms?

5. Are there any Salesforce-supported patterns we should consider before finalizing the one-form-per-language approach?

 

Any experience, lessons learned, or recommended architecture patterns would be appreciated.

3 Antworten
  1. 24. Juli, 08:18

    Hi all, 

     

    A quick update on this, as we have since found a better approach.

    Salesforce now documents a Discovery Framework-specific option for this: Multi-Language Data Translation for Discovery Framework. This is enabled from Setup under Discovery Framework settings:

    https://help.salesforce.com/s/articleView?id=ind.discovery_framework_turn_on_multi_language_data_translation.htm&type=5

     

    The broader documentation is here:

    https://help.salesforce.com/s/articleView?id=ind.discovery_framework_data_translation.htm&type=5

     

    This appears to be a relatively new and/or recently documented area, and it was not obvious from the earlier OmniStudio multilingual documentation. Which is why we were originally moving toward a one-form-per-language design. 

     

    After enabling and testing this, we validated that Discovery Framework can support multilingual assessments without the use of Custom Labels for Assessment Questions.

     

    The key translation object is:

    AssessmentQuestionVersionDataTranslation

    Translations are linked to the Assessment Question Version by:

    AssessmentQuestionVersionDataTranslation.ParentId = AssessmentQuestionVersion.Id

    The translation child record uses Salesforce language codes, for example:

    German = de 

    French = fr 

     

    We used API v67 during validation. 

     

    For the Assessment / Summary API context, our testing showed that c__LanguageCode must use the full language name, for example:

    c__LanguageCode = German 

     c__LanguageCode = Japanese

     

    I have not found it clearly described in the Summary API documentation:

    https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/actions_obj_get_assessment_response_summary.htm

0/9000

Hi everyone, 

I'd like to share that we at NextEd Academy:

nextedacademy.com are offering job track learning path. Check our website and choose what track you like to level up your career. Connect with me on LinkedIn if you need to discuss any of those workshops: Samira Asfour | LinkedIn

 

 

And also, for corporates, our workshops are ready to improve your employees' skills and drive growth in revenue. We'd like to hear from you and help you with your needs. Thanks

0/9000

Is there a way to install the Life Sciences Cloud Mobile on an iPad emulator like Xcode? Also, is there a direct download link available for the app? I just want to test the featured functionality of life sciend cloud in ipad

1 Antwort
0/9000
I'm a beginner in the salesforce, and i have just achieved the admin certificate. I need to develop my career in the health sector with health cloud as i'm a veterinarian.
4 Antworten
  1. 23. Feb., 21:42

    The best place I've found to learn things is becoming a Salesforce partner and there are way more technical webinars and release notes than available to the common folk.  I started my own LLC so I could.  There are a few requirements each year but pretty easy.  Message me if you have questions.  https://partners.salesforce.com/pdx/

0/9000