function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sen19sen19 

deployment status page information needs to be displayed in lightning component

Hi, I want to display the deployment status related fields inside a lightning component for each record. How can i accomplish this?Need help to achive this.
User-added image
Best Answer chosen by sen19
AnudeepAnudeep (Salesforce Developers) 
Apart from UI, you can also check the status of your deployment using REST Resources

You can invoke an apex service-side controller that will perform this rest call and use the results in your lightning component

Anudeep

All Answers

AnudeepAnudeep (Salesforce Developers) 
Apart from UI, you can also check the status of your deployment using REST Resources

You can invoke an apex service-side controller that will perform this rest call and use the results in your lightning component

Anudeep
This was selected as the best answer
sen19sen19
Thanks..but the response is too difficult to handle inside wrapper class. is there any easy way to handle this?