Questions About Share Scripting Command ..
Hi:
If I am the Owner/Admin of my Workspace ... and I have a number of Apps in this Workspace ... e.g. AppA, AppB, AppC etc.
Q1. While loged in to AppA, can I use the share command to grant "Shared Access" to ...
- all of AppB
- form XYZ in AppC
... for john@brocoli.com ?
Q2. If AppB had a customized Function that was structured something like ...
Utility.grantAccess(componentName, emailID)
... could I invoke such Functions from AppA ... e.g. ...
AppB.Utility.grantAccess("Form XYX","john@brocoli.com")
... to achieve this objective ?
Gaev