Question
What are the characteristics of a trigger?

Answers

Triggers have the following characteristics:

Are only available for specific platform operations.
Triggers must be written in Java.
Can invoke any program or module that can be called from Java.
Can be used with all functionality that is supported by the OpenPages GRC Platform API.
Have access to the current user’s OpenPages session.
Are executed within the existing transaction boundary of the original operation.
Can be configured to execute before or after the original operation execution.
When a user performs an operation that may have triggers, the framework determines which triggers are applicable and invokes them.   Your Comment




More Finance Questions..
Very important Financial Tips that everyone should know..

What is a blank endorsement?

What is the difference between profit and gain?

What Is Account?

what is discount cash flow management?

List out things that fall under intangible asset?

How are period costs reported in the financial statements?

Tell me is financial accounting necessary?

Explain what is “over the counter market”?

What is gaap?

What are the most important goals of accounts receivable?

What are the basic financial statements?

Inspiron 1501 has complete care warranty and got dropped by customer accidentally. What kind of DPS do we create?

(A)Depot CCC

(B)Depot SCC

(C)Onsite with all needed parts

(D)Exchange System

Define the coefficient of correlation when in a negative amount?

Explain what is inflation and how is it measured?

When should a product warranty liability be recorded?

The Western Union Company , a global leader in money-transfer services, has recently announced the launch of its Digital Vendor Program intended to extend the reach and accessibility of Western Union Money Transfer(r) services to mobile finance initiatives in?

What is fbt (fringe benefit tax)?

Which items on a bank reconciliation will require a journal entry?

What are the different fields of accounting?



Search
Can you Answer!!
  • Q Which is the 7th Navigation Satellite?
  • Q What is accounting normalization?
  • Q What is path coverage? how path coverage testing done in white box testing
  • Q Describe the appearance and status of primary vs. secondary follicles?
  • Q What is enumeration in f#?
  • Q What is the concept of Globalization and Localization in .NET?
  • Q Why do ICs need small power for their operation?
  • Q Interop services?
  • Q What are the key fields used in Key list?
  • Q Who really performed the first open heart surgery?
  • Q Loop through the color array and print each value to the console. Assume you do not know the amount of colors in the color array.