Business Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2023 12:31 AM
I have created a table named 'Implementation ID Logs' with below fields-
Name of the table: Implementation ID Logs
Columns:
1. Implementation ID (String) Mandatory
2. Status (Choices: Confirm, Partial, Distributed and Include None as well )
3. Planned Start date (Date/Time)
4. Planned End date (Date/Time)
5. Actual Start Date (Date/Time)
6. Actual End Date(Date/Time)
Add this table as a related list to the Change request form and place it just next to the Affected CIs related list. See the below picture for reference
Till this part, I have finished. Now my question is-
Topic: Business Rules
With reference to the table: Implementation ID Logs created in the previous assignment:
1. Create a configuration in such a way that when all the associated implementation ID logs record’s status changes to Confirm, the parent change record should get autoclosed i.e. state to be set as Closed complete.
2. Create a new field: Work notes(Type: Journal Input) on the Implementation ID log table and also bring the Activities filtered list along with it on the form. Just like the OOB change request as shown below: Also make sure any changes made to any fields on the form is tracked on the Activities list.
Please help me to solve this problem