Hi!
Can the model history be restored after executing a delete using selection action deleting a bunch of items (around 50 million items) from a particular list?
The model is in the standard offline mode.
Thanks,Somain
Hi Somain,
Although this number is huge, I don't see a reason why this shouldn't work. I've tried it before with a smaller number of deleted items and it worked fine. Try to find a point in history before the action was performed and restore the model.
Cheers,
Dmitry
@somain.gupta you can easily restore your module back to the way it was but there are some caveats.
1. Any changes you made after you ran the delete action will also be lost because you are restoring the model back to the state it was in before you deleted the items.
2. offline/online doesn't matter. Offline only prevents other admins from editing your model. It does not save any memory in your workspace.
3. Because your list is rather large it may take Anaplan a little while to restore the model.
Here's how you can do it:
First, I built 500 list items and added my sales to a few of them.
I took my model offline.
I deleted the list with 500 members
Go into history and select the transaction just before the delete action and restore the model.
You will be take out of the model. Upon opening again, you will see the data has been restored.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…