web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Integration Manager VB Script

(0) ShareShare
ReportReport
Posted on by

I have been running the following script sucessfully in GP 9 but when I run it in GP 10 I get the error Error Executing Script 'After Document' Line 1: Variable uses an Automation type not supported in VBScript

The script I run is

sSQL = "Update Sage_Transactions set Updated " & _
"= 1 where uniquereferencenumber = '" & _
SourceFields("uniquereferencenumber") & "'"

'Create a new connection
Set pConnection = CreateObject("ADODB.Connection")
'Open the connection to the database
Call pConnection.Open("Inform Sage Integration", "sa", "ITdbserver01HO")
'Execute the stored procedure
Call pConnection.Execute(sSQL)
'Close the connection
Call pConnection.Close

sSQL = "Update Sage_Nominals set Updated " & _
"= 1 where uniquereferencenumber = '" & _
SourceFields("uniquereferencenumber") & "'"

'Create a new connection
Set pConnection = CreateObject("ADODB.Connection")
'Open the connection to the database
Call pConnection.Open("Inform Sage Integration", "sa", "ITdbserver01HO")
'Execute the stored procedure
Call pConnection.Execute(sSQL)
'Close the connection
Call pConnection.Close

sSQL = "Update Sage_Tax set Updated " & _
"= 1 where uniquereferencenumber = '" & _
SourceFields("uniquereferencenumber") & "'"

'Create a new connection
Set pConnection = CreateObject("ADODB.Connection")
'Open the connection to the database
Call pConnection.Open("Inform Sage Integration", "sa", "ITdbserver01HO")
'Execute the stored procedure
Call pConnection.Execute(sSQL)
'Close the connection
Call pConnection.Close

*This post is locked for comments

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
HP-11021721-0 Profile Picture

HP-11021721-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans