AFCTFCY Table - OPT_0 Field

SUGGESTED

Hi,

I want to perform a review of functions granted by profil and i look for the description of possible value for OPT_0 field.

This field provide an information concerning rights for each couple function / profil - C (creation), M (modification) .... I look for an exhaustive list of possible value.

Thanks a lot for your help.

Regards

Parents
  • 0
    SUGGESTED

    The options depend on the function, but there are 4 generic options:

    - C for creation, M for modification, S for suppression, available on any object

    - N is available when there is an active flag (to allow accessing only the active records)

    All the other options are not normalized, but depends on the function. If you look at the function dictionary, you can find the ones defined for a function. For example, in GESSOH:

      

    So if you want to have an exhaustive list of the options, you need to list the ones present in a function, which might be cumbersome.

    I did this with a X3 script and created an Excel file containing all the options used (updated with a 2021 R1 version). As you can see, there are some frequent options such as U (all users), but U is also used for some other cases (revision in fixed assets for example). V is also very popular fr a validation operation, but it can be called posting in some cases.

    Option_lists.xlsx

    I hope this will help!

Reply
  • 0
    SUGGESTED

    The options depend on the function, but there are 4 generic options:

    - C for creation, M for modification, S for suppression, available on any object

    - N is available when there is an active flag (to allow accessing only the active records)

    All the other options are not normalized, but depends on the function. If you look at the function dictionary, you can find the ones defined for a function. For example, in GESSOH:

      

    So if you want to have an exhaustive list of the options, you need to list the ones present in a function, which might be cumbersome.

    I did this with a X3 script and created an Excel file containing all the options used (updated with a 2021 R1 version). As you can see, there are some frequent options such as U (all users), but U is also used for some other cases (revision in fixed assets for example). V is also very popular fr a validation operation, but it can be called posting in some cases.

    Option_lists.xlsx

    I hope this will help!

Children
No Data