Hi,
I have a bunch of tables that were imorted from elsewhere and all start with a prefix that I'd like to replace with my own (when adding entities from the catalog). For example:
I have:
ab_SomeTable
ab_SomeOtherTable
and want (in my catalog list):
SurveySomeTable
SurveySomeOtherTable
replacing "ab_" with "Survey"
Is there a way to do that?
TIA,
Jack