Make fields mandatory
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 10:59 AM
Hi,
I have a requirement where we want to make "start date" and "end date" mandatory of a change record before closing a specific CTASK.
eg, we have 12 CTASK for a change record and we want before closing the 9th CTASK (Validation), the start and end date of the change record should be mandatory if empty.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 12:16 PM
You can write a update Business Rule on change task table.
You will have to dot walk to change request fields by scrolling to show related fields option.
There you can select show change request fields and navigate to start and end date fields in the condition.