Tablefield Property: Editable as Code

mgerhartz
mgerhartz Member Posts: 50
edited 2006-08-09 in Navision Attain
Hi,

is it possible to use the Tablefield Property EDITABLE as Code? I want to check the user role and if the check fails, it has to set the property to FALSE. Because only users with the user role SUPER should be able to edit this field.

Thanks for your help!

Comments

  • DenSter
    DenSter Member Posts: 8,307
    Not as the tablefield, but you can control the editable property of individual fields on forms.
  • mgerhartz
    mgerhartz Member Posts: 50
    Thanks for the quik answer. So you mean that I only can use this property on Forms not in the onLookUp Trigger of the Tablefield?