Hi
Are connector object types defined in mvextension provisioning code essentially just labels?
e.g. csentry = ManagementAgent.Connectors.StartNewConnector("person");
Reason is that I am debugging some ops panel errors on a dev system and there are fixed width file MAs which are exporting groups for consumption by a legacy system. The file just contains: Group Code, Group Description, but in file MA connector space
these are classified as person objects. Looking at the MVExtension code I can see that they are provisioned as csentry = ManagementAgent.Connectors.StartNewConnector("person");
This looks wrong to me and I think it could be changed by altering the object type in the MA and also in the provisioning code, but I'm trying to gauge whether there is any other impact except in terms of having been incorrectly labelled and making debugging
data errors extremely confusing.
Thanks