Hi Experts,
I have requirement to create Custom OVS using Custom Business Object.
My Custom BusinessObject :
businessobject MyBO {
element Cont_ID : ID;
element Cont_type : OTypeCode;
element Cont_Desc : LANGUAGEINDEPENDENT_LONG_Name;
node Item [0,n] {
element Item_ID : ID;
element Item_Desc: LANGUAGEINDEPENDENT_LONG_Name;;
}
}
I want to create OVS with the fields Cont_ID , Cont_type and Cont_Desc when open the OVS component.
Cont_ID | Cont_Desc | Cont_type |
---|---|---|
00001 | Contract 1 | TYPE1 |
00002 | Contract 2 | TYPE2 |
please anyone have idea about this how to create it and use as a public OVS.
Many Thanks,
Mithun