Hi experts,
How can we add nodes from a custom BO as an OWL in a new tab in a Thing Inspector?
Suppose I have the following custom BO, and I have generated the TI screen for CardFile.
businessobject CardFile {
[AlternativeKey] element cardID : ID;
element employee_id:ID;
node Item [0,n]{
[AlternativeKey] element itemID:ID;
element valueA:IntegerValue;
element valueB:IntegerValue;
element valueC:IntegerValue;
}
}
Can I display the child nodes Item in a tab of the Thing Inspector?
Thanks,
Edmund