Saved Search Job¶
Saved Search Job Configuration¶
SavedSearchConfig¶
Defines a Mitto Saved Search Job |
||||
type |
object |
|||
properties |
||||
|
Title |
|||
See Mitto Job documentation |
||||
type |
string |
|||
|
Name |
|||
See Mitto Job documentation |
||||
type |
string |
|||
|
Type |
|||
IO job only |
||||
type |
string |
|||
pattern |
^io$ |
|||
|
Saved Search Input |
|||
Input |
||||
allOf |
#/definitions/SavedSearchInput |
|||
|
Steps |
|||
See Mitto Job documentation |
||||
type |
array |
|||
items |
||||
type |
object |
|||
|
Store |
|||
See Mitto Job documentation |
||||
type |
object |
|||
|
Output |
|||
See Mitto Job documentation |
||||
type |
object |
|||
definitions |
||||
|
Credentials |
|||
Defines the credentials used to invoke the RESTlet and Saved Search. NOTE: Most differ from the credentials used elsewhere in the connector. |
||||
type |
object |
|||
properties |
||||
|
Account |
|||
The NetSuite account to be used.
Example: |
||||
type |
string |
|||
|
||||
The email address associated with the account.
Example: |
||||
type |
string |
|||
|
Password |
|||
The password associated with the account/email.
Example: |
||||
type |
string |
|||
|
Role |
|||
The internal id of the |
||||
type |
integer |
|||
minimum |
1 |
|||
|
Url |
|||
If present, the value is used in place of the URL generated by the
connector. If the URL does not begin with the account number and end
with Example: |
||||
type |
string |
|||
|
Restlet |
|||
Defines the RESTlet to be called to invoke the SavedSearch. |
||||
type |
object |
|||
properties |
||||
|
Script |
|||
Script id of the NetSuite RESTlet that will be called to invoke
the saved search. This is the argument to the Example: If the |
||||
type |
integer |
|||
minimum |
1 |
|||
|
Deploy |
|||
Deployt id of the NetSuite RESTlet that will be called to invoke the
saved search. This is the argument to the Example: If the |
||||
type |
integer |
|||
minimum |
1 |
|||
|
SavedSearch |
|||
Parameters passed to the saved search RESTlet. |
||||
type |
object |
|||
properties |
||||
|
Id |
|||
The id of the saved search that will be called by
the RESTlet. This is the value of |
||||
type |
string |
|||
|
Record_Type |
|||
The record type associated with the saved search to be called by the
RESTlet.
Example: |
||||
type |
string |
|||
|
Lower_Bound |
|||
When executed, the saved search will be filtered so as to return only records with internal ids larger than this value. |
||||
type |
integer |
|||
default |
1 |
|||
|
Page_Size |
|||
Number of records to include in one page of data. |
||||
type |
integer |
|||
default |
1000 |
|||
|
Last_Modified_Date |
|||
If last_modified_date is If last_modified_date is provided, it will be used as the last modified date when invoking the saved search, overriding any value from the store. Example: NOTE: The format of this string must exactly match the date and time preference set in the NetSuite account. |
||||
type |
string |
|||
|
Date_Time_Format |
|||
This value is used as a format specification when formatting
datetime objects representing the last modified date (e.g., when
formatting the
NetSuite does not support leading zeros for month and day. **NOTE:* The format specification must exactly match the format set in the account’s NetSuite preferences. |
||||
type |
string |
|||
default |
{month}/{day}/%Y %I:%M %p |
|||
|
Max_Pages |
|||
At most |
||||
type |
integer |
|||
default |
Infinity |
|||
|
SavedSearchInput |
|||
Defines Saved Search Input |
||||
type |
object |
|||
properties |
||||
|
Credentials |
|||
Credentials |
||||
allOf |
#/definitions/Credentials |
|||
|
Restlet |
|||
Restlet |
||||
allOf |
#/definitions/Restlet |
|||
|
SavedSearch |
|||
Saved_Search |
||||
allOf |
#/definitions/SavedSearch |
|||
|
Use |
|||
Inputter to be used to get data. |
||||
type |
string |
|||
pattern |
^netsuite.io#NetsuiteSavedSearchInput$ |