after buying mastering xpages , XPages Portable Command Guide and xpages extension library . i am confused from where to start i took a look in those ebook and i downloaded their applications from official website but i am confused from where to start .
i start developping some masks , views and xpages .
my problem is how to relate those masks together ?
example :
i have mask1 with 5 fields , which field1 is related with field1.1 from mask2 . how can i relate them together and how to make them in the same view ????
after buying mastering xpages , XPages Portable Command Guide and xpages extension library .
Share
Matux use my cheatsheet as starter. It provides lots of links to tutorials and information. Then let go of relational/uml thinking. In an RDBMS you need master/detail tables that in Notes you can store in a single document (depending on the task at hand). The biggest learning step are the multi-value fields, so watch out for them. Security is sweet with declarative read and read/write access per document, but needs careful planning to get performance right.