Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 03:02 AM
Hi Mahesh,
I dont think we can do that with onCellEdit(). Purpose of onCellEdit() is usually to restrict user to save record if someone tries to change the Value of certain field from list view. We cannot do much with onCellEdit().
Another approach will be to use Business Rule to get the sys id of the field you want.
Mark Correct or Helpful if it helps.
Thanks,