Salesforce

How Do I Set the Number of Records in a Record Set that are Passed to the Browser? (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

How Do I Set the Number of Records in a Record Set that are Passed to the Browser? (Magic xpa 3.x)

One of the reasons that the browser client gives good response to the user is that a “chunk” of data is sent to the client, not just the records that are currently visible. This means that when the user scrolls down a table, there is immediate response.

For smaller tables, it isn’t a problem if all the records are sent at once. The records are encrypted and compressed, and they transmit very quickly. However, if the table is very large, then sending all the records can take some time. The ideal size of the “chunk” of records kept in the client cache depends on several factors, including the size of each record, and how much the user is expected to scroll through the data.

If no chunk size is set, then it defaults to 30 for a task with a Main source, or 1 for a task with no Main source.

Setting the Chunk size

  1. Go to Task Properties->Advanced.

  2. Zoom from the Chunk size expression field to the Expression Rules.

  3. Press F4 to open up a line. Type in the number of records you want fetched in each chunk.

  4. Click OK to close the Expression Rules and bring back the expression number.

  5. Click OK to close the Task Properties.

Reference
Attachment 
Attachment