240 pts.
 Creating a View in Lotus Notes
I should add a new date field in a form and then i shuld get the values of the date field populated into that field.I added the field in the view and selected the date field available in the list below and selected it as the formula and refreshed it.But i am not getting the values populated into the new field but the rest of all values for the fields which have already been created are populating.Can anyone tell me what should i do for the values of the new field to get populated.Please it is urgent.

Software/Hardware used:
ASKED: February 15, 2008  8:30 AM
UPDATED: March 5, 2008  2:37 PM

Answer Wiki:
Adding the field to a form design makes it available for all new documents. It will not be on existing documents until they are saved by a user or refreshed by an agent. Look in the help database to find information about document collections (to select the documents you want to act on) and ComputeWithForm (to evaluate the value based on the field's formula on the form), then save the documents with the new values. To be more selective, you could create an agent to select all the documents you want to have the new value and include an agent to compute and populate that one field and save the document. This is generally safer and would have fewer unintended impacts.
Last Wiki Answer Submitted:  March 5, 2008  2:37 pm  by  Aish   70 pts.
All Answer Wiki Contributors:  Aish   70 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Try changing the field to a NotesDateTime field.
In the view place the formula as @date(yourfieldname)

This must work
For any further queries i wud be online at aishwarya_success@yahoo.com

 70 pts.