SK SKYVVA Documentation

1. SKYVVA Trigger

SKYVVA Trigger generation app is used to generate a script of trigger automatically. Here you can generate the invokeCallout2() call into the trigger so that the developer doesn't need to write code. The code can copy from our generation screen and paste to the trigger implementation. The developer can copy the script and customize the trigger. We provide 3 types of Trigger for you to generate the sample script. It can generate 3 kinds of scripts: Trigger Button, Trigger Apex, trigger Change Event, and Quick Action.

Trigger Type

Description

Button Use to generate script then you can copy and paste in custom button-through execute javascript. This button will call SKYVVA Service.

Apex Trigger Use to generate script and invoke apex.

Change Event Trigger Use to generate the script to Send Salesforce CDC Change Event to the receiver.

Quick Action Quick Action button and Button are the same, but Button isn't supported with Skyvva classic. We use the Quick Action button for support with Skyvva lightning.

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]The Lightning Experience doesn't support on click JavaScript buttons.[/su_box] The following screenshot displays the SKYVVA Trigger generation app.

#### Generate Script Trigger Button

To generate the script to use with the custom button you can follow the steps below:

Generate Script Trigger Apex:-

[su_box title="Note" box_color="#e0ddbb" title_color="#00000"] At the last select with Trigger Mode, the button “Generate Script” will visible.[/su_box]

Generate Script Trigger Change Event

Change Event Trigger is another picklist value created to generate the script (trigger code) to use with SKYVVA invokeCallout() method for Salesforce CDC.

Generate Script Quick Action Button

Due to lightning version does not support with custom button, So we need to implement our tool to generate a script of the lightning component to use with quick action instead of the button.

Open this article in the interactive viewer →