Hi CRM dEvs,
I have two custom entities. 1. Letter Audits 2. Audit findings.
I have to populate the the fields from entity 1 to entity 2 using Javascript. On create record of entity 1, a record will also be created to entity 2. I can populate single line of text fields. But I cannot populate lookup field. Here is my code.
bcrcaudit["cse_WORKID@odata.bind"] = "/" + entity + "("+ bcrcid +")";
Any help will be highly appreciated. Thanks.
*This post is locked for comments