Make fields mandatory

Puneet4418
Tera Contributor

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

Akash Khare
Giga Contributor

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.

AkashKhare_0-1714418007303.png

 

AkashKhare_1-1714418075001.png