I have a Contact Lookup on a form called new_contact. Inside that Contact form is another lookup called "new_PrimaryAccount";
contact ctt = entity.ToEntity<contact>();
new_contact = ctt.ToEntityReference(),
I have a Contact Lookup on a form called new_contact. Inside that Contact form is another lookup called "new_PrimaryAccount";
contact ctt = entity.ToEntity<contact>();
new_contact = ctt.ToEntityReference(),