Skip to main content
Question

Hi group! I need some help..

  • February 8, 2024
  • 5 replies
  • 7 views

I am having a really hard time.. a client asked me to update the augmented attribute for the unbilled status from 'In Progress' to 'New'. I created a bulk option, selected all that applied (only realized in app orders) and updated the statuses, but now he is asking me to revert back, I am not sure how I can only selected the orders that I changed. I was trying to create an AF to revert it, but is updating everything. I was thinking on filtering by change date, but is not appearing the date I make the changes... I want to filter byt the action 'Augmented Attribute 'Status' value changed from 'In Progress' to 'New', but I am not sure where is the record. Can anyone give me an idea? I am really frustered right now..

5 replies

  • Author
  • Level 7
  • February 8, 2024

Any ideas would be really helpfull


matt.witty13
Level 10
  • Level 10
  • February 8, 2024

The Augmented Attributes are "stored" in a front-end "table". So you'll be able to still access the table in an Action Flow. The table-field should look like [name_of_augmented_attribute].VALUE

 

imageThis is one I use that consistently changes. Depending on what the record is as well, you'll have additional columns like CHANGE_DATE, CHANGED_BY, [unique identifier of record] (for me it's EKKO_EBELN) and a couple more.

 

There is also a function within the Celonis module in Action Flows labeled "Update Augmented Attributes" I believe. Should be able to handle them there.


  • Author
  • Level 7
  • February 8, 2024

Hi Matt, yep, I tried that, but somehow the orders are not recorded.. I am not sure why...


matt.witty13
Level 10
  • Level 10
  • February 8, 2024

Hi Matt, yep, I tried that, but somehow the orders are not recorded.. I am not sure why...

Do your orders reset? Are you doing a full load and the orders are no longer in the system?

 

Only thing I can think of that would cause orders to not show. Without seeing your data models/table structure that's all I can think.

 

You can make an analysis that points to the knowledge model these attributes are stored and then see what they look like there.


  • Author
  • Level 7
  • February 20, 2024

Hi Matt! thanks for the help here. I talked with product and basically they told me I need to revert that manually. The augmented attribute table did not record all orders that I changed, product said that when we change to a default value, the history is not recorded, what is really unfortunate, because I am talking about several orders. So, do you have any other suggestions regarding this? thanks a lot.