Not sure where to post? Ask your product-related questions here and get support from the community.
Recently active
Limited data from client. Header level information/meta data not available. So in case there are 2 activities performed for a single case, the case keys are getting unique but in practical terms, it is duplication.
Hello everyone, Could someone please guide me on how to migrate from C4C to EMS? Or point me to the appropriate documentation, as I can't seem to find it? Thanks in advance.
We have an extractor set-up, but had to manually input a table. Now, we can't call such table in the extractor's data connection schema because it is in a different scope (manual uploads require a global connection, hence the different scope ).
Hi guys, im looking for a way to obtain data from a different table which is not directly connected to my main table, therefor i need a PU Query. Example: Table 1: Part TableTable 2 (not connected): Part Specials Table with each x rows for 1 Part. Here I want to check if the part specials table has a specific value in in, for example 'TestA', since the values in part special dont have a strict order I cant use PU_FIRST or PU_LAST. Do you guys know a way to get the information from that table? Thank you and best regards
Hi all, we would like to know if it is possible to select multiple items in a table within a view (see screenshot) and then start an action flow only once gathering all the different items instead of starting the action flow for every line seperately. Thanks and best regards,Sarina
Sustainable Procurement with the Sustainable Spend Management App 💰 With the new regulatory pressure, such as the German Supply Chain Due Diligence Act procurement teams need transparency across their supply chain when making complex buying and sourcing decisions. Which is why the Sustainable Spend Management App was created. The Sustainable Spend Management App is built for procurement teams to: Allocate spend based on environmental, social and governance criteriaIntegrate various data sources Ensure teams can quickly and intelligently identify and remove spend associated with high-risk suppliers Improve rating coverage among their supplier base The App was developed in collaboration with Ecovadis, a leading sustainability ratings platform, and IntegrityNext, a leading cloud based supply chain monitoring and ESG risk management system. Want to learn more about how the App works? Visit our website for more information. Kind Regards,The Celonis Sustainability Team 🌍
I've also tried to create an Action Flow connecting to Celonis, using the Application KeyI get varying errors, from 401 to "Invalid Application Key"(which should be valid, I copied it from Admin and settings->applications after previously creating an asset. Weirdly enough I have made a successful connection to Slack 2 months ago.
We are trying to compare the number of sales orders versus the number of invoices(AR starter kit) for all the sales orders considered in the Order management start kit. How to create a link between the sales orders and invoices in order to match the number of invoices against all the sales orders created
Hi Team, I have Two Data Pools, Data Pool 1 & Data Pool 2. Now, i want to merge / add Data Pool 2 into Data pool 1. Data Pool 1: Transformations are having extra logic compared to Data pool 2. Tables used in Data Model are same for both pools.
Hi all, I would like to create analyst user to chcek appearance of each roll, does anybody know how to create user without mail address? I can only see 'Invite user' option at user setting screen. Thx,
I know that the forum is aimed at the Celonis product, but would anyone know which table.field in SAP has the information on the date of creation of the Contract?
The question is related only to OnPremise version of Celonis, not EMS.
how to get badge after completion
I have a time stamp in the below format in a spreadsheet YYYYMMDDHHMMSSMS. When i try to upload this sheet the MS part is cutting out. How do I upload timestamp with microseconds?
Hi all, According to the documentation, if i extract new and changed records of a table Table with delta extraction, I should be able to access to these data using the placeholder <$Table> in transformation tasks. I'm trying to set up a delta pipeline, but my transformation ends with errors, because the placeholder <$Table> seems not to be recognized, even if I launch the tasks in delta mode. I have already set up delta extractions and I am doing mock trials to understand the error, which I paste here: If I reference the placeholder with <$Table>, I obtain "ERROR: Syntax error at or near "<" at character 101".If i reference the placeholder with "<$Table>", I obtain "ERROR: Relation "<$Table>" does not exist". The structure of my delta transformation is: CREATE TABLE TMP_Table AS ( SELECT Field_1, Field_2 FROM <$Table>); What could cause this error? Am i missing some further configurati
I have values in a column like 90, 100, 30, sixty, nienty, sixHere I’m looking for a function/way we can convert sixty, nienty, six to 60, 90, 6For now I’m using regular expression in case when to define the numeric value of text.looking for more suggestionsThanks in advance!
I am experimenting with the use of variables in Celonis Studio. To represent a simple case, I have created a variable named Generic_Title in the settings as Text/Replacement variable, which I want to output in a Text Component. Unfortunately, Studio cannot resolve it. Is it possible to do so or are there some workarounds I need to implement?
I am trying to filter the orders that have a partial delivery. Currently I have created a record for this to identify them but now I am unable to transform it into a filter, so I can apply it to tables where I have sales orders that need to be filtered to see only the partially delivered ones. So I tried several ways to do this but it seems I am unable to find the right way. FILTER (CASE WHEN MATCH_ACTIVITIES (NODE_ANY ['Delivery at Customer']) = 1 THEN 1 ELSE 0 END)/COUNT("VBAK"."SUBMI") < 1;
From template we have AR transformation 'Received Payment', what types of documents (BKPF_CLEARING.BLART) can be used for this activity, other than those in the default template - DZ, ZP?
I have an activity in my activity table that can be initiated multiple times. In order to be able to define the activity more precisely, there is a combination of 3 codes which is provided in the activity details. Now, during the process, it can happen that some of the initiated activities are cancelled again. For example, a process flow could look like following: Activity name - Activity detail - Eventtime Initiation Activity - A0/B1/C3 - MondayInitiation Activity - A3/B3/C9 - MondayInitiation Activity - A7/B2/C0 - WednesdayInitiation Activity - A5/B6/C6 - ThursdayCancellation Activity - A0/B1/C3 - SundayCancellation Activity - A7/B2/C0 - Sunday I would like to measure the cycle time from initiation to cancellation of each activity.So in the example shown above from the 1st & 3rd "Initiation Activity" to the corresponding "Cancellation Activity" which would equal 6 (monday-sunday) and 4 (wednesday-sunday) days respectively. How can a
Some time ago, I have defined runtime variables with specific values, which are being used in a bar chart. I now updated the runtie variables' values in the package setting. In the studio, the chart displays the updated values (0€-24.44€, etc):In Apps however, it does not udpate, even though having published the package (still displays (0€-4.99€ etc): I tried and changed the values again, again it did update in studio but not in apps. If I change other things (e.g. adding a text box), this does appear in apps. Is there anything I need to do which I am missing in order for the updated runtime variable values to be displayed in Apps as well? Thanks a lot in advance!
Hi everyone, I want to use an input box in a view so users can filter a specific table using a runtime variable. When using the input box and setting it to type date, the output is something like 1694728800000. This is saved in a runtime variable, which I am using in a filter for that specific table. However, I couldn't find a way to make the formular work. Example formular: FILTER EKPO.AEDAT = ${{runtime_variable}} where ${{runtime_variable}} is 1694728800000. Maybe someone can help out with the correct conversion to make use of the date from the input box. Best regardsAram
I think following are the places where Generative ai may play big role - like for developers it can help with PQL query and for business users it can help identifying exceptions without going into dashboards but still i believe i am missing lot . Your inputs are requested.
How do I add additional instructors to our academic partner account?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.