Difference between revisions of "Codeunit/FormEvent/InstanceCreator"
Jump to navigation
Jump to search
old>Admin |
old>Admin (→Usage) |
||
Line 15: | Line 15: | ||
== Usage == | == Usage == | ||
Using the attuned form will create a new instance. | |||
The requirement is that the intance information is there AND status is in create (as defined per "") | |||
* instance name | |||
* admin name | |||
* admin email | |||
After an instance is created and status will now be either | |||
* succes (as defined per "") | |||
* error (as defined per "") |
Revision as of 14:57, 22 September 2018
What is it
The instance creator lets you build new TS application instances from a template, that is a MYSQL dump of an existing database.
So you will need
- A template for the context file
- MySQL dump files
- tsbase
- tslive
- tstest
Sample context.xml
Configuration
Usage
Using the attuned form will create a new instance.
The requirement is that the intance information is there AND status is in create (as defined per "")
- instance name
- admin name
- admin email
After an instance is created and status will now be either
- succes (as defined per "")
- error (as defined per "")