Salesforce Vlocity ManagerA Visual Studio Code extension that provides a user-friendly interface for creating manifest yaml file and retrieving Salesforce vlocity components. Create yaml file and retrieve vlocity components with just a few clicks. Features1. Automatic Vlocity Component Type LoadingAll vlocity component types available in your connected org will be automatically loaded when the extension starts, providing a complete list of available vlocity component types.
2. vlocity component Type Search and SelectionYou can search for a particular vlocity component type with keyword filtering, making it easy to find the specific vlocity component type you need. 3. Smart Component LoadingOn selecting a vlocity component type, all components of that type will be automatically loaded in a table, except for currently selected components or those already in existing sfdx-vlocity-retrieve.yaml. This prevents duplicate selections and ensures efficient workflow.
4. Component Search and SelectionYou can search for a particular component with comma-separated keyword filtering, allowing you to quickly find specific components within a vlocity component type.
5. Selected Components ManagementOn selecting a component, Add button will displayed.
On cicking Add button, all selected components will be available in the selected components table for retrieval. The table provides a clear overview of all selected components with their vlocity component types.
6. Existing Retrieve Yaml SupportComponents available in existing sfdx-vlocity-retrieve.yaml are also loaded back to the selected components table, allowing you to continue working with your existing vlocity component selections. 7. Smart Component FilteringSelected components will not be available for future selection, preventing duplicates. If you remove a component from the selected components table, that component will be available back for future selection. 8. Component Availability AlertsIf selected vlocity component has components and all components are already selected, you will be alerted that there are no more components to select.
9. sfdx-vlocity-retrieve.yaml Generation and RetrievalOn clicking Retrieve Components, sfdx-vlocity-retrieve.yaml will be created in the vlocity folder and selected components will be retrieved from your Salesforce org.Components are retrieved in a volocity/src folder which will be created, if it is not existing. Moreover, dependecies of the selected components also will retrieved automatically. Those dependencies will be added back to selected components table in italics and light blue backcolur.
10. Retrieval Status TrackingReal-time status updates are provided for each component during the retrieval process:
Prerequisites
Installation
UsageOpening the ExtensionMethod 1: Command Palette
Method 2: Context Menu
Requirements
Version History1.0.0
LicenseMIT License - see LICENSE file for details AuthorShabu Thomas Note: This extension requires an active Salesforce CLI installation and authenticated org connection to function properly. |