There is a requirement where, when we are importing data in a module, the current timestamp when the file is uploaded in the module should capture that time in line item?
@umangsinghal : this was an idea exchange requested to Anaplan.. Unfortunately, it has not been yet implemented.
@SIVAPRASADPERAM : currently is not possible to capture the timestamp of the import. What can be done, using external API scripts or CloudWorks schedules is to create in a module a cell that updates the Current Date periodically and when the import is launched to take the value from this Current Date module and use it to trace when the import was more or less launched (it will never be exactly the timestamp).
Some example how to manage this how to build a custom process log:
Hope it helps
Alex
Hope! This helps you.
Thanks Team for your inputs!
I am trying upload data from a CSV with date. For size reasons, I don't want to dimension the module by date but bring it in as a line item formatted as date. The problem is that person that will be doing the upload is in Italy, and their date format is different. When she does the upload, the date gets messed up…
Hi, when I am assigning the account to the territory I am always facing error as below and account never get assigned to the territory , what could be the reason ? When I use same method for unassign it works .
A while back, I shared a pattern for extracting and reporting on Anaplan audit data using a Python project hosted on GitHub. I wrote that during my time on the Operational Excellence Group (OEG) at Anaplan. The Python solution still works, and plenty of teams are running it today. The problem it solves hasn't changed:…