↧
Answer by sanket kumar for Convert Javascript button to Lightning Action
Client side validation and Server side validation both have advantage and dis-advantage. Client-side validation is responsive in terms of user experience but when you see the security concern, you...
View ArticleConvert Javascript button to Lightning Action
I have to convert many javascript buttons into Lightning Action to open VF Page. Below is an example of a button on the Account record page. if( (accStatus != "Active" && accStatus !=...
View Article