Platform Events in Salesforce
Use platform events to define the data to be delivered in custom notifications. Use Salesforce Platform Events to connect business processes in Salesforce and external apps through the exchange of ....
Use platform events to define the data to be delivered in custom notifications. Use Salesforce Platform Events to connect business processes in Salesforce and external apps through the exchange of ....
Use action link group templates to instantiate action link groups with common properties. An action link is a button on a feed element that targets an API, a Web page, ....
1. How to include external javascript files in the lightning component? You can use a RequireJS component or Loader component to load external JS or CSS files. 2. How to ....
Custom permissions let you define access checks that can be assigned to users via permission sets or profiles, similar to how you assign user permissions and other access settings. For ....
Sample Code: Visualforce page: <apex:page controller="Sample"> <apex:form > <apex:inputField value="{!objEmp.Approval_Status__c}"/> <br/><br/><br/> <apex:inputField value="{!objEmp1.Approval_Status__c}"/> </apex:form> </apex:page> Apex Class: public with sharing class Sample { public Employee__c objEmp {get;set;} public Employee__c objEmp1 ....
Sample Code: system.debug('System Date - ' + System.now().dateGMT() + ' Or ' + DateTime.now().dateGMT()); system.debug('User Locale Date - ' + Date.today() + ' Or ' + System.today()); system.debug('System Date Time ....
Exception: Service not found at: /lapi/record-ui/ salesforce Resolution: Check the URL in the request to fix this issue. Sample Successful Request:
isAvailable() from RecordTypeInfo object/entity can be used to retrieve the Record Type which are accessible by user's Profile only. Using the following sample Apex Code, we should be able to find ....
To merge all your badges from different account to one account in Salesforce Trailhead, check the below link https://force.desk.com/customer/portal/articles/2418878-merging-trailhead-accounts?b_id=13478 Note: Make sure you have the usernames of the accounts which ....