Problem Task's problem field is emptyIssue Problem task's problem field is empty. The expected behavior is it should populate the value of the problem number record when we click on the New button.CauseThe problem appears to be with the filter used in the "problem_task" related list. Specifically, the filter is based on the parent of the "problem_task" rather than the problem itself. Currently, upon opening the problem task record, the parent field is automatically populated as the related list filter is based on the parent field rather than the problem field. However, in the out-of-the-box version, the filter is based on the problem field rather than the parent field. To investigate further, we examined the Related List record for the problem table and discovered that new entries are created with problem_task.parent rather than problem_task.problem. It is recommended to review the related list for the problem in the sys_ui_related_list table.ResolutionTo resolve the issue the related list entries should be changed from problem_task.parent to problem_task.problem on problem task record.