Hi Horst,
I tried to add these parties under TI screen but am not able to select any values for these fields. By default fields are greyed out in the screen.
Kindly let me know what am missing here.
BO Structure:
[WithAdministrativeData]businessobject Sample BO
{
[AlternativeKey][Label("ID")] element ID : BusinessTransactionDocumentID;
[Label("Name")] element Name : LANGUAGEINDEPENDENT_EXTENDED_Name;
[Label("Time Zone")] element TimeZone : TimeZoneCode;
node Party [1,n]
{
element PartyID : PartyID;
element RoleCode :PartyRoleCode;
}
association EmployeeParty to Party valuation (RoleCode=="1215");
association AdminParty to Party valuation (RoleCode=="1122");
}
TI screen :
Data Model:
Regards
Navin