I have an action to import today's date into a field 'Today' in a time assumptions module, every night using connect script. Great, works perfectly, all is good.
I have a separate action/process that runs ad-hoc, but when it does, I would like to import today's date into another field in the time assumptions module 'Update Date' but I cannot create a new action, as Anaplan assumes I want to edit the current one, and I lose my original mapping. There are 10 processes so I don't want to create 10 separate modules just to hold a date. And I cannot copy/import from one line item in time assumptions to another it seems.
Can you copy actions and edit so the original is not updated?
Can you copy from one line item to another using an import process?
Is there a better way of recording when an ad-hoc process is run?
Solved! Go to Solution.
Hi,
Not sure I understood your question
Are you utilizing saved views for the ad-hoc processes?
Try this,
1. Create a saved view in your time assumptions module and give it a unique name
2. Import into the time assumptions module from the saved view created above, this will create a fresh action instead of editing your original action
Regards,
Anirudh
Hi,I understand what you say, I already tried that but I cannot get it to work at all.
I have a view which is just the 'Today' which has today's date, and I am trying to import that (view) date into a field called 'Epos Update' in the same module.
Should be simple!
I am doing something wrong I know, but I cannot work out what (one of those days)
Got you now!
Unfortunately, you cannot import into a module with no dimensions. Your time assumptions module has no dimensionality (this is correctly set up)
1. Create another module with a fake list (just 1 member) and just 1 line item
2. Then recreate the action in your screenshot and import into the new module
3. Now the action should run fine
4. Lastly, come over to Epos Update line item and give it the formula:
FakeModule.LineItem[SELECT: FakeList.'1']
Let me know if this works
Regards,
Anirudh
Hi, no that failed too, i have tried every mapping option there is... this is frustrating as it should be so simple, and I have 10 processes, do I then need 10 modules ?????
I did already, it has a list called ListTest with 1 item '1' in it, and the failure was using this setup.
This is so frustrating, I have built 10 models, over 100 modules and this is the simplest thing, and it just bugs me
Ok, now in your action, instead of mapping Column Headers to the listTest, make it fixed list member and in the listTest tab point the dropdown to the dummy member
Hi, yes already tried that, doesn't work