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

Business Object vs Special Operation Events

Business Object Events

Special Operation Events

JMS Message Properties Support

Sample Special Operation Event Message



Last Published Monday, November 27, 2023