@PrashantSingh I have used the same code and was able to set the current
user to the RP filed. Below is the code which I have used. May be you
can compare: var setUser = {fldId: '26951',usersName:
parent.parent.ArcherApp.globals.displayName,usersId:
...
you can use the below in your COvar currentuser =
parent.parent.ArcherApp.globals.displayName;document.getElementById('fldid').value=currentuser;fldid
is the text field id to which you want to set the value