if I have a sublist of child custom records on a parent custom record, is there any way to control what columns show in the sublist based on the custom form? Let’s say I have parent record A and child record B. Child record B has three fields, “name”, “fish” and “apple”. Parent record A has two custom forms, form 1 and form 2, both which show a sublist of Bs. If I want to show the column for “fish” on form 1 (but not on form 2) and the column for “apple” on form 2 (but not on form 1), is this possible?