is there anyway to add existing item as Matrix subitem ?
d
Dev1412
08/10/2020, 5:18 AM
Yes, set the Parent Item on that item at "SubItem Of" body level field.
d
dennysutanto
08/10/2020, 8:08 AM
but even so, in the parent item, that new item will not be shown under Accounting -> Matrix Items subtab, right ?
d
Dev1412
08/11/2020, 9:00 AM
Yeah, it won't. in order to display child item on Parent item, you need to set it via UE script. Adding the script on the save of child item, and set that item on Parent item either on any custom multi-select field or you can have custom record link to that.
d
dennysutanto
08/19/2020, 11:06 AM
so you're saying that we don't use the default matrix item link, but using custom link between parent and children items, right ?