Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 06:51 AM
Hello @Supriya25 ,
Please find the below code modification in ui page.
You can use
g_form.setReadOnly(field1,true);
g_form.setReadOnly(field2,true);
g_form.save
in UI page itself it is working for me you can try and let me know.
Thanks,
Omkar
If I was able to help you with your case, please click the Thumb Icon and mark as Correct.