Hi all,
Hope everyone is safe and sound. I am new to dynamics and wondered what would be the correct solution to make the system automatically fill in the date field (step 4 in the scenario below)
User scenario:
- There are 3 fields for the user to fill in:
- Field A - dropdown list
- Field B - start date of item's validity
- Field C - end date of item's validity
- User selects "Yes" from a dropdown list in the field A
- User is prompted to enter the start date for the items validity in the field B. For example 2021-07-02
- After the user enters the start date in the field B, the system automatically fills in the end date in the field C by adding 5 years to the date entered in field B. For example - 2026-07-02
Could someone please advice if we can write business rules or add a JavaScript to fulfil step 4? Perhaps someone has solved similar challenges?