Now the dashboard has stopped working.
I added a calculated field but, re-synchronized and I am getting the same error again.
The calculated field  - calculation is ‘If Customer.EstDate > Today - 90 then 'New' Else ''’
Is there something I need to do with a Calculated field?
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 11:57 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Updateable BAQ's-Dashboard Question
Thank you!!! It is working now.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 11:27 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Updateable BAQ's-Dashboard Question
Add key field from the Customer file such as company and CustNum also add QuoteHed.CustNum
I have found the Updatable BAQs are much happier with Key Fields included.
I just duplicated yours in 9.05.702 with no issues.
Patrick
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 13:21
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Updateable BAQ's-Dashboard Question
Below is the list from the Display tab.
QuoteHed.Company |
Company |
x(8) |
QuoteHed.QuoteNum |
Quote # |
>>>>>>>>9 |
QuoteHed.DateQuoted |
Date Quoted |
99/99/99 |
Customer.CustID |
Cust. ID |
x(10) |
Customer.Name |
Name |
x(50) |
QuoteHed.Number03 |
YTD Revenue |
->>>,>>>,>>9.99999 |
QuoteHed.ShortChar04 |
Quote Status |
X(50) |
QuoteHed.ShortChar06 |
Opportunity Type |
X(50) |
QuoteHed.ConfidencePct |
Confidence % |
>>9 |
QuoteHed.Number04 |
Score |
->>>,>>>,>>9.99999 |
QuoteHed.ShortChar07 |
Owner |
X(50) |
QuoteHed.FollowUpDate |
Follow up |
99/99/99 |
QuoteHed.QuoteComment |
Comment |
X(1000) |
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 11:19 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Updateable BAQ's-Dashboard Question
What fields are selected on the BAQ Display Tab?
Patrick
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 13:04
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Updateable BAQ's-Dashboard Question
QuoteHed is the Master.
Below is the query from the BAQ.
for each QuoteHed no-lock where QuoteHed.ShortChar04 <> '' , each Customer no-lock where (QuoteHed.Company = Customer.Company and QuoteHed.CustNum = Customer.CustNum ).
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 10:59 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Updateable BAQ's-Dashboard Question
Is the QuoteHed the master table or is the Customer?
Patrick
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 12:52
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Re: Updateable BAQ's-Dashboard Question
I am trying to create an updateable dashboard to update some fields on the QuoteHed.
I have 2 tables – QuoteHed and Customer in the BAQ. We want the customer id and name to be displayed.
My Updateable BAQ is working but, I get errors when creating the Dashboard.
The error is below.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Epicor.Mfg.Common.BusinessObjectException: ERROR condition: Parameter number 2 (table ttResults) mismatch. Has 17 fields - client schema has 18 fields. (8030) (7211) --->
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, May 12, 2014 10:43 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Updateable BAQ's-Dashboard Question
Can I ask what you are trying to do here, what fields are you trying to update? Could it be done with a BPM instead of update-able dashboard?
Also, You don't need those fields in the Update Processing section under column mappings. You only want the fields for the table that will be updated. If you want the customer fields to display then go under the display tab and show the fields that you want to show.
-Bobby