Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

It is also possible to write your own device using C# or Visual Basic. This is different than using the Custom Code device. If any of the following conditions apply to your organization, you may want to write your own device. If you do decide to write a device, it is recommended that you first use the Custom Code device to create the required logic, and then move that logic to your own device.

  • You are deploying Connexion outside of your infrastructure.
  • Connexion will be administered by third parties.
  • You require a user interface for device configuration/display.
  • You will be using the device logic in multiple channels.
  • Your code contains proprietary information.
  • You need advanced IDE features.

Add a Custom Code device in the same way you would add any other device. Stop the channel, open it for editing, and choose Custom Code Device from the drop-down.

...