Calculated Field Update By Script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 02:20 AM
Hello Community!
I have implemented a calculated field on a table. The information of this field I want to get thru an API call on a database view. But I realised that the calculated field value is only updated when the form is loaded. Is there a way to update the calculated field through script? Or an other solve for this problem?
Thanks for any help.
Labels:
- Labels:
-
fields
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 08:59 AM
Hi @mste23 ,
If we save the updated value then purpose of calculated field void, better you can use the same calculated logic for API call and get the value.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution