(Updated via BpDeleteTranslateTags script) |
|||
Line 1: | Line 1: | ||
− | + | = Get Next Record= | |
The ''Get Next Record'' workflow block provides a way for a workflow to retrieve the next or previous record from a recordset created by a previously executed blocks [[workflow-builder-reference-guide/DBExecute|DB Execute]], [[workflow-builder-reference-guide/FetchURL|Fetch URL]], [[workflow-builder-reference-guide/RightNowSearch|RightNow Search]], [[workflow-builder-reference-guide/Salesforce.comSearch|Salesforce.com Search]], and [[workflow-builder-reference-guide/ZendeskSearch|Zendesk Search]]. | The ''Get Next Record'' workflow block provides a way for a workflow to retrieve the next or previous record from a recordset created by a previously executed blocks [[workflow-builder-reference-guide/DBExecute|DB Execute]], [[workflow-builder-reference-guide/FetchURL|Fetch URL]], [[workflow-builder-reference-guide/RightNowSearch|RightNow Search]], [[workflow-builder-reference-guide/Salesforce.comSearch|Salesforce.com Search]], and [[workflow-builder-reference-guide/ZendeskSearch|Zendesk Search]]. | ||
Line 29: | Line 29: | ||
[[File:Get-Next-Record-Scenario-Block-Settings.png|800px|thumbnail|center|Get Next Record block settings]] | [[File:Get-Next-Record-Scenario-Block-Settings.png|800px|thumbnail|center|Get Next Record block settings]] | ||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:04, 29 May 2024
Get Next Record
The Get Next Record workflow block provides a way for a workflow to retrieve the next or previous record from a recordset created by a previously executed blocks DB Execute, Fetch URL, RightNow Search, Salesforce.com Search, and Zendesk Search.
Conditional Exits
The Get Next Record block may take the No more items conditional exit if no more items can be retrieved from the specified recordset.
Settings
Title text
Title text is the name of the instance of the block. Enter a name in the text field and the new name of the block appears in the flowchart.
Direction
Choose whether the next or the previous record should be retrieved.
Recordset name
Recordset name is the recordset from which the record should be retrieved. The name is selected from the list of available recordsets, which is populated from all DB Execute, Fetch URL, RightNow Search, Salesforce.com Search, and Zendesk Search blocks of the workflow.
The columns of the retrieved records (if any) are stored in the workflow variables RS.[name] (e.g., RS.id).