Views:

This article describes how to import budget data into the Budget Maintenance (PA.BSM.00) screen together with the Original Budget Schedule (PA.BSM.01) sub screen and the EAC Schedule (PA.BSM.01) sub screen by using Transaction Import in Microsoft Dynamics SL.

Applies to:   Microsoft Dynamics SL 2011
Original KB number:   929315

 

Modify the control macro file

To import budget data into the Budget Maintenance (PA.BSM.00) screen together with the Original Budget Schedule (PA.BSM.01) sub screen, modify the control macro file. To do this, type the following code at the beginning of the "level 2" section of the control macro file.

VB
serr = SetObjectValue( "cmdBudget", "PRESS" )

Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.

To import budget data into the Budget Maintenance (PA.BSM.00) screen together with the EAC Schedule (PA.BSM.01) sub screen, modify the control macro file. To do this, type the following code at the beginning of the "level 2" section of the control macro file.

VB
serr = SetObjectValue( "cmdEAC", "PRESS" )