There is a Notes Client application which we want to rewrite it using XPages as we want to transform it into a XPiNC application. I will give you a simple example, explaining the Notes Client application:
There are one main form called ( let say ) Company
and another form called Persons
. From the company form the users can add multiple Persons
. Of course, clicking the button Add Person
from the Company
form implies the current document ( Company
) to be saved - as the 2 forms have in common one field: txt_CName
.
In the main frameset there is one outline entry containing a view ( which is categorized, based on this txt_CName
) to display the documents like this:
Company A doc.
Person 1 from Company A
Person 2 from Company A
Company B doc.
Person 1 from Company B
I started already developing the XPiNC app. Regarding the Persons
doc.: the users want completing the structure inside a dialog. OK ... but from the above view panel could I set the target to be computed ( when the link column is clicked ): Company A doc. to be opened in a normal way, but the Person 1 from Company A to be opened in the respective dialog - in other words to be computed. COuld you give me a simple example? Are there any other better solutions for my situation? ( excepting the classical functionality - from the Lotus Client app which I could developing using XPages )
Thanks for your time.