Get Value from Current Row

hmmmm … this is drawer so creating new records in the drawer can’t be done this way. If it were a popup then no problem.

Issue is that the user can open multiple drawers. Whichever is the last drawer opened, then it would be set as the CurrentVendor.

3 options I can think.

  1. Switch the drawers to popups and use CurrentVendor model.
  2. Don’t use CurrentVendor model, but limit creating new dims to a row action on the vendor. That way you can isolate your merge values to be a row in context. {{VendorId__c}}
  3. Use javascript. :S