So I am trying to set the value of a new row field via the save button. The value should be the Sales_Rep__r.Id from the object Opp, Saved to
Sales_Rep_1__c on the OppItem object.
From the documentation I though I just needed to call the value via {{$Model.Opp.data.0.Sales_rep_r.Id}} or Opp.Sales_rep_r.Id But when ever I try like below, nothing is passed to the new field.
Any ideas?
OppItem
<p>{{Sales_Rep__r.Id}} should&nbsp; {{$Model.Opp.data.0.Sales_Rep_r.Id}}</p>