In GP 10, Microsoft Dynamics GP > SmartList > and then Sales > Customers > *
What is the script behind it? Any thoughts?
*This post is locked for comments
Announcements
In GP 10, Microsoft Dynamics GP > SmartList > and then Sales > Customers > *
What is the script behind it? Any thoughts?
*This post is locked for comments
Nataraj is correct. You can see all the Standard SmartList query from the backend under the views of appropriate company database. For customer smartlist query, expand the view Customers and right click to select new query window to view the same. This similar way you can see all other standard GP Smartlist from backend with the same name.
Hope this helps!!!
Hi MOBIN,
It will loop through records from the table RM_Customer_MSTR (RM00101) and adds each record to the Smartlist window's list view. This script is run in the background so that the user interface will respond to any user actions during the time of execution of this script.
Hope this helps.
Hi Mobin,
I guess the script is normally a SQL view to display all the customer records. you can refer the view in backend as dbo.Customers(View section) from the corresponding company database
Almas Mahfooz
3
User Group Leader