↧
Does anyone have a code sample to create a hierarchical items list?
Does anyone have a code sample/studio template I can see how to implement a hierarchical items list? What I want to do is create a "BOM" for a registered product via studio. In this BOM it will be a...
View ArticleRe: Does anyone have a code sample to create a hierarchical items list?
Hello Rei, you need to model the hierarchy using an association valuation. This is the example from the online help for the valuation keyword: businessobject BusinessObject1 { [AlternativeKey] element...
View ArticleRe: Does anyone have a code sample to create a hierarchical items list?
Hello Rei, Reinholds suggestion will provide you with a hierarchy inside the BO instance.So, you need only one BO for the whole hierarchy and the ChildNode has the association to the RegisteredProduct....
View Article