When creating a catalog task from a RITM, opened_by is coming emptyIssue When creating a new catalog task from a RITM manually, opened_by is not auto populating.Why? ResolutionThe reason issue was seen because incorrect fields were exposed on the catalog task form. User exposed Request item.OpenedBy & parent.parent.openedBy which were coming empty Since Opened_by is a reference field on task, Opened_by(reference field) should be exposed on the form UI by configuring the form layout.