Managing deletions #466
Unanswered
maxencecadiot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to know what are the best practices regarding deleting objects in Dataverse.
Here is an example: I have 2 environments (A and B). When I make a delivery, I export environment A to import it into B.
First, I added a table authorization (which contains associations with web roles) in environment A, then exported this environment to import it into B: the additions are reflected in B.
Now I want to delete a table authorization <> webrole association, so I delete it in environment A, but during export/import, the deletions are not reflected in environment B.
Is it possible to perform this type of operation with the upload command? If yes, how to do it?
Or should these cases be managed through a solution?
Thanking you in advance,
Maxence
Beta Was this translation helpful? Give feedback.
All reactions