ClickLink REST API Developer Reference

mappings

POST

URI /services/apexrest/ffirule/v1.0/rules/mappings
Description Rest method to run a Rule and create target objects via publisher action
Call: /v1.0/rules/mappings

Creates mappings for ClickLink rules by using the field names of the ClickLink source and target objects.

Input Parameters

ruleId The ID of the ClickLink rule containing the field names.
sourceField The API name of the source field to be mapped.
targetField The API name of the target field to be mapped.

Sample Code


Request:
{
"mappings": [
                {
                        "ruleId" : "a0I2000000DchW4",
                        "sourceField": "ffirule__ADateField__c",
                        "targetField": "ffirule__Date__c"
                }
    ]    
}
© Copyright 2009–2019 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.