ClickLink API Developer's Reference

ffirule.IntegrationRuleComponentController

global with sharing class IntegrationRuleComponentController

Controller for the IntegrationRule Visualforce Component.

Methods

runRule

global static Id runRule(Id sourceId, String actionName)

Runs a ClickLink Rule.

Input Parameters

Name Type Description
sourceId Id The ID of the source record to be processed.
actionName String The name of the ClickLink Action for the ClickLink Rule.

Return Value

The newly created target record ID.