You are here:
Mobile App configuration for Medical Insights
Create object metadata cache configuration for supported Medical Insights objects and generate a metadata cache to make sure your sales reps can capture insights on the Life Sciences Cloud Mobile app.
Required Editions
| Available in: Lightning Experience |
| Available in: Enterprise and Unlimited Editions with Life Sciences Cloud, Life Sciences Cloud for Customer Engagement, Agentforce for LifeSciences Cloud, Einstein GPT Prompt Builder, and Einstein GPT Platform Add-on licenses, and the Life Sciences Customer Engagement managed package. |
When configuring the DBSchema records, ensure they are assigned to the profiles that will be using Insights, such as the organization's field and admin profiles.
Here's the list of objects used for managing Medical Insights.
| Object | Type | where Clause |
|---|---|---|
| DbSchema_GoalDefinition | Data | NA |
| DbSchema_GoalAssignment | Data | NA |
| DbSchema_UserReaction | Data | NA |
| DbSchema_MedicalInsight | Data | NA |
| DbSchema_MedicalInsightAccount | Data | AccountId IN (SELECT AccountId FROM ProviderAcctTerritoryInfo WHERE IsAvailableOffline = true AND Territory2Id = '{USER.TERRITORYID}') |
| DbSchema_MedicalInsightProduct | Data | ProductId IN ( Select ProductId from ProductTerrDtlAvailability Where TerritoryId = {USER.TERRITORYID} AND IsActive = true ) AND ProductId NOT IN ( Select ProductId from ProductTerritoryAvailability Where TerritoryId = {USER.TERRITORYID} AND AlignmentType = 'Territory Exclusion' AND UsageType = 'LifeSciences' AND Status = 'Active' ) |
| DbSchema_Subject | Data | NA |
| DbSchema_SubjectAssignment | Data | AssignmentId IN (SELECT Id FROM MedicalInsight ) |
Note After you create these configurations, generate a metadata cache. The metadata cache
downloads the required objects so users can access their audio briefings even in areas with
limited network coverage, and ensures the mobile app accesses the latest metadata
definitions, including any schema changes for supported objects.
Did this article solve your issue?
Let us know so we can improve!

