- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020 03:36 AM
Hi,
What is the use of calculated value that is present in Dictionary Entry,Please tell me with some script
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020 05:18 AM
Simple algebric calculation is one of the parameters while choosing between BR and Function Fields. The function field will execute and calculate value but it doesn't store that value in the database so it means there is no history to be maintained. Its just a display value calculated and displayed every time a form/list loads.
On the other hand, Business rule calculates and stores the value into the database which means we would have a history of value changes and better performance as it doesn't calculate value unnecessary rather on when values updated only.
Take a look at Function Fields limitation section of the doc that has some good points that will help choose between function field and other alternatives.
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020 04:18 AM
You should also have a look at below link to understand Function field and its differences as compare to other script options available i.e Calculated fields, business rules etc.
I hope that helps!
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020 04:39 AM
Means that whenever i want to perform any mathematical operation within a Form or table i should use Function Field instead of Business Rule .
Am i Right ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020 05:18 AM
Simple algebric calculation is one of the parameters while choosing between BR and Function Fields. The function field will execute and calculate value but it doesn't store that value in the database so it means there is no history to be maintained. Its just a display value calculated and displayed every time a form/list loads.
On the other hand, Business rule calculates and stores the value into the database which means we would have a history of value changes and better performance as it doesn't calculate value unnecessary rather on when values updated only.
Take a look at Function Fields limitation section of the doc that has some good points that will help choose between function field and other alternatives.
Muhammad