revaturelabs / AchievementUnlocked

2 stars 2 forks source link

Backend Package Development #68

Closed dominicromanello closed 3 years ago

dominicromanello commented 3 years ago

Create a new package dependent on the BasePackage with your team's changes to be implemented on the project when you want to share with the rest of the teams.

dominicromanello commented 3 years ago

Update the changes of record types and deleting password field on the BasePackage

dominicromanello commented 3 years ago

Merged BasePackage with the Backend Package. Logically made sense as no team will ever need one or the other, will always need both. BasePackage now includes approval processes, aura components, classes, flows, layouts, lwcs, objects, permission sets, permission set groups, Admin profile, roles, tabs, triggers, and workflows. In order for it to be installed correctly the Associate permission set must be deleted as the license was changed. A feature on config/project-scratch-def.json was added "DefaultWorkflowUser." Both of these are REQUIRED in order for the package to be installed successfully.

Will close for now unless future changes come up.