Quantcast
Channel: Microsoft Dynamics GP
Viewing all articles
Browse latest Browse all 59474

Forum Post: RE: Budget ID missing from Budget file

$
0
0

Hi Elvira,

You can update the BUDGETID field in the Budget Master table (GL00200).

Run the script below to check the DEX_ROW_ID:

SELECT DEX_ROW_ID, * from GL00200 where BUDGETID = ''

Then run the script below to update:

UPDATE GL00200 set BUDGETID = 'XXX' where DEX_ROW_ID = Y

**where XXX is the Budget ID and Y is the DEX_ROW_ID from the first script result.

Kind Regards,

Tristan


Viewing all articles
Browse latest Browse all 59474

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>