Hi in some cases, when I have a condition on the model to set the lookup fields such as contact, they display properly as contact Name instead of Id values. In this one case, I’m using the same condition and it’s displaying the contact as record id. This is happening inside the same page. Any reason for that? I read some posts here that say I need to do something like this:
model.updateRow(row,{
Contact__c: MyContactRow .Id,
Contact__r: MyContactRow .Name
});
Is that still true?
Question
set default values for lookup field - works in some cases

Translate
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.