Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using ScriptDebugger in Great Plains 8.0 1

Status
Not open for further replies.

ctwilliams

Programmer
Feb 15, 2002
86
US
TechKnowledge articles 850774 and 857426 describe how to create a script.log file that contains a list of all the procedures and functions called. I was able to do this in Great Plains 7.5 but it doesn't seem to work in 8.0 (I don't have a Debug menu option). Does anyone know how to do this in 8.0?
 
There is a Gotcha on v8.0.

V8.0 adds an [Install] section at the bottom of the Dex.ini. I would say that you have added your extra lines below this section.

You will need to move the two lines up above the [Install] section into the [General] section.

ScriptDebugger=TRUE
ScriptDebuggerProduct=0

Where 0 is the product ID of Dynamics.

David Musgrave [MSFT]
Senior Development Consultant
Escalation Engineer
MBS Support - Asia Pacific

Microsoft Business Solutions

Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top