|
Object |
Numeric |
Mandatory. The object being searched for. Note: Area (142), Contact Business (12), Contact Person (32), and Project (1) check for all columns in all methods where one of these fields are expected, as well as Object / ObjectContext fields. For example, if you search for a Contact Person, amongst others, it will check FINANCIAL_INVOICE_SEARCH.ContactPersonSentTo, CORE_OBJECT_LINK_MANAGE.Object / ObjectContext etc. For objects not in the above list, it will search for matches in Object / ObjectContext |
|
ProcessingTime |
Numeric |
Defaults to 30s. Under unusual system loads, this method may take some time to complete. If you want to show more progress to the user, you can set the timeout to less, call the method once. If in the returned data ProcessedCount is less than TotalCount, call this method again with the same id, and it will continue processing from where it was up to. Even if you leave the default at 30s, it is important to check ProcessedCount = TotalCount to ensure processing finished |