PeopleCode - Converting complex page from classic to fluid
Hi Guys, I have a question related to converting classic page to fluid.
So I need to convert very large page to fluid, the main problem I'm facing is that the primary record has 4 million rows, so every time I try to access page in the Add mode (not working on search yet) ... So my search record is INSTALLATION. However when I try to add new value because this is a huge record it is running query against that main sql table.
Option for me would be convert main SQL Record into work record however this would mean I have to change tens of thousands of linesof code . I want to avoid it.