I setup a view to show documents created from an upload. The fields in the view do not show the data until I open the document then edit it and save it. I have tried updating the documents with an agent but it still doesn’t work.
Any Ideas???
I setup a view to show documents created from an upload. The fields in the view do not show the data until I open the document then edit it and save it. I have tried updating the documents with an agent but it still doesn’t work.
Any Ideas???
Subject: Uploading info into Notes Database
Check while uploading the document the items used in views are created or not.
If they are computed fields then use compute with form while uploading the doucments to the database (use this before you save the document while uploading)
Subject: RE: Uploading info into Notes Database
All the fields are text fields. I am creating the form and adding the new fields through the agent. I am pulling data from some CBT software which does an HTTP Post then the agent actually creates the new form and new items based on the post. When I look at the doc properties, I see the field names and the data is correct. But in order to see the info on the view I have to open the document, edit and save then I can see all the fields.
Subject: Uploading info into Notes Database
I’m assuming you’re loading this via a script agent? For all of your fields get a handle to the field and set the IsSummary property to True. (If you look at the doc properties from a view I’m betting your fields don’t have the SUMMARY flag set.