When you have built your new app, you will want to transfer it from one tenant to the next. This may be for UAT testing, or it may be ready for production. Either way, we will show you how to bundle it up to transfer over easily using templates.
One of the best things about templates is when you pull in something like a ‘Home’ page, and it pulls in all the dependencies, for example, other pages, models, menus, and roles. So you could specify ‘Home,’ and pretty much everything is pulled in automatically.
What do we need?
Firstly, we need to determine all of the components that make up the application, i.e., the models, model data, pages, workflows, search objects, menus, and roles.
If you have a large application, you can either package it up into one big template or break it down into smaller ones. For example, you could break it down into:
-
- Homepage
- Profile
- Flexible working etc.
You might want to break it down into small chunks if, for example, you envisage further versions of a particular part.