- Classify By Company activities for accessing data catalogs, writing regular expressions, and improving search accuracy by specifying keywords.
- Extraction Rules activities for accessing data catalogs, writing regular expressions, or other actions that can be set in the activity.
Use Cases
The use cases below show how you can use the default parameters available in built-in skills. You can change their values in derived skills, or for a particular transaction in the Vantage API. You can also add and configure parameters in your own skills.Processing Invoices from Different Customers Using Their Own Data Catalogs
You may want to use the same built-in invoice skill to process invoices from different customers. In this case, you can use skill parameters to pass the right data catalog in a particular transaction created with the Vantage API. Some built-in skills, including the Invoice skill, have so-called “default parameters” that can be used to refer to data catalogs used in a skill. You just need to change their values by passing a new data catalog in the transaction. For more information about the default Invoice skill parameters, see Invoice skills.Restricting Automatic Country and Expense Type Detection
You may want to use the Receipt skill to process retail receipts only from one particular country, for example, from Germany. Some built-in skills, including the Receipt skill, have default parameters that can be used to restrict automatic country and expense type detection. To process only German receipts, you will need to specify “DE” and “GeneralRetail” as the values of these parameters. The Country and Expense Type fields will be redefined accordingly, and documents will be processed faster. For more information about the default Receipt skill parameters, see Receipt skills.Types of Skill Parameters
| Type | Description |
|---|---|
| Data Catalog | A connection string to a data catalog on the Vantage server you are connected to. |
| Text | A string value. |
| Boolean | A boolean value. The possible values are Yes and No. |
Editing and Creating Document Skill Parameters
To edit an existing parameter or create a new one, follow these steps:- Open the skill settings by clicking the settings button next to the name of a skill.
- Go to the Parameters tab.
- To edit an existing parameter, select it and edit its value.
-
To create a new parameter, click Add Parameter and then:
a. Select a parameter type.
b. Specify a name for the parameter or keep the default name provided by the program. A parameter name must not be longer than 256 characters
c. Specify a value for the parameter:
- For a Data Catalog parameter, select a data catalog from the drop-down list.
- For a Text parameter, enter a string value or write a regular expression.
- For a Boolean parameter, choose Yes or No.
- Click Save.
Note: A skill can have up to 100 parameters.
