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
34 lines (28 loc) • 1.47 kB
JavaScript
const template = {
variables: [
{
name: "PERMISSIONSETGROUP_NAME",
description: "The name of the Salesforce Permission Set Group to describe.",
example: "PS_CloudityAdmin"
},
{
name: "PERMISSIONSETGROUP_XML",
description: "The XML metadata for the Salesforce Permission Set Group.",
example: "<PermissionSetGroup>...</PermissionSetGroup>"
}
], 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 PermissionSetGroup "{{PERMISSIONSETGROUP_NAME}}" in plain English, providing a detailed explanation suitable for a business user. {{VARIABLE_OUTPUT_FORMAT_MARKDOWN_DOC}}
1. **Contextual Overview**:
- Begin by summarizing the role of the Salesforce PermissionSetGroup that you can guess according to the content of the XML. Try to guess the role of users assigned to this permission set group according to the name, description and related Permission Sets
- List the key features of the Permission Set.
2. {{VARIABLE_FORMATTING_REQUIREMENTS}}
- The metadata XML for Salesforce Permission Set Group "{{PERMISSIONSETGROUP_NAME}}" is:
{{PERMISSIONSETGROUP_XML}}
{{VARIABLE_ADDITIONAL_INSTRUCTIONS}}
`,
},
};
export default template;
//# sourceMappingURL=PROMPT_DESCRIBE_PERMISSION_SET_GROUP.js.map