Hi Horst,
Sorry I may have not explained properly.
In a contact, we have personal addresses. There may be more than one.
The requirement is to add another address via PDI when a user checks a flag on the header.
I tried several ways but could not find a way where I can create a record with street, city, state and country.
All I could do is: In Common Node:
var addrobj : elementsof this.ToParent.AddressInformation;
ofraddrobj.CustField1= value1;
ofraddrobj.CustField2= value2;
this.ToParent.AddressInformation.Create(addrobj );
Since the actual address record is from AddressSnapshot BO, I could not do it.
But I may be wrong. Any inputs are appreciated.
thanks
Mahesh