Partner accounts in Salesforce
Partner accounts are Salesforce accounts that a channel manager uses to manage partner organizations, partner users, and activities when using the partner portal. Each company with which you partner should ....
Partner accounts are Salesforce accounts that a channel manager uses to manage partner organizations, partner users, and activities when using the partner portal. Each company with which you partner should ....
For Example, Service Provider - https://infallibletech-dev-ed.my.salesforce.com Identity Provider - https://techietesting-dev-ed.my.salesforce.com 1. Setup domain for the Organizations. https://www.infallibletechie.com/2013/08/domain-registration-in-salesforce.html 2. Provide Namespace Prefix for the Organizations. https://www.infallibletechie.com/2015/05/whats-namespace-in-salesforce.html 3. In Identity Provider Organization, ....
If you face "We can't log you in. Check for an invalid assertion in the SAML Assertion Validator (available in Single Sign-On Settings) or check the login history for failed ....
Note: 1. This field cannot be used in Search. 2. This field cannot be used in SQOL "WHERE" and "ORDER" clauses. To know more, check the below link https://www.infallibletechie.com/2014/11/textencrypted-field-in-salesforce.html Cheers!!!
Use NOT(ISNEW()) to fire validation rule only in update operation in Salesforce. Sample Validation rule: AND( NOT(ISNEW()), ISCHANGED( City__c ), ISCHANGED( State__c ) ) Cheers!!!
Field Service Lightning offers a predefined list of Service statuses. The Service status reflects the service state in the system and follows its whole lifecycle – from service creation to ....
Follow the below steps after installing the Field Service Lighting Managed Packages. 1. Go to Service Types tab and click "New Service Type" button. 2. Create a new Service Type. ....
Shield Platform Encryption gives your data a whole new layer of security while preserving critical platform functionality. It enables you to encrypt sensitive data at rest, and not just when ....
To fix "ReferenceError:key is not defined" Salesforce Lightning issue, declare the variable inside the for loop. Check the below example. Sample Code: ....
We get "Permission Import Personal Contacts depends on permission(s): Create Account, Create Contact, Edit Account, Edit Contact" Salesforce Exception when try to deploy/move Account or Contact object Profile permissions. To ....