domino designer eclipse - XPages Navigator Control to Open Profile Document? -


converting legacy notes application xpages extension library.

using application layout navigator control basic site navigation.

stuck on how have navigator menu item open profile document editing administrator type user...

have xpage created binds profile form, not finding way have opened on onclick event of navigator menu item?

any suggestions?

with xpages, profiles obsolete. better approach move contents of profile regular document , in applicaiton_init () method read data application scope. if have updating profiles critical because of issues updating profiles across multiple servers , jres..

if must use profiles, on navigator, set open profile.xsp in edit mode. profile.xsp edits profile default formulas of each bound field retrieving value profile using ssjs. submit button runs ssjs iterates through items on document , writes them profile, not save disk.

happy coding

/newbs


Comments