Suppliers
Dimension type CRD
Find
Web service type: Method driven
Resource location: /webservices/finder.asmx?wsdl
Method
public Message[] Search(
string type, // Finder type, See Finder type.
string pattern, // The search pattern. May contain wildcards * and ?
int field, // Fields to search through, see Search fields.
int firstRow, // First row to return, usefull for paging
int maxRows, // Maximum number of rows to return, usefull for paging
string[][] options, // See options below
out FinderData data) // Search results
Finder type
DIMSearch fields
| Field ID | Fields searched |
|---|---|
| 0 | code and name |
| 1 | code |
| 2 | name |
| 3 | bank account number |
| 4 | address fields |
The method will return an array containing validation messages. If there are no errors, then the data parameter will contain the actual search result.
Options
| Option | Type | Description |
|---|---|---|
| office | «office code» | Restricts to the office. |
| level | enumeration: 1, 2, 3, 4, 5, 6 | Specifies the dimension level. Normally the level of balancesheets is level 1. |
| section | financials | Restricts to financial or time & expenses dimensions. |
| dimtype | CRD | Shows the supplier dimensions. |
| modifiedsince | string yyyyMMddHHmmss or yyyyMMdd | Restricts to dimensions modified after, on or at the specified date (and time). |
| group | «group code» | Specifies the dimension group (wildcards allowed). |
| matchtype | enumeration: DEB, CRD | This option will show only the relations (dimension type: DEB and/or CRD). |
| includehidden | 0 (false) or 1 (true) | If set to 1, the response will include a status column (active/hidden) and both active and hidden dimensions will be included. |