Is this how ZOHO Marketplace is supposed to work ?
Note: I am posting this in the ZOHO Creator section because I don't see a separate section for ZOHO Marketplace.
I just published a (dummy) Application to ZOHO Marketplace in order to test the behaviour of Applications when being demo'ed in their workspace.
The Application I submited was defined as Private ... with two HTML Views made Public.
In the published Application, I noticed that the Access/Share definitions are being ignored completely ... as I am able to View ALL components of the Application.
Is this how Applications behave when being Demo'ed ?
If so, the integrity of real Applications would be compromised if certain Forms/Views could not be restricted from unauthorized viewing/change by users ... resulting in unexpected behaviour for other users ... thus giving the impression of a poorly designed/developed Application.
Also noted that all users are identified as Appuser (email of appuser@zohocreator.com) ... and the adminuser is defined as zsdemo1 ... again, this would prevent servicing of scripts inside something like ...
if (zoho.loginuser == zoho.adminuser)
{
//perform action reserved for Owner/Admin
}
Perhaps ZOHO Creator/Marketplace Team Management can address these observations ... and advise how Developers can Publish (to Marketplace) their Applications without compromising them as described above.
Gaev