Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
unidentified user
MGalvan801
Posts: 3
Registered: 01-15-2012
0

AP - Cash Requirements Report (MAS 500 7.2)

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

Switcher
BigLouie
Posts: 2,684
Registered: 10-28-2008
0

Re: AP - Cash Requirements Report (MAS 500 7.2)

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.

Big Louie No MBA but BMOC
--------------------------------------------------------------------------
You have enemies? Good. That means you've stood up for something in your life.
unidentified user
MGalvan801
Posts: 3
Registered: 01-15-2012
0

Re: AP - Cash Requirements Report (MAS 500 7.2)

Yup, saw that and created one there.

 

Thanks,