Power User prohibits procedure execution

Options
真織 野口
真織 野口 Active Partner
First Anniversary
edited March 2023 in Platform
hello

I want to limit the procedure execution of a user who has a Power User license.
Even if you turn on "Deny procedure editing" in the profile
the following situations cannot be avoided.
-> Procedures can be set with label actions
-> You can execute the procedure from the label in play mode.

I have a Power User create a screen.
I don't want you to execute a specific procedure.

Is there a solution?

Best regard






Comments

  • Davide Corbetta
    Davide Corbetta Active Partner
    First Anniversary First Comment Photogenic
    edited July 2022
    Options
    Hi ,
    There is not a direct, simply mode, but you can easy define a process for allow/deny procedure excecution from users.
    • First you must have a entity dimension "user" linked to user security: (select user= @user) in database.
    • create a cube "permission" with dimension user where you put 1 if whe user is allowed to execute procedure
    • modify your procedure by testing if the value of permission is <>0. if not Exit procedure
    You can use this way also for manage permission on all the procedures in your application.Hi ,

    ------------------------------
    Davide Corbetta
    Technical Director
    ADVISON SRL
    Italy
    ------------------------------
    -------------------------------------------