Uncategorized

Using Custom Metadata Type in Salesforce

Custom Metadata Types have great and valuable features which makes it very useful package-able component. It can be used as custom setting  and can be deployed as any other metatdata type. Custom metadata rows resemble custom object rows in structure. You create, edit, and delete custom metadata rows in the Metadata API or in Setup. Because… Continue reading Using Custom Metadata Type in Salesforce

Lightning · Salesforce

Creating a Modal Dialog box using Lightning Design System – Lightning Component

Hi All, I was trying to build a modal dialog box in lightning component and it took me some time to figure out how to use svg tag and use it in Lightning component. In this blog, I will try to create a Account List Lightning Component which will have a new Account create button.The… Continue reading Creating a Modal Dialog box using Lightning Design System – Lightning Component