Sample Business Object Event Message

Sample ActivityCreated Message: When an activity is created, the system sends an ActivityCreated message similar to the following message:

<?xml version="1.0" encoding="UTF-8"?>

<MessagingObjects xmlns="http://xmlns.oracle.com/Primavera/P6/V8.2/Common/Event" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<ActivityCreated>

<Id>Auto-1</Id>

<ObjectId>125500</ObjectId>

<ProjectObjectId>11840</ProjectObjectId>

<WBSObjectId>36320</WBSObjectId>

</ActivityCreated>

</MessagingObjects>

Sample ActivityUpdated Message: When an activity is updated, the system sends an ActivityUpdated message similar to the following message:

<?xml version="1.0" encoding="UTF-8"?>

<MessagingObjects xmlns="http://xmlns.oracle.com/Primavera/P6/V8.2/Common/Event" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<ActivityUpdated>

<Id>Auto-1</Id>

<Name>t2</Name>

<ObjectId>125500</ObjectId>

<ProjectObjectId>11840</ProjectObjectId>

<WBSObjectId>36320</WBSObjectId>

<NewValues>

<Name>t2</Name>

</NewValues>

<OldValues>

<Name>Auto-1</Name>

</OldValues>

</ActivityUpdated>

</MessagingObjects>

Related Topics

Overview of Eventing (On Premises Only)

Event Triggers

About the Event Messages

Testing Event Notification

Configuring Your Environment to Support Event Notification

Configuring the WebLogic Message Queue

Testing Event Notification



Last Published Thursday, October 12, 2023