dschibster / architectgroupdus-20221215-demo

This repo contains example metadata for how Nebula Logger, Apex Rollup and SFDX Batch Orchestrator work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does this repo contain?

This repo contains the metadata I used in my Scratch Org for my Architect Group Düsseldorf talk on 2022-12-15. In this repo I show example use cases for the packages I discussed:

Script to get started with packages + test metadata

echo "y" | sfdx force:package:install -p 04t5Y0000023RBpQAM -w 60
sfdx force:package:beta:install -p 04t6g000007zMCdAAM -w 60
sfdx force:package:beta:install -p 04t09000000ijP5AAI -w 60

sfdx force:source:push

sfdx force:user:permset:assign -n Batch_Job_Scheduler
sfdx force:user:permset:assign -n See_Rollup_App 
sfdx force:user:permset:assign -n LoggerAdmin

After Pushing all content, go into Custom Settings and enable the Org-Wide Setting for Rollup Settings by creating it.

About

This repo contains example metadata for how Nebula Logger, Apex Rollup and SFDX Batch Orchestrator work


Languages

Language:Apex 96.8%Language:Shell 2.3%Language:JavaScript 0.9%