• this.model in quote-data-group-list does not have relate field from record.php

    Hello, I've been struggling to figure this one out and wondered if anyone had any ideas. We have a requirement to make a relationship between products and Tax Rates, selectable in the 7.9+ Sidecar quote-data-group-list.php view. Here's a brief outline…
  • Set relationship dropdown via javascript controller

    Hi everyone, I'm trying to set a relationship dropdown on the "One" side (One-To-Many relationship) in the create javascript controller. With relate fields I'm able to simply do this: this.model.set('account_c', accountName); this.model.set('account_id_c…