You don’t need to do that. You can just delete the thing of type comment and because it no longer exists, it will be automatically removed from the list of comments on the user data type.

Try putting a RG that is set to fixed cells with number of rows to 0 and columns to 0 for your mailbox data. On page load it does not affect performance, but you do get count of items. You can use this to show a user the number of new messages by referring to this RG.

I use this method on all my pages. When I have a page searching a data type with 2,200 entries, I can get the count to display total results…it has no affect on page load speed, and allows for immediate access to counts for pagination etc.

I did some tests on this and it is the fastest way (at least from my perspective) of getting information to load quickly…I also create other RGs of fixed cell, 0 row 0 column and reference the original as the datasource and use those for filtering and sorting features.

1 Like