Where are the default column layouts for details stored (to add to a package)? For example, in my dev system, if I set the default column layout, and then select to set that layout for all users, where is this stored so I can add that data to my package?
Is this just stored in the profile data? If so, how would you package that?
Thanks,
Ryan
Like
2 comments
19:41 Jul 30, 2019
Dear Ryan,
The table that stores all the data about each user section/detail columns settings, etc is SysProfileData table. You need to find the correct section by Key column in this table and update the SysUserId column with the required role/user id taken from SysAdminUnit table.
Best regards,
Anastasia
19:42 Jul 30, 2019
Anastasia Polo,
Thank you Anastasia, that is just what I needed
Ryan
Show all comments