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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Integration Manager- User defined path

(0) ShareShare
ReportReport
Posted on by 5

When running an integration how can it prompt the user to pick a file?

Categories:
I have the same question (0)
  • Galina Profile Picture
    1,077 on at

    There is a "Before Integration" script in the script library (even though I haven't tried it myself) that goes like:

    'Create a File System Object – this will be used to check that the path specified by the user exists

    Dim pFSO

    Set pFSO = CreateObject("Scripting.FileSystemObject")

    'Prompt the user to enter a value

    sPath=InputBox("Enter the full path to the source file(s).", "Enter Path")

    'Test to make sure that the value supplied is a valid path

    If Not pFSO.FolderExists(sPath) then

     CancelIntegration sPath & "' is not a valid path. Please run the integration again."

    Else

     SetVariable "sPath", sPath

    End If

    In case you weren't aware, there is quite a bit of script samples in Integration Manager if you go to  Script -> Script Library in Script Editor window.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 681 Super User 2026 Season 1

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 551 Super User 2026 Season 1

#3
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 471

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans