Retrieve Lighting App Utility Bar with package.xml Post author:Swapnil Jaiswal Post published:November 11, 2024 Post category:Blog / Salesforce Post comments:0 Comments How to retrieve App/Custom Application With package.xml Syntax to retrieve lightning app Utility Bar with package.xml <?xml version="1.0" encoding="UTF-8"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <name>FlexiPage</name> <members>AppDeveloperName_UtilityBar</members> </types> <version>62.0</version> </Package> Explanation: In Salesforce we we two types of applicationsCustom AppsStandard AppsBoth types app application are supported in Salesforce Classic & Lighting Environment. If we created app for salesforce lightning view then we can cannot leverage that classic view.Find how to retrieve apps metadata using package.xml.Utility Bar provides users with quick access to productivity tools. To retrieve utility bar metadata we use FlexiPage as metadata type. Looking for Job Change? Find company wise Interview Questions Here: TCS Salesforce Deloitte KPMG L & T Infosys Lirik Capgemini TechAim Bajaj Finance EY Logixal Hexaware Tech Workday Apisero You Might Also Like How to get all picklist types fields with available options for each field in LWC using APEX ? March 26, 2022 Top 10 companies who uses Salesforce CRM | World’s No #1 CRM March 25, 2022 Call APEX method from LWC, how to call apex method with parameters from LWC? April 2, 2022 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.
How to get all picklist types fields with available options for each field in LWC using APEX ? March 26, 2022