saving changes made to user interface using Intellimorph to all users

Hello AX Gurus,

My client got a peculair requirment as to rearranging feilds in grids in various forms .(Which can be done by intellimoerp easily)>Now the proble how to propogate these changes to all the users in one shot.

Your quick reply will be much appreaciated.

With Regards.

Sudhakar

Hi Sudhakar,

An user’s form set up are stored in SysLastValue table. It should be possible to pick up an user’s settings and copy them across to other users by code.

Please note this table is a kernel table. Therefore it will be available under System Documentation → Table node.

Regards,