Make sure you completed Step 1, Step 2, and Step 3 in this article. Select the AI Plugin (preview) tab. In the Plugin manifest section, enter details to enable this connector as an AI plugin. Expand table FieldDescription Plugin Manifest: Name Name of the AI plugin. Plugin Manifest: ...
If you update (remove, add, or change) a field in the API, perform these steps: Republish the connector so it looks at the updated Swagger for the API. Remove any connection / data source in any app that used that connector. Re-add the connection / data source for that connector back...
AllTalk is coded to start on 127.0.0.1, meaning that it will ONLY be accessable to the local computer it is running on. If you want to make AllTalk available to other systems on your network, you will need to change its IP address to match the IP address of your network card/computers...
(Don't use the name in the Display name field.) The following example uses SharePoint Site URL. You can create other environment variable values for other settings like OAUTH Client ID, Resource, and others. Environment variables can use the following syntax in custom connector fields: @...
There are many useful statuses in the filters. The order is in processing status, meaning it has not yet entered CustomCat’s production systems. This makes it eligible to be paused. You can’t pause an order with the ‘in production” option. ...
: TextFieldTypes | 'checkbox' | 'radio' | 'textarea'; name?: string; placeholder?: string; value?: any; /** * The label text to display next to the input, if the input type is `radio` or `checkbox`. */ label?: string; checked?: boolean; disabled?: boolean; id?: string; ...
In the Decision API Request, there's an optionaleventIDsfield. If you would like to receive a URL endpoint for one or multiple IDs, put the IDs into theeventIDsarray. Please see theEvent ID Mappingsection for a list of accepted IDs. ...
In theForm Designerribbon, find the Tools group and click the Control Toolbox. Add the following controls to the form (use theProperty Sheetto change properties): Label TextBox Button In theToolsgroup click theField Chooserbutton. Now in theField Chooser, find theNotesfield and add to the ne...
getOrderByField() returns the name of the database field that your query should be sorted on. This is usually the date field. buildNextRecord() turns one or more records from the JDBC result set into your loadable data record. There are protected fields in the superclass available for you...
TheSEventDatastructure is also involved in this method definition. It is a simple container for parameters passed on to the generator of the custom event. Only one field of the structure will be filled here—it is the field of the long type. It will hold EA's magic number. ...