Skip to end of banner
Go to start of banner

NetSuite Get Async Result

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Current »

On this Page

Snap type:

Read


Description:

This Snap retrieves the results of an asynchronous job request through a job ID. The Snap can be used as a pipeline regardless of the type of the async operation such as Delete, Get, Upsert or Search.

 
Note: A job ID is returned to the output view when a user deselects the 'Get async results' property within the NetSuite Async Snaps (Delete, Get, Upsert or Search) while performing any of these operations. This job ID when submitted in the NetSuite Get Async Results Snap, returns the results pertaining to the request.


  • Expected upstream Snaps: Any Snap that provides a document output view, such as Mapper or Structure or a JSON Generator Snap. 

  • Expected downstream Snaps: [None] or any Snap that has a document input view, such as Filter or Mapper or JSON Formatter. 

  • Expected input: A valid job ID of a given asynchronous job request from the operations such as Delete, Get, Upsert or Search. 

  • Expected output: The result of the given job request such as true or false, and the details pertaining to the job ID. 
Empty number values should be given as 0.0, not as null.
Prerequisites:

None

Support and limitations:
  • Works in Ultra Task Pipelines.
  • Time Limits:
    • You can use the getAsyncResult operation for a particular job ID up to 20 times within a 30-day time period. If this limit is exceeded, the system returns an INVALID_JOBID user error.
    • Async job IDs are purged from the system every 30 days. If you attempt to download the results after 31 days of your initial request, the system returns an INVALID_JOBID user error.
Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See NetSuite Account for information on setting up this type of account.

Error rendering macro 'excerpt-include' : No link could be created for 'Configuring NetSuite Accounts'.

Views:
InputThis Snap has exactly one document input view.
OutputThis Snap has at most one document output view.
ErrorThis Snap has at most one document error view and produces zero or more documents in the view.

Settings

Label


Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Job ID


Required. The ID of the async job. 

Use the operation up to 20 times within a 30 day time period to retrieve the results of an async job.

Default value: None


Requests timeout


Required. Timeout for the web service call (in seconds). 0 indicates no timeout.
Default value: 0

Maximum requests attempts


Required. The maximum number of requests to attempt in case of failure.

Default value: 3  
 

Retry request interval


Required. Specifies the interval between two successive SOAP requests. A retry happens only when the previous attempt resulted in an exception.

Default value: 2 

Page lookup error: page "Anaplan Read" not found.

If you're experiencing issues please see our Troubleshooting Guide.

Page lookup error: page "Anaplan Read" not found.

If you're experiencing issues please see our Troubleshooting Guide.



Example



In this pipeline, a job ID is submitted to retrieve the results from an asynchronous request. 

On successful execution of the pipeline, the output preview displays the result ("true") of the submitted request(retrieve the details of the employees):

Error rendering macro 'excerpt-include' : No link could be created for 'NetSuite Snap Pack'.

  • No labels