Maybe. When you are logged in as your personal account, can you reach the page /_layouts/userdisp.aspx?Force=True and see the right content? It could simply be a permissions thing.
The way the function works is that it loads the page /_layouts/userdisp.aspx?Force=True and then basically screen scrapes the values out of the DOM. To do this, it looks for the appropriate fields by searching for the FieldInternalName="column name" text in the comment above the actual field data.
M.
The way the function works is that it loads the page /_layouts/userdisp.aspx?Force=True and then basically screen scrapes the values out of the DOM. To do this, it looks for the appropriate fields by searching for the FieldInternalName="column name" text in the comment above the actual field data.
M.