Exerp
Exerp setup
You need the following information to setup the Exerp connector:
The username and password of your Exerp account.
Cyclr setup
Account setup
You will be asked for the following values when installing the Exerp connector within an account:
Value | Description |
---|---|
Username | The username of your Exerp account. |
Password | The client secret of your Exerp account. |
Map extended attribute fields
The methods Centers > Get Center
and People > Get Person
dynamically return extended attribute fields. To map these fields within Cyclr:
Go to the Settings page of the Exerp connector:
For template connectors: Cyclr Console > Templates > Template Connectors > Exerp > Edit Connector.
For connectors within a cycle: Cycle Builder > Application Connectors > Exerp > Settings.
Under the Methods and Fields heading, expand the Centers or People categories.
Expand the method you want to map custom fields for - either Get Center or Get Person.
Select the pink + icon.
Enter the following:
ValueDescriptionField LocationThe extended attribute field ID. This should be entered as
extendedAttributes.{ExtendedAttributeId}
. For example, if theExtendedAttributeId
isEXAMPLE_ATTRIBUTE_ID
then enterextendedAttributes.EXAMPLE_ATTRIBUTE_ID
as the field location. You can find theExtendedAttributeId
of an extended attribute field by running the corresponding method on the Edit Connector page. The response on the Method Response tab will contain anextendedAttributes
object and each key this contains is anExtendedAttributeId
.Display NameThe display name to use within Cyclr.DescriptionThe description to use within Cyclr.Data TypeThe data type of the extended attribute.Select Create.
Steps in a cycle can now have the extended attribute mapped.