UNKNOWN_EXCEPTION:portal users cannot own partner accounts
ERROR DESCRIPTION WORKAROUND Follow us on LinkedIn: Click here
ERROR DESCRIPTION WORKAROUND Follow us on LinkedIn: Click here
Introduction Query on external object is supported with some limitation. Here is Salesforce help article: https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_limits.htm Sample Query SELECT Id, Name__c, OrderNumber__c FROM ExternalOrder__x WHERE Name__c LIKE ‘%Software%’ Additional Notes
REQUIREMENT We need to setup partner community so that multiple users belongs to same account can see each other’s Tasks. In other way, if partner user has access to parent related record then he must be able to access the related Tasks whether he is owner of Task or not. By default, user who owns …
How can we share Task with Partner user in Salesforce Read More »
Question How do I customise the columns that appear in the Add Products popup which appears if you click the Add Products button on the Products related list on the Opportunities record page? What you’ve tried so far but it does not work: You might have tried below solution, but it won’t work actually. SOLUTION Follow given steps :
DESCRIPTION If you have enabled Contact Support page in community but when guest user tries to access it throws error or redirect to login experience. CHECKLIST There are following things we need to verify in order to make it working.
PROBLEM STATEMENT We developed a flow and added it on page layout with hep of quick action, though button was visible, but clicking on it was producing error. We changed the approach, I added that screen flow directly on Record page by editing Lightning experience builder, but the problem still persisted. HOW DID WE FIX …
Error – Salesforce user is not able to execute screen flow Read More »
Always choose Lightning Web Components unless you need a feature that isn’t supported. There are following features which are not supported in LWC.
If you are using Digital Engagement also called Messaging of Salesforce, you may come up with a requirement to create messaging user record automatically. Here are key fields that we need to provide while creating the messaging user. Given example is to be used in Apex but same can be used in flow: For more …
Create Messaging User for WhatsApp Channel in Salesforce Read More »
Sometimes we get a requirement in which we need to create OrderItem programmatically and we need to research a lot to know the required fields of Order Item.
Introduction Users may report that Flow, workflow rules or approval processes emails are not being received from a sandbox or production. Debugging Steps If an email alert is not being sent in Salesforce, there are several steps you can take to debug and troubleshoot the issue. Here’s a systematic approach to identify and resolve the …