Each channel in RiskMinder has a set of actions associated with it. An action, in turn, has data elements associated with it. A rule in RiskMinder is a specific combination of the elements associated with an action for a channel or set of channels.
This section describes the procedure to add a custom action. While adding a custom action, you specify the channel with which the action must be associated. The elements that are associated with the other actions defined for that channel are automatically associated with the new action. You can use these elements to build rules for the new action.
Note: If you plan to build rules for actions that are available in all channels, then you must first add the action in each channel.
Follow these steps:
The Rules and Scoring Management page opens.
The RiskFort Rule Builder page opens.
select channelid from arrfchannel where channelname='<channel-name>';
In this command, replace <channel-name> with the name of the channel.
Note: In the command that you run, replace <channel-id> with the channel ID that you determine by running the previous step. Similarly, replace <action-name> with the name of the channel. The action name can contain alphanumeric characters and the underscore character. No other character can be used in the action name.
EXEC ADD_CUSTOM_ACTION <channel-id>, '<action-name>'
set serveroutput on; execute ADD_CUSTOM_ACTION(<channel-id>, '<action-name>');
call ADD_CUSTOM_ACTION(<channel-id>, '<action-name>');
The following message appears:
"New action added successfully for the given channel."
The new action is added in the database.
After you verify that the action has been added, you can start using it to build new rules.
|
Copyright © 2013 CA.
All rights reserved.
|
|