Beas QC Order permition Respondida

Fabio

Hi,

What permission i have to give  the user to prevent him doing that?

Only users manager can release and close QC order, but another users only input the sample results.

Rgs

Fabio

BEAS 2020.11

Comentarios

2 comentarios

  • Comment author
    Martin Heigl

    Hi Fabio

    We don't have different permission in this area

    But beas is flexible with with the user script solution

     


    Only superuser can change the fields
    if not superuser, we protect the fields

    global function form_loaded
    if <system.superuser> <> true then
      dw_1.item.beas_qsfthaupt_release.protect=1
      dw_1.item.abgkz.protect=1
    end if
    end global

    1
  • Comment author
    Yaremi Miranda Lopez

    Hello,

    You can also use the electronic signature request in the QC plan, only the users with this signature will be the ones who can release the QC order.

    0

Iniciar sesión para dejar un comentario.