dynamics ax : Push Customized form to All users

2019-06-06 06:20发布

Recently, I was troubleshooting an issue related to user settings. There was a requirement to migrate the user settings from one environment to another.

There is an AX 2009 form which users make their own personalisations to, moving some of the fields around, or perhaps adding other fields (via the right click->setup functions) , so that unnecessary fields are hidden. I have saved that form , so that it is available for me , but when i migrate the form to another environment i notice that the new user don't have any change on the form.

As we all know, User related setups for queries, forms, reports etc are stored in SysLastValue table. This is a system table and can't be accessed directly through AOT.

1条回答
迷人小祖宗
2楼-- · 2019-06-06 06:58

I think here is what you are trying to achieve:

http://axaptian.blogspot.md/2010/01/savecopy-filtersqueriesinquires-to.html

Basically, it allows to save custom filters and queries and pass it to other users. Although it copies only queries, I am sure it can be modified to copy any usage data.

查看更多
登录 后发表回答