Create Channels and Forms
- Last UpdatedJun 10, 2024
- 1 minute read
New channels can be created using the Channel Provider. You can implement the methods of the IChannelProvider interface to create the custom channel. Similarly you can create new forms using the Form Provider. You need to implement the methods of the IFormProvider interface.
See Sample Implementation of Custom Work ItemForm for a sample implementation.