Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Strange behaviour: Website displaying 45 records out of 50 records
There is a problem of displaying information on our website.
Using soap sonar, for some reasons, we have 50 records in Netsuite but it is only displaying 45 records even though we have set the
<platformMsgs:pageSize>500</platformMsgs:pageSize> and also tried with
<platformMsgs:pageSize>70</platformMsgs:pageSize>
Something is stopping records from displaying in our shopping cart when they are more than 45. The results from Netsuite gives
'totalRecords' => '48',
'pageSize' => '500',
displaying 45 out of 48 records only on our website.
Nothing is restricting the page display in the html.
0