Difference between revisions of "About Data Policy Actions"

From LongJump Support Wiki
imported>Aeric
 
imported>Aeric
Line 29: Line 29:
|[[Invoke a Java Method From a Data Policy|Invoke Java Method]]||Invoke a method in a Java class||align="center"|[[File:Checkmark.gif|link=]]||align="center"|[[File:Checkmark.gif|link=]]
|[[Invoke a Java Method From a Data Policy|Invoke Java Method]]||Invoke a method in a Java class||align="center"|[[File:Checkmark.gif|link=]]||align="center"|[[File:Checkmark.gif|link=]]
|-
|-
|'''Execute Java Code'''<br/><font color="red">'''''Deprecated'''''</font><br/>Only available for pre-existing data policy actions. || Execute a custom data policy action by writing Java code and making calls to the [[Java API]]|| align="center"|[[File:Checkmark.gif|link=]] ||  
|'''Execute Java Code''' || Execute a custom data policy action by writing Java code and making calls to the [[Java API]]|| align="center"|[[File:Checkmark.gif|link=]] ||  
|}
|}

Revision as of 00:00, 7 June 2011

About Data Policy Actions

Things to know:

  • Multiple data policy actions can be specified for a data policy
  • Several types of data policy actions can be executed
  • They can be invoked in any order (or reordered as needed)
  • In a Calendar Based Data Policy, all of the following actions are available
  • In an Action Based Data Policy, the Activation Sequence determines which actions are available
Actions Description Activation Sequence

Before Triggering Actions (Pre)

Activation Sequence

After Triggering Actions (Post)

Create Task Create a task and assign it to selected users (Record Owner, Supervisor of Record Owner, Specific User, System Administration) Checkmark.gif
Send Email Send an email message based on roles; optionally, send the message to an individual email address Checkmark.gif
Change Record Owner Change the record owner, reassigning the record and effectively managing data flow Checkmark.gif
Update Record Update the record; change the value of any field, using any formula you define Checkmark.gif
Send Outbound Message With this data policy action, REST messages can be sent to a valid end point Checkmark.gif
Invoke Java Method Invoke a method in a Java class Checkmark.gif Checkmark.gif
Execute Java Code Execute a custom data policy action by writing Java code and making calls to the Java API Checkmark.gif