- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I found that ConnectorManager.Connectors (which is a ConnectorSet) returns its list of Connectors in a different order each time the function is called. I'm not sure what is causing this, but I'm looking for a work-around to always get them in sequential order by Connector.Id. In 2016, I can use Connector.Id, but in 2015, the Id property doesn't exist. I also tried using the ConnectorSet.ForwardIterator() but it returns the connectors in random order from one call to the next as well. One might expect the connectors to be returned by Id order, 0, 1, etc., but that's not the case. The fact that each time the function is called, they are returned in a different order makes it difficult to use. Anyone have a solution to this for 2014 & 2015?
Solved! Go to Solution.