My Oracle Support Banner

Support For Parameters Like Group/Partition And Array Using BS Event Handler Method SendEvent With Property Set To Sending Kafka Message (Doc ID 3002153.1)

Last updated on FEBRUARY 04, 2024

Applies to:

Siebel CRM - Version 23.9 and later
Information in this document applies to any platform.

Goal

1) Are parameters such as group id or partition using the business service event handler method SendEvent with property set sending to Kafka message supported

2) Is there support for single objects as an array element instead of independent object as Array is not created when two identical property sets are added as shown in below example

 

  objectList.SetType("NotificationScopeObjectList");

  objectList.SetProperty("ObjectType", "ObjectType");

  objectList.SetProperty("ObjectId", "objectListId");

  objectList.SetProperty("ObjectVersion", 546);

 

  objectList2.SetType("NotificationScopeObjectList");

  objectList2.SetProperty("ObjectType", "type2");

  objectList2.SetProperty("ObjectId", "obj2");

  objectList2.SetProperty("ObjectVersion", 123);

  payload.AddChild(objectList);

  payload.AddChild(objectList2);

  Outputs.AddChild(payload);

  Outputs.SetProperty("topic", "sbl_kafka_que01");

 

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.