
Hello Everyone,
How to set view filter on Existing Item Listing Page.
Thanks
A view on the Item List Page can be defined as follows:
pagecustomization MyCustomization customizes "Item List"
{
views
{
addfirst
{
view(YourViewName)
{
Caption = 'Ordered by Description”;
OrderBy = ascending ("Description");
}
}
}
}