Skip to Content
0
Former Member
Mar 28, 2019 at 04:56 PM

Referencing existing Address in ImpEx.

1084 Views

I am creating an ImpEx for PaymentInfo and it has a billingAddress field of type Address. But the AddressModel does not have a "code" field for me to reference it in the ImpEx (like billingAddress(code)).

How should I do it?

INSERT_UPDATE PaymentInfo; code[unique = true]; billingAddress(WHAT_HERE?)

Thanks in advance.