Script to backup template?
-
- Posts: 7
- Joined: Sun Jan 27, 2019 3:41 pm
Script to backup template?
Is there a simple script to backup an entire template?
Re: Script to backup template?
Can't you just copy the template file somewhere?
-
- Posts: 7
- Joined: Sun Jan 27, 2019 3:41 pm
Re: Script to backup template?
Not sure how that would work?
I make frequent changes to my template and would like to clicking on a shortcut or use a gesture to programmatically save my backups into the same template file (rather than go into the lighting menu to click on the backup function).
-
- Posts: 7
- Joined: Sun Jan 27, 2019 3:41 pm
Re: Script to backup template?
@F43nd1r I found on github your Multitool script: https://github.com/F43nd1r/Multitool/tr ... ool/backup
Can some of this be used in LL script editor to create a backup action that can be triggered via a LL script?
Can some of this be used in LL script editor to create a backup action that can be triggered via a LL script?
Re: Script to backup template?
Technically yes, but you'd have to reimplement everything in javascript (lightning scripting only accepts js, while my app is in kotlin).Can some of this be used in LL script editor to create a backup action that can be triggered via a LL script?