Hello, I want to capture Current Date Time Stamp in a cell when there is a change in line item? Is it possible with out implementing something too fancy?
The manual modifications are always traced in the history log, but unfortunately, there is no default functionality to "publish" or reference these modifications to the final users.
A fancy way to try to have this: export periodically the history log, import them in Anaplan and "connect" the manual modifications with the history log rows.
Another way to simulate something like this is to have in a system module a cell where periodically update the Current Timestamp / Current Date and the users should push some process to connect the cell modifications with the value in that moment of the current timestamp / current date.
Hope it helps,
Alex
Thanks Alex. My requirement is to capture any changes occurring in a specific line item within a module and send only the modified line item data outside of Anaplan using the Anaplan API. Do you recommend any alternative approach for this requirement, other than relying on the current date timestamp?
Well… If the "capture changes" need to be regular (like every day).. you could create a new line-item where save/snapshot the values of the line-item that can be modified and create a filter to verify the differences between Last Launch and the current launch.
You can capture this way the changes made by users only going one 1: modifications made only after the previous launch and this can be quite easily setup (see below).
Main steps:
Hope it helps
Hi All, I'm Currently Optimising some of our Cell-Count Intensive Reporting Modules, I've an almost working solution except for this limitation I'm facing. We've around 5-6 Reporting modules in our model which is Dimensioned by Levels of Promo Hierarchy X Users, promo Customer Hierarchy X users. Since the promo customer…
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…