How to run two dll's from an actions\pre event using menuscript?
SolutionYou should be able to run two dlls by adding them one after the other.
ACTIONS\PRE first.dll second.dll
providing both dll's are located in %UGII_SITE_DIR%\application folder.
Otherwise:
ACTIONS\PRE c:\temp\first.dll c:\temp\second.dll
will work.