I have been working on Aura (Lightning) components for last 2 years and the common issue with the Dependent picklist which I found while developing an Aura (lightning( component is how to render them on the basis of the record’s recordType. Salesforce has provided an amazing User Interface API, which Lightning Experience uses to get […]
If you are looking for an alternative of {!$ObjectType.Account.fields.Name.Label} then this post is the perfect destination for you. In this post, I am going to demonstrate the easiest way of showing field labels dynamically instead of hard-coding them. lightning:input and ui:input doesn’t have a capability to get the label from the field itself like force:inputField […]