• Business user form "Who can create document with this form" only set to [Admin]

    By Tinus Riyanto 1 decade ago

    Is this intentional ?
    Normally for non- xpage application this needs to be set to All authors and above, right ?

    We have some user that got error “You are not authorised to perform that operation” when they wanted to submit the user profile registration form.

    ACL for Default is set to Author with Create Document privilege.

    • By Vikas Tiwari 1 decade ago

      Hello Tinus,

      Thanks for pointing that.. It's not intentional. I copied the Business User form from some existing application, that might have caused this setting left over.. However, I have not seen any issues because of this setting..
      Are you getting error for all the users or only few ? Try to change this setting to allow anyone to create document with form. and let me know if this sorts out the issue.. In the application, we are using XPages to create the document and not doing validation with the form, so logically, this Form property should not cause any issues. Also, I have not heard of this issue from anyone else.. and there are many successful implementation of this project.

      If you still face the issue, let me know, and I can try to debug the same..

      • By Tinus Riyanto 1 decade ago

        Hi Vikas

        Only some user got the error. That is what got me confused.

        Trying to find out the difference between those who got the error and those not getting it but so far find nothing in common. So far we have bumped the ACL for Default to Editor and wait to see if this resolve the issue but we don't want to do this permanently because user might be able to edit other people's profile when they got editor access.