Hi all,
I am wondering why the Business Graphics are working fine.
I am binding my businees graphics to an independent Singleton Node of the ViewControllerContext. How is it possible that although it is a sinleton node it can dislay all the nodeelements in the business graphic?
Thanks a million
Bye
Jan
That is a common misunderstanding concerning singleton and the cardinality. The cardinality describes how many elements a node may have. But the singleton describes the relation to the parent node. If a node is singleton, it exists only <b>once per parent node</b>, regardless how many elements this parent may have.
It always shows data relatively to the lead selection element of the parent node. This has the consequence that is has to change its content every time the parent changes its lead selection. This is the reason that for singleton child nodes a supply function is recommended.
Regards,
Uwe
Add a comment