- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 02:08 AM
Request to provide client script to fulfill the above story in change table. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 04:33 AM
Hello @Sirisha Snow -
I noticed that you marked my answer as helpful.
So if resolves your query then please Accept my solution ✔️ as well and close the thread to help future readers to understand.
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 02:32 AM - edited 02-29-2024 02:36 AM
Hi Sirisha,
Try onLoad client script and use the below script, it will work for you:
var state = g_form.getValue("state")
if (state == "3"){ // I am considering '3' is the backend value of closed
g_form.disable();
}
Please Accept the response if this resolves your issue and mark Helpful if this helps.
Thanks,
Kamlesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 02:47 AM
Hi you can use ui policy or the script which @Dr Atul G- LNG share its working fine i try on my pdi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 04:33 AM
Hello @Sirisha Snow -
I noticed that you marked my answer as helpful.
So if resolves your query then please Accept my solution ✔️ as well and close the thread to help future readers to understand.
Thank You!