Question
I am making a script to retrieve table information using BULK in the Salesforce connector.
- Is it possible to interrupt the process in the middle?
- Can I freely describe SOQLs in text format?
Answer
- You can set the maximum monitoring time for batch status monitoring in the [Max. monitoring time(sec)] of [Bulk Get Data (Query)] and abort the process if the read process does not finish within the set value.
Please refer to the following manual for the process flow of Bulk Get Data (Query) and the maximum monitoring time.
HULFT Square Manual
[Bulk Get Data (Query)]>[Option Settings]>[Max. Monitoring Time(sec)]
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/salesforce_bulk_bulk_query.htm
Please also refer to the Salesforce Bulk Adapter help for the on-premise version of DataSpider Servista as a reference.
[Bulk Data Read (QUERY)]>[Process Flow]
https://www.hulft.com/help/en-us/DataSpider/dss44sp1/help/en/adapter/cloud/salesforce_bulk_bulk_query.html
- SOQLs can be freely described in text format in the component properties.
However, there are restrictions on supported SOQLs.
Please refer to the manual below for the restrictions.
HULFT Square Manual
[Bulk Get Data (Query)]>[Required Settings]>[SOQL]>[Supplement]
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/salesforce_bulk_bulk_query.htm
Comments
0 comments
Article is closed for comments.