Is it possible to update the fields value based on other fields value change in list view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 04:37 AM
Hi,
I have i doubt, can we change the value of some field based on other field value change using oncellEdit() client script?
For example, if i change the value of field Project Name then the field Project code get automatically updated according to the value inserted in project name?
- Labels:
-
Service Desk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 04:51 AM
Hi Siddharth,
Its better to use onCellEdit() for restriction purposes but here is the solution please refer to this link
Is it possible to update the fields value based on other fields value change using onCellEdit() clie...
Mark Correct or Helpful if it helps
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 04:58 AM
Hi,
Yes, you can use onCellEdit Client script or else you can use After Update Business rule as well.
Mark as correct and helpful if it solved your query.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 05:18 AM
If i use onCellEdit client script then i have to call the data from serve side also so what method i can use like getrefrence or GlideAjex

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 05:03 AM
Yes,
You can use GlideAjax preferably.
If you are using getReference then use it with callback function.
Both will work.
And also you can use update business rule.
Mark as correct and helpful if it solved your query.
Regards,
Sumanth