Yellow Day tip: how to use Notes computeWithForm with an XPage08/11/2008
Domino 8.5 - XPages
I'm celebrating Yellow Day today here at GroupwareInc. In honor of the celebration I have an XPages tip to share with you.
How to use Notes computeWithForm with an XPage Here's how you can use your Lotus Notes default field formulas when opening up an XPage, or when saving an XPage, or both.
- Select your XPage Properties tab and click on the All Properties tab.
- Navigate to data and expand
data->dominoDocument[0]. - Select when to execute the computeWithForm form logic. Your choices are: onload, onsave, or both
On the backend, this actually executes the document.computeWithForm() method.