• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Restrict Customers Web App View to only their entries?

New Here ,
Jun 10, 2013 Jun 10, 2013

Copy link to clipboard

Copied

I want to have customers enter web app entries that only they can see and edit.

Is this possible?

TOPICS
Web apps

Views

710

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 11, 2013 Jun 11, 2013

Copy link to clipboard

Copied

Hi,

The only option that BC has is the "anyone can edit items" feature which in your case you would leave unticked.  The app item will only be editable by the submitter.

2013-06-11_0937.png 

Unfortunately we do not have a feature that will limit the view of the specific web app unless you manually create secure zones for each customer and assign the app item to the specific secure zone accordingly. 

Kind regards,

-Sidney

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 22, 2013 Jun 22, 2013

Copy link to clipboard

Copied

Hi,

Try this if it works:

1. Create your webapp

2. Create secure zone e.g. "members-section"

3. Create page e.g. /members

4. Assign /members to the secure zone "members-section"

5. On members page, create 2 sections 1. Add items; 2. Current items

6. On Add items section, insert webapps input form (customer will be able to create more items)

7. On Current items, insert list of webapp submitted items, use alternative template (this will show the list of items submitted by that customer)

8. On alternative template layout, instead of {tag_button}, use {tag_edit}

9. Get the webapp input form code from the module section, and paste the necessary details on the Webapp Edit Layout.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 04, 2014 Apr 04, 2014

Copy link to clipboard

Copied

LATEST

1. It's very simple, you must enter this module code (delete the spaces in the start and end of the module code) 

{ module_webappscustomer,16641,a,,,,true,10,,1 }   in the page you want to be the "Webapp edit page".

2. Add the "Webapp edit page" to the secure zone.

3. Make sure you insert the tag (delete the spaces in the start and end of the tag code)   { tag_edit }   in the backup layout of your webapp.

That's it. I hope it work for you!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines