I am trying to create a macro that logs onto GP Dynamics then posts a PO Purchasing Batch (TRANSACTIONS>PURCHASING>PURCHASING BATCH ENTRY). The logon works fine but then the macro finished without a 'Macro Ran' message or opening the PO Purchasing Batch Window. This is GP Dynamics 2010 11.00.2106 (SP3). This is the macro as it looks now after trying various solutions -
# DEXVERSION=11.00.0359.000 2 2 Logging file 'LOGIN.LOG' CheckActiveWin dictionary 'default' form Login window Login MoveTo field 'User ID' TypeTo field 'User ID' , '(userid)' MoveTo field Password TypeTo field Password , '(password)' MoveTo field 'OK Button' ClickHit field 'OK Button' NewActiveWin dictionary 'default' form sheLL window sheLL NewActiveWin dictionary 'default' form 'Switch Company' window 'Switch Company' ClickHit field '(L) Company Names' item 1 # '(company Name).' MoveTo field 'OK Button' ClickHit field 'OK Button' NewActiveWin dictionary 'default' form sheLL window sheLL CommandExec dictionary 'default' form 'Command_Purchasing' command 'POP_Batch_Entry' NewActiveWin dictionary 'default' form 'POP_Batch_Entry' window 'POP_Batch_Entry' TypeTo field 'Batch Number' , 'TEST' MoveTo field 'Post Button' ClickHit field 'Post Button'
*This post is locked for comments