- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AP - Cash Requiremen ts Report (MAS 500 7.2)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-15-2012 02:10 PM
On the main tab, in the select grid:
When I select the field status is equal to Open and on the options tab to include unapplied transactions, it does not pull anything or give a message like there are no records to pull.
I ran a trace on the database side to see what was going on and it's running this query:
SELECT DISTINCT tapVendPmt.VendPmtKey, SessionID = CONVERT(integer, 764) INTO #Unapplied FROM tapVendPmt WITH (NOLOCK), tapVendor WITH (NOLOCK), tapVendClass WITH (NOLOCK) WHERE tapVendPmt.Status = 1 AND tapVendPmt.CompanyID='ASD' AND tapVendor.VendKey=tapVendPmt.VendKey AND tapVendClass.VendClassKey=tapVendPmt.VendClassKey AND tapVendPmt.CompanyID = 'ASD' AND tapVendPmt.TranDate <= '2012-01-15'
However, there is not a field named status in tapvendpmt, so I figure that is why this is not pulling any results.
Does anyone else have this issue and if so, what field should it be using in the where clause?
Can someone pull a trace on this report (on this specific piece) and let me know if their SQL matches what I have, if not, can they post it, so I can use that query to build a report off of?
Your help would be greatly appreciated.
Thank you,
MGalvan801
Re: AP - Cash Requiremen ts Report (MAS 500 7.2)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-16-2012 06:38 AM
Sorry but this is for MAS90/200. MAS500 has it's own community forum. You need to repost there. Or have a mod move the thread there.
--------------------------------------------------------------------------
You have enemies? Good. That means you've stood up for something in your life.
Re: AP - Cash Requiremen ts Report (MAS 500 7.2)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-16-2012 08:34 AM
Yup, saw that and created one there.
Thanks,


