It is possible to define the binding of a specific entity set to a view. We can then use this to bind different fields in the view to different properties of the entity set. In case of the work list - object views, it appears that the entity set defined at the work list view flows through to the Object view. In the object view therefore, you are able to display various properties without specifying any binding.
If you were now to have a simple form (NOT a table), what is the process for binding another entity set to fields in this form. I have tried for example {entityset2/property}, {entityset2>property}, {/entityset2/property}. Could someone tell me the syntax for specifying this alternate binding? Also, wher do I need to specify extend: "entity set2". Thanks a lot - Jai