How to make a field read only after some time of creation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2024 09:03 AM
So i have a requirement in which i need to make the priority field readonly after 10min of the record creation
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2024 09:18 AM
Hi there @AniketS2
I guess, you can use a Business Rule. Create an async Business Rule that runs after the record is inserted and uses a "GlideScheduler" to execute a script after 10 minutes. The script should set the field to read-only by updating the dictionary attribute or using a UI Policy.
By this the field becomes read-only automatically after the specified time without manual intervention.
If this helps kindly accept the response.
☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India