DECLARATIVE PROCESSING Flashcards
Declarative processing
allows you to configure your application so that the system automatically updates property values such as a total order amount.
Procedural processing
depends upon rules, such as data transforms, activities, or user interface (UI) rules, to instruct the application when to look for a trigger event.
Which technique should you use if you want to update values when the user submits a form?
Use procedural processing by putting a data transform on a flow action.
Which technique should you use if you want the total price to update immediately when a quantity is changed?
Use a declare expression.
What are the three components in a declare expression?
A target property, an expression, and a source property
A declare expression in a network can use which property as a source property?
A target property from another expression