Hey folks,
I’m adding a new layer to the quote entry form. No other layers exist.
I need to display customer information on the quote header, so I’m adding a Customer dataview and trying to get the info after the GetByID. Getting an error when reading the data after the quote record is loaded, I think.
Here we go.
Add the dataview:
and select Guided Setup.
Source type: BO Service Call:
Set where clause to Binding (I have also tried Constant: CustNum = [QuoteHed.CustNum])
I’ve tried leaving all the other whereclauses either emtpy or Constant and an empty value.
Select the response parameters:
Attach the dataview:
Summary:
Set the GetRows event trigger:
Check the GetRows parameters:
I have tried editing in CustNum = [QuoteHed].[CustNum] but it doesn’t stick, and have tried making this a constant of CustNum = [QuoteHed.CustNum], among other things.
Save and preview. Load a record–the record displays and then an error message displays:
I have tried a bunch of variations on a theme here, but I must be missing something. Take a look and see anything (operator error) that stands out?
I can probably make a BAQ work here but would rather not have the extra component.
Thanks,
Joe