Skip to content

Commit

Permalink
Add logo image and MetaDeploy strings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmreed committed Nov 17, 2021
1 parent 4de93f0 commit fc5a948
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
Binary file added images/DLRS OSC Badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions metadeploy/labels_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"product": {
"title": {
"message": "Declarative Lookup Rollup Summaries (DLRS)",
"description": "name of product"
},
"short_description": {
"message": "Admin friendly interface to generate and manage cross-object rollup summaries in your Salesforce org.",
"description": "tagline of product"
},
"description": {
"message": "Declarative Rollup Lookup Summaries (DLRS) is a sustainable open source community application that provides an admin-friendly declarative interface to generate and manage cross-object rollup summaries in your Salesforce org.\r\n\r\nFeatures:\r\n\r\n- Rollup information between Lookup relationships, not previously possible without writing Apex Triggers.\r\n- Define rollups using standard declarative UI, no coding required.\r\n- Define filter criteria on rollups, like rolling up Closed Won Opportunity Amount onto Account.\r\n- Run rollups in Realtime, Scheduled and Developer API modes.\r\n\r\nResources:\r\n\r\n- [Open source GitHub repository](https://github.com/SFDO-Community/declarative-lookup-rollup-summaries) - with links to current install and configuration documentation.\r\n- Learn more and get support: [Trailblazer Community Group](https://trailhead.salesforce.com/trailblazer-community/groups/0F9300000009O5pCAE?tab=discussion). Maintainers of this application and Salesforce.org Open Source Program team members actively monitor every post.",
"description": "shown on product detail page (markdown)"
}
},
"plan:install": {
"title": {
"message": "Install Declarative Lookup Rollup Summaries (DLRS)",
"description": "title of installation plan"
},
"preflight_message": {
"message": "This will install Declarative Lookup Rollup Summaries (DLRS) in your org.",
"description": "shown before user starts installation (markdown)"
},
"post_install_message": {
"message": "Thanks for installing Declarative Lookup Rollup Summaries (DLRS). Please visit the [DLRS Trailblazer Community group](https://trailhead.salesforce.com/trailblazer-community/groups/0F9300000009O5pCAE?tab=discussion) for any questions about DLRS.",
"description": "shown after successful installation (markdown)"
},
"error_message": {
"message": "To get help with this error, visit the [DLRS Trailblazer Community group](https://trailhead.salesforce.com/trailblazer-community/groups/0F9300000009O5pCAE?tab=discussion).",
"description": "shown after failed installation (markdown)"
}
},
"steps": {
"Install {product} {version}": {
"message": "Install {product} {version}",
"description": "title of installation step"
}
}
}

0 comments on commit fc5a948

Please sign in to comment.