Skip to main content

KI-15

Key/SummaryKI-15 MIRF Integration Automated User Fails Does Not Correctly Support Account LockingStatusDone
Created09/17/2019Updated12/19/2019
DescriptionThe native MIRF integration processes inbound MIRFs in the context of an 'Automated Process' user context. This type of user context does not afford the ability to associate additional permissions to an associated user account like a normal Salesforce.com user. As a result, this user cannot be granted the 'Override Lock' permission to correctly operate on Accounts that reflect a locked status. This issue then prevents the Interactions associated to inbound MIRFs from being correctly associated to local Accounts that are locked.
Impacted CapabilitiesAffected AppsMedical Information Cloud - Classic Medical Information Cloud - Lightning
Affects VersionsV7Fix VersionV8
Steps to Reproduce1. Enable the MIRF integration 2. Trigger the MIRF integration such that it attempts to find and associate an Account stored locally within MIC that has a locked (MED_Locked__c = true) status. 3. Observe that the newly created Interaction record that corresponds to the inbound MIRF does not have the Locked Account associated.
WorkaroundTo workaround this issue update the MED_Locked__c formula field on the Account object to include an exception for the Automated Process leveraged for the MIRF integration. For example: $User.Username <> "Automated Process" Customers should be sure to verify the correct spelling of the first and last name of the particular user context leveraged by the MIRF Integration to create interactions / requests. To verify simply refer to the listed user within the 'Created By' field on the Interaction or Request