How to Programmatically remove delete options from envelope

SOLVED

Hi All

Can't find any information regarding hiding the some options on the options GRID

would like to hide the delete button if the Created user <> than the user like in the screenshot below 

  

If anyone has more detail on how to achieve this it would be great 

Kind Regards

Parents
  • 0

    If you go to

    1. the screen definition screen (Development > Script dictionary > Screens) function GESAMK,

    2. on the general tab, block section

    3. the Options field allow you to setup codes(eg KARID) to allow insertion, deletion etc. look up the codes using the selection option. 

    4. remember to save and perform validations if you change anything.

    The option can be controlled through code as well.

Reply
  • 0

    If you go to

    1. the screen definition screen (Development > Script dictionary > Screens) function GESAMK,

    2. on the general tab, block section

    3. the Options field allow you to setup codes(eg KARID) to allow insertion, deletion etc. look up the codes using the selection option. 

    4. remember to save and perform validations if you change anything.

    The option can be controlled through code as well.

Children