How to Change Sub-view Sort Order for Account-Contact Object?
in Sales
Hi Team,
I’m trying to modify the subview sort order for the Account-Contact object (child object of Account).
This subview appears on the Account Details page.
I have already checked the following:
1] Verified in VBS (Visual Builder Studio)
2] Reviewed sub-view layout properties
3] Checked the subview configuration in Design Mode within VBS
However, I could not find any option to change the sort criteria.
#Currently, the subview is internally using:
orderBy=PreferredContactFlag:asc,ContactLastUpdateDate:desc
#I would like to change it to:
orderBy=PreferredContactFlag:asc,ContactLastName:asc
Is there a supported way to override or configure the orderBy parameter for this subview?
0