Blogs

  • Functioning of Variable Types in the Lightning Component Framework

    Exploring Variable Types’ Functionality within the Lightning Component Framework When constructing a component or application, the option to assign a specific type to an attribute arises. Yet, the manner in which Aura, the foundational framework of Lightning Components, utilizes this type remains a query. What advantages stem from opting for one type over another? Equally…

    Read more…

  • How to Handle JSON Response Parsing in Salesforce Apex

    Summary There have been instances when I faced confusion regarding the process of parsing a JSON string to extract the necessary value. Let’s now explore how this can be accomplished. ##Example JSON ##This is easy method of all I tried Copy the above JSON String and generate Apex using this apex generator tool. Json2Apex Generator…

    Read more…

  • How can we query an Entitlement Process through Apex

    Actual Object name to access from API is SlaProcess and in UI it is EntitlementProcess

    Read more…