Does anyone know if there is a restriction on the length a composite can be - I have a feeling in the dim and distant past there is an eventual termination of the length.
I have a scenario where I have a composite - aggregate - doing a concatenated list across a 2many relationship that is definitely truncating.
If I do a similar “in page” aggregate directly in a table for example or even just in an information widget - using the same relationship and objects - I get the full and complete list as I would have expected.
Feels like I’m going to have to resort to using code now - ideally I wanted to populate a property with a list of relations to make it more efficient for display but I appear not to be able to use a composite as my source property.
2024.1 in case it makes a material difference.