UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

35 lines (29 loc) 1.17 kB
const template = { variables: [ { name: "PAGE_NAME", description: "The name of the Salesforce Lightning Page to describe.", example: "Account_Record_Page" }, { name: "PAGE_XML", description: "The XML metadata for the Lightning Page.", example: "<FlexiPage>...</FlexiPage>" } ], text: { "en": `You are a skilled business analyst working on a Salesforce project. Your goal is to summarize the content and behavior of the Salesforce Lightning Page "{{PAGE_NAME}}" in plain English, providing a detailed explanation suitable for a business user. {{VARIABLE_OUTPUT_FORMAT_MARKDOWN_DOC}} ### Instructions: 1. **Contextual Overview**: - Begin by summarizing the role of the lightning page. - List the key tabs, sections, views, related lists and actions described in the lightning page. 2. {{VARIABLE_FORMATTING_REQUIREMENTS}} ### Reference Data: - The metadata XML for Lightning page "{{PAGE_NAME}}" is: {{PAGE_XML}} {{VARIABLE_ADDITIONAL_INSTRUCTIONS}} `, }, }; export default template; //# sourceMappingURL=PROMPT_DESCRIBE_PAGE.js.map