Company Related Actions
Backup Company
The action Backup Company allows to take the backup of multiple companies.
Syntax
Backup Company : <parameter sep char> : <String Formula>
Where,
< Parameter Sep Char > is a character used to separate parameter.
< String Formula > must evaluate to the value in the following order separated by the <Parameter Sep Char>:
< Destination > < Source > < Company Name > < Company Number >
< Destination > is the path where the backup file is to be stored.
< Source > is the path from where the company data is to be taken for backup.
< Company Name > is name of the Company.
< Company Number > is number of the company.
These four values must be specified for each company. They can be repeated for multiple companies.
Example: Single Company
[Button : My Cmp Bk Button]
Title : BackUp Cmp
Action : BackUp Company: “,” : “C:,C:Tally.ERP 9Data,Global Enterprises,10037”
Key : Alt + G
Example: Multiple Company
[Button : My Cmp Bk Button]
Title : BackUp Cmp
Action : BackUp Company : “,” : “C:,C:Tally.ERP 9Data,Global Enterprises,10037,C:,C:Tally.ERP 9Data,+
TDL Demo,10027”
OR
[Button : My Cmp Bk Button]
Title : BackUp Cmp
Action : BackUp Company : “,” : @@MyCmpFor
[System : Formula]
MyCmpFor : “C:,C:Tally.ERP 9Data,Global
Enterprises,10037,C:,C:Tally.ERP 9Data,TDL Demo,10027”
Restore Company
This action allows to restore multiple companies in one go.
Syntax
Restore Company : <parameter sep char> : <String Formula>
Where,
< Parameter Sep Char > is a character used to separate parameter.
< String Formula > must evaluate to the value in the following order separated by the < Parameter Sep Char >:
< Destination > < Source > < Company Name > < Company Number >
< Destination > is the path where the backup file is to be stored.
< Source > is the path where the backup file is available
< Company Name > is the name of the Company.
< Company Number > is the number of the company.
These four values must be specified for each company. These can be repeated for multiple companies.
Example: Single Company
[Button : My Cmp Res Button]
Title : Restore Cmp
Action : Restore Company : “,” : “C:Tally.ERP 9Data,C:,Global Enterprises,10037”
Example: Multiple Company
[Button : My Cmp Res Button]
Title : Restore Cmp
Action : Restore Company : “,” : “C:Tally.ERP 9Data,C:,Global Enterprises,10037,C:Tally.ERP 9Data,C:,+
TDL Demo,10027”
OR
[Button : My Cmp Res Button]
Title : Restore Cmp
Action : Restore Company : “,” : @@MyCmpFor
[System : Formula]
MyCmpFor : “C:,C:Tally.ERP 9Data,Global Enterprises,10037,C:,C:Tally.ERP 9Data,TDL Demo,10027”
ChangeCrypt Company
This action allows to change the TallyVault Password of multiple companies in one click.
Syntax
ChangeCrypt Company : <parameter sep char> : <String Formula>
Where,
< Parameter Sep Char > is a character used to separate parameter.
< String Formula > must evaluate to the value in the following order, separated by <Parameter Sep Char>:
< Company Data Folder > < New Tally Vault Key > < Old Tally Vault Key > < Company Name > < Company Number >
< Company Data Folder > is the path of the company data folder.
< New Tally Vault Key > is the new password of the company.
< Old Tally Vault Key > is the old password of the company.
< Company Name > is the name of the Company.
< Company Number > is the number of the company.
These 5 values must be specified for each company, and can be repeated for multiple companies.
Example
[Button : Chg Pwd]
Title : Change Pwd
Key : Alt + b
Action : ChangeCrypt Company : “,” : ”C:Tally.ERP 9Data10037,NewPwd,OldPwd,Global Enterprises, 10037”