Skip to main content

Hi All,

Which one is the most optimized way in Object centric while making the changes in celonis catalogue Object. for example in Deliveryitem Object i want to make changes to CDPOS table which is celonis provided one i just want to add one more attribute to the existing one do i need to use Overwrite or copy pasting the whole code in Custom changes along with my attribute. which takes less time while executing the transformation ?

Could someone help me here ?

Thank you in advance

 

Hi ​@Pruthvin 

 

Objects and Events accept additional attributes, however the Object Changes transformation (if that’s what you’re talking about) doesn’t allow the creation of new attributes.

When we needed additional attributes represented in an event, we created a new event with all the attributes that we needed, instead of using Changes.

Not sure whether that answers your question, but I hope it helps.

 

Best,

Joao


Hi ​@joaocarlos.macie 

 

Thank you for the solution.

The issue is that my transformation is taking too much time, so I want to find a more efficient approach.
In the screenshot below, CDPOS is a Celonis catalogue table that I cannot edit. The only change I want to make is to add one more case when condition to the existing Attribute field, along with the corresponding Fname in the where condition.

I’m wondering which would be more efficient:

  • Creating a partial overwrite instead of a full overwrite with the complete code, or

  • Creating a custom changes?

    so that my transformation doesn’t get loaded with a few extra rows.

I hope you understand my issue.

 


Reply