How to remove a universal function
AnsweredDue to human error I have difference between test and production database, now I want to remove some Universal Functions from test database and import (same named) UF's from production database to align the systems.
How can I remove UF's from the system (or do I have to import and overwrite)?
-
Official comment
Hello Vincent,
You can overwrite in a massive way or you can also remove the ones you require using the right clic menu.
Another alternative could be replacing the test database with a fresh backup. This will be the best.

-
Hi,
I guess I'd right click on UF window remove, and then import (?)
-
Hey Vincent, if you have less UF's on your test db, the quickest way I know would be to export to xml all UF from your production company, import and overwrite over the ones already existing. Otherwise you would need to right click and delete all of the UF's from your test company first.
I guess a "UF master data manager" would be quite ideal, wouldn't it? :)
-
@Luca, Yes that is what I'm now doing and thank you and Nadav for your help.
I just found that when I've opend the UF window of the particilar funtion, then, right-clik in the UF-Name field, there you have the option to remove.
Please sign in to leave a comment.
Comments
4 comments