Any idea for getting current date that always up to date in Anaplan
Answers
-
Hi @Fide
You can use the below step.
- Create a line item with current date, populate it manually for the first time.
- Create another line item with 'next date'.
- Create an import from 'next date' to 'current date'.
- Schedule this import to run once everyday using CloudWorks.
However, you would need to make sure, you keep track of all the maintenance activities that happen at the backend, and check your current date randomly after maintenance activity.
Hope that helps,
Regards,
Aakash Sachdeva
1 -
Please follow this link. I've used it and it works absolutely great.
https://community.anaplan.com/discussion/120636/easily-get-current-date-using-cloudworks/p1
V.Sai Bharadwaj
2 -
@Sai_Bharadwaj_Venati Thank you for the advice, I will try it. Thank you so much.
0 -
With anaplan api and python script, It is feasible to write directly into line item cells. Some basic information are required such as workspace id, model id, module id and line item id.
0