Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


AHTECH
2020-05-12T09:28:54Z
How can we use a current connections definition for further copy and customization via api?
Our team is working to onboard a list of partner transmissions to VC.
I setup a templated Connection that is picked up via the api for cloning and further customization prior to save.
Example:
ConnectionClass newConnection = cTemplate.CloneType();
newConnection.Group = conGroup;
newConnection.Name = conName;
s.Connections.Add(newConnection);
When I attempt to save the newConnection via the api above. It overwrites the cTemplate GUID rather than creating connection. I want to receive a new ID without modifying the template connection itself.
Our Connection(s) in question are all SFTP based.
Sponsor
Forum information
Similar Topics
Users browsing this topic
Scroll to Top