16. Oktober 2009 02:54
16. Oktober 2009 15:14
16. Oktober 2009 19:28
20. Oktober 2009 12:27
20. Oktober 2009 17:30
21. Oktober 2009 08:42
custTable.AddressMap::formatAddress();
custTable.PartyId = DirParty::createPartyFromCommon(custTable).PartyId;
21. Oktober 2009 10:46
// Check if not associated to Party
if (!this.PartyId)
{
// Create a Party entry for customer
this.PartyId = DirParty::createPartyFromCommon(this).PartyId;
}
else
{
DirParty::updatePartyFromCommonInsert(this.PartyId,this);
}
if (_updateParty)
{
DirParty::updatePartyFromCommon(this.PartyId, this);
}