Duties
An Outreach-suggested role or job duty played by a user in their organization.
Select
The provider will use the Outreach API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the provider.
- Id supports the '=,IN,>=,<=,>,<' operators.
SELECT * FROM Duties WHERE Id = 1 SELECT * FROM Duties WHERE Id IN (1, 2) SELECT * FROM Duties WHERE Id >= 1 SELECT * FROM Duties WHERE Id <= 4 SELECT * FROM Duties WHERE Id > 1 SELECT * FROM Duties WHERE Id < 4
Columns
Name | Type | Description |
Id [KEY] | Integer | Id of duty. |
DutyType | String | The polymorphic type of the duty. |
SymbolicName | String | The string constant used to refer to this duty which can be internationalized on the client. |
Type | String | Type. |