Check box true when based on conditions met
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 11:56 AM - edited 09-05-2023 11:18 AM
Hi
I want to check box true which is read only based on conditions like
Planned Implementation Start Date' is greater than 'Actual Implementation Start Date' & 'Planned Implementation End Date' is less than the 'Actual Implementation End Date '.
I tried Business rule for this function but it's not working.
This is the code that i used:
Thanks in advance for providing me solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 01:22 PM
Hi Lokesh,
For the planned fields, names are rather start_date and end_date.
For the actual fields, names are rather work_date and work_end.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 11:10 PM
Hi @JP - Kyndryl ,
Yes, For idea i provided like that.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 11:41 AM
Hi @Divya Rajasekar ,
Thanks for your reply. I replaced getValue with getDisplayValue but it is not working.
Can you please help me in this.