Hi,
I have a very interesting and confusing issue with regard to the "header_process......" controls not appearing in the control collection when using UCI and V9.0.16 (On Premise).
What makes this issue even more confusing is the header_process controls are only missing for the "system administrator" in one of my environments
I currently have checked in two environments a DEV and QUA environment, and with a system admin and non system admin user and on all browsers
I have checked on multiple BPFs and on existing and new records
In my DEV environment I have an onload function in javascript which gets the context , if I put a break in after I get the context and check the controls I do not see any header_process controls (but only for system admin).
If it was the other way around I would have thought it could have been a security issue , but sys admins have access to everything
So using F12 I break in my OnLoad method and use the following to check the controls
exeContext.getFormContext().ui.controls
Just wondering if the community has seen this or has any idea how I can further investigate