MacroServer Tools

MacroServer Tools

Check MacroServer Version

Attached is a zipfile with 2 files TEST.xml and VMPRTMNT_Test.vms

Info
For Visual ERP 10.0 and below, look for VTGMACMT.exe 
- Supports editing of a given SRI Macro

For Visual ERP 11.0 and up, look for MacroEditor.exe  
- MDI document interface
  - Edit multiple Macros in the desktop area
- Search for text
- Supports editing of:
  - Visual ERP Macros (as found in dbo.MACRO)
  - Synergy SRI Macros


Login to the Macroeditor
[Appstore]:\Visual\Localapps\webservices\SRIMacroServer\Tools


Load the TEST.xml using MacroEditor
File>Import>SRIScript



Select the TEST.xml and click open|VMFG



Add the Macro stub

Copy the macro to your VEProfiles$ directory if using VEScripts


or you can add manually add the macro via the part maintenance window.
* you may need to change https to http if not using SSL 


Run the Macro to get the MacroServer version info

The macro will return client info

clicking ok will show the SRIMacroServer version



Next window will show Assembly info



Edit/View Macros

From MacroEditor the end user may view/edit any Synergy created Macro or an Visual ERP Macro (version 9 and up)

If there is a vbscript language command that is not being properly highlighted, you have the ability to add that missing item by editing the vbscript.xml file located in
C:\Visual\Localapps\WebServices\SRIMacroServer\Tools\Language
Simply add a new entry:  <KeyWord name="yourcommand" />


    • Related Articles

    • WM-Synergy Macro Editor

      WM-Synergy Macro Editor This is rich client user interface, which allows for the maintenance of Synergy Created Macros that support the Infor Visual ERP Manufacturing, (VE), Visual Basic Scripts (VBScript) typically used in a VE Macro situation. Each ...
    • Macro Editor - Release Notes

      v1100.1001 2025.05.11 (Beta release) Add support for Visual ERP Macros Add support to search for text Move language highlight to Language\vbscript.xml file to allow user to add to list For best results use MacroServer v1100.1001 which has added ...
    • Macro Server - Info

      What Is Macro Server Central Management of Macros Macros are stored in the database Deployed as a Web Service under IIS Visual Access Controls are Applied to Macros Provides Extensions to VBScript Environment SQL Queries Common VBScript Function ...
    • Macro Server - Release Notes

      v1100.1001 2025.05.11 (Beta Release) - Add support for editing Visual ERP Macros - VTG.Loader.dll is now using Framework 4.8 - Update supporting nuget packages to latest release. - VTGMACMT.exe has been renamed to MacroEditor.exe v1100.1000 ...
    • MacroServer - Field / Form Level Security

      Create a macro that will prevent users from changing specific field level Part Master Data Create OnSaveMacro under Part Maintenance Login to Macro editor on macroserver Create Macro Script with Logic Configure Permnissions Under Visual Program ...