Hello,
We are experiencing issues with error “Memory allocated request exceeded 6500 bytes” on a List Box type field in Outline. I wrote the following formula for customer selection.
view := “CPV_TypeDist”;
clist := @DbColumn(“”:“NoCache”;“862561E2:000F1465”; view; 1);
@If(@IsError(clist); “No Customers Found”; clist)
This view have around 1600 customer profiles.
It worked great until yesterday. This error started since this morning. Please help me.
Thanks in advance,
Murali.