Hello Guys,
Can anyplease help me out here? below is code I am using with page extension of customer list, but not able to set visible = false, other then this report action everything is hiding but facing problem on this report action only.
modify(ReportCustomerBalanceToDate)
{
ApplicationArea = Basic, Suite;
Visible = false;
}
Thanks.