By Territory
Suppose you want to search records within specified territories. For this, we have created the custom action with name “Inogic.Maplytics.API.Territory” (ikl_InogicMaplyticsAPITerritory).
Custom action accepts the following parameters.
Territories: Specify the names of territories. E.g., “FL, NY”.
Entity: Specify the entity name. e.g., “Account"
ViewName: Specify the view name. e.g., “My active accounts”
When user passed the required parameters and executes this action then the action will return the collection of records.
To execute region action using the C#, use following code.
To execute the action using the javascript (web api) you can use following code.
Last updated