|
CAVEAT: It can not be stressed enough that Batch Admin is a very powerful FirstClass tool and that you should famiiliarize yourself with the syntax of batch commands and try some scripting out on a test server until you feel confident using it on your production server. Remember to always make frequent backups of your FirstClass post office. It is comparable to the registry editor in Windows operating systems.
Create Perms with Batch Administration
Object Type "Perms" can be used to create a new stationery form if the form is available in the Admin>Add New Stationery Menu.
Some examples of how to add PERMS:
To add "Phone Call" stationery to the "Sales" conference:
Reply
NEW "Private Conferences:Sales" "Phone Call" "Who called" PERMS 2024 -1 -1 128 +p
So, if we read this from left to right, we see that we are creating something new in the path of "Private conferences:Sales", where the object name is "Phone Call", and on the Mr.Mrs. line on the stationery, "Who Called" would be input.
PERMS is the objtype
2024 is the icon resource
-1 -1 places the object in the next available position
128 is the FormID
+p adds protection to the object.
Here's the Conference:
and here's the form:
|