Business Integration Solutions Documentation

About: RUNOBJECT Activity

In Business Integration Solutions, use the RunObject activity to execute a report or a codeunit.

Usage

Use this activity to invoke an operation that will run a codeunit or a report in the current session. For example, after importing a sales document (inbound connection) you would like to Release the document or Execute a report for that document, you can use the RunObject activity.

Setup

Field Description Observation
Object Type to Run Indicates if the activity will run a codeunit or a report
Object ID to Run Indicates what object to run
Object Name to Run Populated with the name of the object choosen in Object ID to Run
Operation Operation that will be executed: Run, Print or SaveAs Print and SaveAs ar only available for reports
Description Description of the RunObject activity
Add Message Specifies if the message body is being sent forward to the Report as ReportParameters Only applicable to object type Report and operations Print or SaveAs
Add Record Specifies if the record id processed by the message, should be sent in the scope of the object executed

ObjectSetup