How I can disable "Go To main Table" per user or g

pedroparrapedroparra Member Posts: 58
edited 2007-02-02 in Dynamics AX
Hi all,

Anyone know if is possible to disable the "Go To Main Table" feature at records in Forms dynamically per user or user group?

I just want to create a simple menu for some manufacturing workers but I dont want them wandering around the tables.

Regards

Pedro

Comments

  • MikerMiker Member Posts: 105
    Hi Pedro.
    You can do it. Go to your field on datasource and override method
    public void jumpRef()
    {
    // super();//this calles "Go To Main Table"
    }
    going to Europe
Sign In or Register to comment.