Executing Non-Interactive Triggers in Aurea CRM.Web

Learn to execute Non-Interactive Triggers in Aurea CRM.Web.

For the trigger actions "Add New", "Edit/Update" and "Delete", all affected records are returned. If for example a trigger deletes a company, the result contains the deleted company plus all dependent records that were deleted as well. The result also contains records that were modified by follow-up triggers. The result can be processed by a JavaScript function. All other trigger actions do not return a result since they do not modify records.

The following triggers/trigger actions are supported in Aurea CRM.Web:

Trigger

Supported in Aurea CRM.Web?

Comment

Show

No

 

Add New

Yes

Affected records are returned as result.

Edit/Update

Yes

Affected records are returned as result.

Delete

Yes

Affected records are returned as result.

Program Call

Yes

Attention: The program call happens on the server, the program which is called runs directly in the process of IIS (without user interface and interaction possibilities). Thus, if you use this kind of trigger you have to make sure that the program you call can run fully automated without a user interface.

No result is returned.

Single/Serial Letter

No

For creating letters in Aurea CRM.Web. For further details, see Letters & Mail Merge.

Default Values

Yes

No result is returned.

Web-Level

No

 

email

Yes

No result is returned.

SMS

Yes

No result is returned.

Plausibility Check

Yes

Since plausibility check triggers run automatically when the user leaves a field during editing, it is not necessary to use the Trigger action template for plausibility check triggers.

You can call such triggers via the Rights definition instead. For further details, see Triggers in the CRM.Core Administrator Guide. You need to define plausibility check triggers for specific fields (i.e. in the Upd Fields column) for them to be executed automatically when a user leaves a field.

No result is returned.

Interactive

No

 
Note: Any other triggers not listed here cannot be used in Aurea CRM.Web.