Question

Add field to System user (SysAdminUnit) page

Hello,

 

What is the correct way to add custom field to System user page? Currently it is necessary to modify VwSysAdminUnit view, but it seems to be bad idea (as this view is overwritten with new versions of Creatio)



Do other options exist?

Like 1

Like

1 comments

Hello Vladimir,

 

Unfortunately, as for now, there is no possibility to change the system user page layout with the help of out-of-the-box tools of the application and we do have a correspondent problem registered on our side.



As for now theoretically, the only way to change the layout (or to add existing columns to the user page) is with the help of the replacing object (replace the "SysAdminUnit" object from the "Base" package) and replace the "UserPageV2" schema from "UIv2" package, but we should warn you that it is risky to do because it can break base application logic and provoke critically errors.



Actually, we don't recommend performing changes to this object and schema, but if you want to try - please use the dev-instance or local instance first so to test this possibility and then, if it was successful, perform the same steps on prod.

Show all comments