I know you can use “Default ACL groups” in templates to auto-populate ACLs when creating new databases from templates.
Can you use them, or is there another way, to update an ACL in the “Refresh Design” process?
Thanks
Mike
I know you can use “Default ACL groups” in templates to auto-populate ACLs when creating new databases from templates.
Can you use them, or is there another way, to update an ACL in the “Refresh Design” process?
Thanks
Mike
Subject: Update existing ACL from template?
Nope. ACL’s are only copied from templates to databases when the databases are created.
As additional information for others reading the thread, this is done by putting the entries in the template’s ACL inside brackets.
e.g. If the tempate has …
[ACL-Group]
… in it’s ACL, any database created from that template would have …
ACL_Group
… in it’s ACL.
Subject: Update existing ACL from template?
Not during the Refresh Design process, but you can use LotusScript or Java backend code to copy the ACL entries.
Subject: Update existing ACL from template?
nope