- For some enhancing reason, I have added some new fields in my form. It is having default value.
- But the existing document is not getting updated with the new fields.
- I am having a thousands of documents. I can not open, Edit and save. I tried to save the document from backend. I can not believe, that was also not working.
- Is their anyway for updating documents?
Asked
Active
Viewed 836 times
1

Richard Schwartz
- 14,463
- 2
- 23
- 41

Ramkumar
- 874
- 11
- 27
2 Answers
1
If you prefer using backend classes, you need call notesDocument.ComputeWithForm( False, False )
before saving document.

pstr
- 384
- 1
- 2
- 6