By Template
If you want to search records based on Maplytics template then for this we have created the custom action with name “Inogic.Maplytics.API.Template” (ikl_InogicMaplyticsAPITemplate).
Custom action accepts the following parameters.
Template: Specify the Template name. E.g., “Accounts with 10 miles”. When user passes the required parameters and executes this action then the action will return the collection of records.
To execute Template action using the C#, use following code.
Last updated