GPWindow is Everything Dynamics GP. Try the Custom GP Search engine which searches high quality GP Blogs, and the Microsoft Dynamics GP Community Forums.
Here is a view to show all Sales Order Processing line items with the SOP-POP link in Dynamics GP. You can use this with either SmartList Builder Crystal Reports, as I have made sure not to put any spaces in the column names. I maintain a list of all the SQL code I’ve published on my GP Reports page so if you’re looking for other scripts, take a look there.
~~~~~
CREATE VIEW view_SOP_POP_Link
AS
/**
view_SOP_POP_Link
Created Feb. 4 2009 by Victoria Yudin - Flexible Solutions, Inc.
For updates see http://victoriayudin.com/gp-reports/
Shows all SOP line items with SOP - POP link…The following view returns the all the Sales Order Processing to Purchase Order Processing (SOP to POP) links in your GP database.
This view is also a modification of the spvSopToPop view from Salespad (www.salespad.net).
You can name the view whatever you want by change the [tspvSopToPop] below. Also the USE [TSP] tells the script to only execute on…
It’s been a busy week and promises to stay busy through Convergence 2010 so I’m just…