A Screen Component That Displays Fields in Read Only Mode
If you are building a form, you may want to make some screen components read only. In those cases, you can use this custom screen component that displays fields in read only mode.
I am 15x Salesforce Certified Solution Architect from Israel.
If you are building a form, you may want to make some screen components read only. In those cases, you can use this custom screen component that displays fields in read only mode.
About If you are building a survey or a feedback form, you can use number or selection input components to get a rating from the user. Even though they will store the answer, they won’t look like the surveys that we are familiar with. However, you can use this custom Star Rating Component that lets […]
Created by Yumi Ibrahimzade ABOUT You can perform insert, update and delete operations in Salesforce Flow. Most of the time, they are enough but what if you want to undelete records from the recycle bin? There isn’t undelete records operation in Flow. However, you can achieve this using this Invocable Apex Action. See this post […]
Created by Yumi Ibrahimzade ABOUTThis is a Lightning Component that plays a sound effect. It can be used on Flow Screens and Lightning Pages. In order to play a sound, you have to upload the sound file as a Static Resource and then enter the name of the file to the “Sound File” parameter. INSTALLATION […]