Hello!
Have any of you combined the the Quick checks and Regular checks in one inquiry? We are new to Acumatica but don’t understand why the “check list” isn’t the check list?
Thanks,
Kay
740-418-5250 (cell)
khowe@stockmeister.com
Hello!
Have any of you combined the the Quick checks and Regular checks in one inquiry? We are new to Acumatica but don’t understand why the “check list” isn’t the check list?
Thanks,
Kay
740-418-5250 (cell)
khowe@stockmeister.com
Hi
Have you already tried something like this?
Thanks Benjamin! Here is a screenshot of the error. Let me know your next idea!
Best!
Kay
740-418-5250 cell
sorry…..forgot to say that we tried adding the Quickcheck table to Check Register Inquiry - and that’s when we got the error when trying to filter on the quick check reference numbers. And we also had no results for any quickchecks.
So you can do an expression like:
=pAPPayment.DocType] but it results in the database value for the DocType instead of the UI value:
So instead you would probably need to chain the IIF statements in the expression to make sure there is one for each type of DocType:
=IIF(IAPPayment.DocType]= 'QCK', 'Quick Check', 'APPayment.DocType])
That can work, but even as I’m working through this, it will navigate to Checks and Payments with a blank doctype:
So if the table is joined in:
Then you will get 3 of each quick check type, so you would need to add grouping:
But this will SUM the amounts off the quick check and be 3x what is on the document.
You would also need to add navigation parameters and make an new line for the Quick Check RefNbr:
Then it will navigate correctly
Regarding the error that you got, it was because the APQuickCheck table wasn’t joined into the GI via the relations
But also, I’ve attached the GI for reference
Thanks again!
Tyler
I feel like I am missing something here. Customer complained that the Check Register did not show Quick Checks. I added the condition to show quick checks, checked the data and they are now showing.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.