Resolution | Archer 6.X offers a couple of different options from a configuration standpoint for the frequency of calculation of a calculated field.
This can be a bit confusing, so below is a breakdown of when a calculated field will trigger depending on the recalculation property: As Needed vs Always.
As Needed fields fire:
- On change of a dependent field(same application or related app - depends on the fields calc logic)
- On a manual full module recalc (clicking the Launch Full Recalculation button on the calculations tab)
- On a click of the recalculate button within a record
- On install of a package(update of an existing application)
Always fields fire:
- On change of a dependent field(same application or related app - depends on the fields calc logic)
- On change of any field within the same application
- On a manual full module recalc (clicking the Launch Full Recalculation button on the calculations tab)
- On a scheduled full module recalc
- On a click of the recalculate button within a record
- On install of a package(update of an existing application)
|