Reply
Visitor
sumit687
Posts: 1
0

Using Partner wsdl to update lookup fields?

How can I update lookup fields in Contact or Account Object using partner wsdl? ex- Parent account name?

Moderator
SimonF
Posts: 7,980
0

Re: Using Partner wsdl to update lookup fields?

You would set the field value to be the 18 char Id of the related record, Typically the field name is based on the relationship + Id, so parent account is ParentId, you can find the exact field names using one of the many schema viewer tools.

Cheers
Simon
docs | blog | twitter