This feature allows users to build a single-page app without creating multiple screens. To enable this
Go to Setup --> Process Automation Settings and enable 'Opt in to Reactive Screen Beta'.
Note: This feature is currently in beta version.
This feature allows users to build a single-page app without creating multiple screens. To enable this
Go to Setup --> Process Automation Settings and enable 'Opt in to Reactive Screen Beta'.
Note: This feature is currently in beta version.
In this post I am going to show you a simple way to generate the QR Coder in Salesforce. To generate the QR I going to use the QuickChart open source chart image API.
Let's go through the attribute with respect to the quickchart. Please look at the below URL.
https://quickchart.io/chart?cht=qr&chs=200x200&chl='&Id
cht - Type of the chart
chs - Image dimension
chl - Value. Here I have passed the Id.
To generate the QR code I used this in a formula field as like below.
IMAGE('https://quickchart.io/chart?cht=qr&chs=200x200&chl='&Id,
'Scan QR code to open record in mobile.')
In this formula I have passed the record id as a value for QR Code. Please look at the below record to with the QR Code.
Note: that as long as the shared email address is not an email alias and not part of hybrid exchange it will allow you to integrate it as the EAC does not support email aliasing and hybrid exchange for the syncing at the moment
If you want to setup the SSO for Salesforce community portal, please follow the below steps.
1. Create a community. Just create it don't add more configuration or customisation
2. Most of the client would like to have a custom domain for community so please follow this link to setup the domain and link it to community site.
3. As per the below document Azure team has to setup the SSO configuration on Azure.
To do the steps as a Salesforce developer you have provide the few set of information. Those I have attached in the below screen-shot.
Input For Azure Step 1:
Name: You can give your own name
On this step Reply URL should be your site domain URL.
Hope everyone knows that Zapier is a product that allows end users to integrate the web applications they use and automate workflows. Here we are going to look about what is the default format that needs to be passed from the Zapier to Salesforce
Once you receive the date from any application to Zapier then we have to use the component 'Date / Time Formatter' any convert the date value to YYYY-MM-DDThh:mm:ss+hh:mm which is acceptable format by Salesforce.
Please refer the below screenshot.
Recently I came across a scenario where I want to register the domain. This new domain will be used for community. Below is the steps which I followed to register the domain.
1. Create the CA-Signed Certificate from Salesforce:
To create this CA-Signed Certificate Go to Setup -->Certificate and Key Management and Click on Create CA-Signed Certificate.