11-13-2019, 03:29 PM
You can create your own plugin using the plugin manager. Access the plugin manager by navigating to the admin site:
URL: <ip>/tactic/project/admin
and enter the key "2".
This will give an overlay, where you can access Plugins.
You can access the TACTIC Developer documentation, which contains a section on Plugins, here:[/url]
[url=https://github.com/Southpaw-TACTIC/TACTIC/blob/4.6/doc/book/doc/doc_tactic-developer/tactic-developer.pdf]https://github.com/Southpaw-TACTIC/TACTIC/blob/4.6/doc/book/doc/doc_tactic-developer/tactic-developer.pdf
I would add to the documentation that you export specific entries in a table using expressions:
I don't usually use plugins for backup and restore, although it is possible. I usually use plugins to transfer custom views and widgets across projects.
I hope this helps!
- Celton
URL: <ip>/tactic/project/admin
and enter the key "2".
This will give an overlay, where you can access Plugins.
You can access the TACTIC Developer documentation, which contains a section on Plugins, here:[/url]
[url=https://github.com/Southpaw-TACTIC/TACTIC/blob/4.6/doc/book/doc/doc_tactic-developer/tactic-developer.pdf]https://github.com/Southpaw-TACTIC/TACTIC/blob/4.6/doc/book/doc/doc_tactic-developer/tactic-developer.pdf
I would add to the documentation that you export specific entries in a table using expressions:
Code:
<sobject search_type="config/widget_config" path="config/custom_layouts" expression="@SOBJECT(config/widget_config['view','like','my_custom_view.%'])" ignore_columns="timestamp,code,id" relative_dir_column="view"/>
I don't usually use plugins for backup and restore, although it is possible. I usually use plugins to transfer custom views and widgets across projects.
I hope this helps!
- Celton