I have taken a form in which there is text field which is computed and contains @name([cn];@userName) when first time document is composed it shows the current user. Once it send for approval, when approver open the document in the text field which is computed it show previous user. Once when approver switch to edit mode form get refreshed then computed fields value get changed to their name.
Is there any way to before switch to edit mode form get refreshed. I also used refresh window, refresh hide formula… on the load event of the form. I am not able to understand why this happened.
I will be very thankful to you if some one help me.
Actually I am trying to do this on client based application not on the web. if I use computed text it will show only current user Name but how could I get this in lotus script if it is not a field.