How to disable Deliverable button

SOLVED

How can I disable this button for all users except specific ones?

is there any parameter ?

Parents
  • 0

      what windows action exactly??

  • +1 in reply to Sagex
    verified answer

    Windows OPRH > predefined buttons > remove STD action and add an Activity code > then validate entry transactions (this will not make the field greyed out, just making the button useless. Even if user clicks on it, it won't do anything). I usually do this for "Close" button on Purchase receipt which really just causing headache whenever user mistakenly clicks on it

    The other way, is to programmatically disable (greyed out) the button which requires 4GL coding. 

  • +1 in reply to Victor Nia
    verified answer

    Hello Victor,

    To forbid a window button for a user, you need to:

    * Have this user assigned a Profile Code,

    * Edit the Functional authorization record that manages the authorizations by Function (GESPRH or GESPRH2) and its Profile Code

    You will see that the column "Options" can manage the buttons on the function. The values you can enter here depend on the function you are managing in this functional authorization record.

    Regards

Reply
  • +1 in reply to Victor Nia
    verified answer

    Hello Victor,

    To forbid a window button for a user, you need to:

    * Have this user assigned a Profile Code,

    * Edit the Functional authorization record that manages the authorizations by Function (GESPRH or GESPRH2) and its Profile Code

    You will see that the column "Options" can manage the buttons on the function. The values you can enter here depend on the function you are managing in this functional authorization record.

    Regards

Children