• Quickstuff doesn´t work with editor access

    By Bastian Wieczorek 2 decades ago

    Hello Vince,



    all user in our environment have editor access to there mailfiles. This is the problem way the quickstuff isnĀ“t working for them… they need to have designer access to change the outline. If they try, they will see the error MSG:



    —————————

    IBM Lotus Notes

    —————————

    Error accessing product object method

    —————————

    OK

    —————————



    Maybe you can build a agent which check the access from the user and if he has manager access the outline can be changed directly and it not a 2nd agent is started which runs with my ID so that this agent can change the outline.

    • I disabled the quickstuff rebuild on the next version for editors...

      By Vince Schuurman/NotesOSS 2 decades ago

      … so at least they won't get the errors.



      I'll have to think about your solution.

      • hide elements from design?

        By Bastian Wieczorek 2 decades ago

        I just added a ->

        @If(@TextToNumber(@UserAccess(@DbName; [AccessLevel])) >= 5;@False; @True)



        to the profile form… so when a user have designer access or higher he can use the quickstuff. If not it is hidden and he will never ask about it ;-)