The trick with the RestAPI is to launch a SuiteScript that contains the
query in it instead of just launching a query. The queries take a long
time but when you do it through a SuiteScript the response time is much
faster. Point being that the timeou...
Sorry for the delay. The solution uses a NetSuite Suite Script that you
import into your NetSuite Environment and then Business Rules on the
OneStream side call the Suite Script to pull the data from NetSuite. The
Business Rules can build out your di...
Yes, you could do that. However, if there is access I don't see why you
couldn't use the direct connector to to pull the data from Workday via
API and direct it to the external database. You'd probably have to set
up a shared connection or allow the ...
Yes, we ran into an issue using the API where we had to parse the report
output into sections so the API server wouldn't choke. The Workday API
servers have limitations set on them so the amount of data passing
through can be a limiting factor. Espec...
Sorry, for some reason I missed this reply! sridharm92, yes, you could
definitely do that. I'm assuming the stored procedures are in the
OneStream staging area or at least in the OneStream database? The API
connection basically just ingests the data ...