LWC interview question by IBM || salesforce developer interview prep #salesforce #lwc #interview

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I would use LIMIT and OFFSET in the SOQL used tk retrieve opportunities in apex controller.

In lwc component, i will create next and previous button and pass some data like current list of opportunities and flag to identify next or previous button to the apex method ans accordingly return the data from the method.

sravansriramoju
Автор

Pagination and Offset and Limit in soql

opmarcosyoutuber
Автор

you can call the apex method with parameters such as limit of the record and offset

anubhav
Автор

offset not work because limit of 2K so used order by id and while fetch next batch used ID > last id of previous batch record

krunalrajurkar
join shbcf.ru