url=http://sample/dneo.cgi basic_auth_userid=sampleid basic_auth_password=samplepass proxy_host=samplehost proxy_port=1234 proxy_auth_userid=proxyid proxy_auth_password=proxypass |
| Key | The specified value | Description |
| url | [URL of desknet's NEO] |
Be sure to specify it. Describe the URL of desknet's NEO. |
| basic_auth_userid | [Basic authentication user ID] |
Specify when using Basic authentication when logging in to desknet's NEO. This item is not required if Basic authentication is not performed. |
| basic_auth_password | [Basic authentication password] | |
| proxy_host | [Proxy server host name] |
Specify when using a proxy server at desknet's NEO. If you do not use a proxy server, this item is not required. |
| proxy_port | [Proxy server port number] | |
| proxy_auth_userid | [Proxy Authentication User ID] |
Specify when using proxy authentication at desknet's NEO. If you do not use proxy authentication, this item is not required. |
| proxy_auth_password | [Proxy Authentication Password] |
[ { "field_name": “Responsible"}, { "field_name": ""}, { "field_name": “Client"} ] |
| Key | The specified value | Description |
| field_name | [Target part name] | Be sure to specify it.” Describe the target part name in "field_name". |
{ "item": [ {"field_id": "101", "operator": ">=", "value": "1"}, {"field_id": "102", "operator": "is_null"}, {"field_id": "103", "operator": "contains", "value": "1\t2", "type":"id"} ] } |
| Key | The specified value | Description |
| field_id | [Part ID to search] |
Be sure to specify it. Specify the ID of the part to be searched. You can check the component ID in [Application Settings> Component Management]. |
| operator | [= | ! = | > | >= | < | <= | includes | not_includes | starts_with | ends_with | contains | not_contains | is_null | is_not_null | matches] | Be sure to specify it. Specify the search method. |
| value | [Value to search for] |
Specify the value to search for. If the value to be searched includes the following characters, please convert and enter as follows. (Tabs are used as delimiters when specifying multiple conditions.) (Tab) → \t \ → \\ " → \" |
| type | [id | textbox | number | date | datetime | interval | field_id] | Specifies the type of value to search for. |
| Part type | operator | value | type |
| [Data ID] | = (equal) | Any integer greater than or equal to 1 | (no input) |
| Text (1 Line) | = (match) | Arbitrary characters | (no input) |
| != (not match) | |||
| includes (contains | contains any of these words) | Arbitrary characters (multiple values can be specified by separating with tab) | ||
| not_includes (doesn't contain | does not contain any of these words) | |||
| starts_with (begins with) | Arbitrary characters | ||
| ends_with (ends with) | |||
| is_not_null (with value) | (no input) | ||
| is_null (without value) | |||
|
Text (Multi Line) Rich Text |
includes (contains | contains any of these words) | Arbitrary characters (multiple values can be specified by separating with tab) | (no input) |
| not_includes (doesn't contain | does not contain any of these words) | |||
| is_not_null (with value) | (no input) | ||
| is_null (without value) | |||
| Check Box | contains (match any selections) | Choice value (multiple values can be specified by separating with tab) | (no input) |
| not_contains (not match any selections) | |||
| includes (contains) | Arbitrary characters | ||
| not_includes (doesn't contain) | |||
| is_not_null (with selection value) | (no input) | ||
| is_null (without selection value) | |||
| Radio Button | = (match any) | Choice value (multiple values can be specified by separating with tab) | (no input) |
| != (not match any) | |||
| includes (contains) | Arbitrary characters | ||
| not_includes (doesn't contain) | |||
| is_not_null (with selection value) | (no input) | ||
| is_null (without selection value) | |||
| Pull Down | = (match any) | Choice value (multiple values can be specified by separating with tab) | (no input) |
| != (not match any) | |||
| is_not_null (with selection value) | (no input) | ||
| is_null (without selection value) | |||
| List box | contains (match any selections) | Choice value (multiple values can be specified by separating with tab) | (no input) |
| not_contains (not match any selections) | |||
| is_not_null (with selection value) | (no input) | ||
| is_null (without selection value) | |||
| Number | = (equal) | Numerical values that can be entered in number parts | (no input) |
| != (not equal) | |||
| < (smaller than) | |||
| <= (smaller or equal than) | |||
| > (bigger than) | |||
| >= (bigger or equal than) | |||
| is_not_null (with value) | (no input) | ||
| is_null (without value) | |||
| Date | = (equal) |
- "yyyy", "yyyy-MM", or "yyyy-MM-dd" format Example: "2018", "2018-01" or "2018-01-10" - "[+|-]n days", "[+|-]n months:[*|1-31|e]" or "[+|-]n years:[1-12]:[*|1-31|e]" format Example: "+3 days" (3 days after today) Example: "-1 months:10" (10th of last month) Example: "+1 months:*" (any day in the next month) Example: "-2 years:3:e" (the end of March two years ago) |
(no input) |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| = (equal) | ID of the part to compare | field_id | |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| is_not_null (with value) | (no input) | (no input) | |
| is_null (without value) | |||
| Time | = (equal) | "hh:mm" format | (no input) |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| is_not_null (with value) | (no input) | ||
| is_null (without value) | |||
|
[Date/Time Added] [Date/Time Updated] Date/Time |
= (equal) |
- "yyyy", "yyyy-MM", "yyyy-MM-dd", "yyyy-MM-ddThh" or "yyyy-MM-ddThh:mm" format Example: "2018", "2018-01", "2018-01-10", "2018-01-10T09" or "2018-01-10T09:30" - "[+|-]n days", "[+|-]n months:[*|1-31|e]" or "[+|-]n years:[1-12]:[*|1-31|e]" format Example: "+3 days" (3 days after today) Example: "-1 months:10" (10th of last month) Example: "+1 months:*" (any day in the next month) Example: "-2 years:3:e" (the end of March two years ago) |
(no input) |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| = (equal) | ID of the part to compare | field_id | |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| is_not_null (with value) | (no input) | (no input) | |
| is_null (without value) | |||
| Attachment Files | includes (include in file name) | Arbitrary characters | (no input) |
| matches (include in file name or attachment) | |||
| is_not_null (file exists) | (no input) | ||
| is_null (file does not exist) | |||
| Auto Calculation | = (match) | Arbitrary characters | textbox |
| != (not match) | |||
| includes (contains | contains any of these words) | Arbitrary characters (multiple values can be specified by separating with tab) | ||
| not_includes (doesn't contain | does not contain any of these words) | |||
| starts_with (begins with) | Arbitrary characters | ||
| ends_with (ends with) | |||
| = (equal) | Numerical values that can be entered in number parts | number | |
| != (not equal) | |||
| < (smaller than) | |||
| <= (smaller or equal tha) | |||
| > (bigger than) | |||
| >= (bigger or equal than) | |||
| includes (contains) | Arbitrary characters | ||
| = (equal) |
- "yyyy", "yyyy-MM", or "yyyy-MM-dd" format Example: "2018", "2018-01" or "2018-01-10" - "[+|-]n days", "[+|-]n months:[*|1-31|e]" or "[+|-]n years:[1-12]:[*|1-31|e]" format Example: "+3 days" (3 days after today) Example: "-1 months:10" (10th of last month) Example: "+1 months:*" (any day in the next month) Example: "-2 years:3:e" (the end of March two years ago) |
date | |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| includes (contains) | Arbitrary characters | ||
| = (equal) |
- "yyyy", "yyyy-MM", "yyyy-MM-dd", "yyyy-MM-ddThh" or "yyyy-MM-ddThh:mm" format Example: "2018", "2018-01", "2018-01-10", "2018-01-10T09" or "2018-01-10T09:30" - "[+|-]n days", "[+|-]n months:[*|1-31|e]", "[+|-]n years:[1-12]:[*|1-31|e]" format Example: "+3 days" (3 days after today) Example: "-1 months:10" (10th of last month) Example: "+1 months:*" (any day in the next month) Example: "-2 years:3:e" (the end of March two years ago) |
datetime | |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| includes (contains) | Arbitrary characters | ||
| = (equal) | Any integer (converted to seconds) | interval | |
| != (not equal) | |||
| < (less than) | |||
| <= (less or equal than) | |||
| > (greater than) | |||
| >= (greater or equal than) | |||
| includes (contains) | Arbitrary characters | ||
| is_not_null (with value) | (no input) | (no input) | |
| is_null (without value) | |||
|
[Added by] [Updated by] Select User |
contains (contains any of these words) | User system ID (multiple values can be specified by separating with tab) | id |
| not_contains (does not contain any of these words) | |||
| is_not_null (with selection value) | (no input) | (no input) | |
| is_null (without selection value) | |||
| Select Group | contains (contains any of these words) | Group system ID (multiple values can be specified by separating with tab) | id |
| not_contains (does not contain any of these words) | |||
| is_not_null (with selection value) | (no input) | (no input) | |
| is_null (without selection value) |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Installation cost\tCloud"}, {"field_id": "102", "operator": ">", "value": "12"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Text (Multi Line) | Total estimation |
| 102 | Number | Minimum contract months |
{ "filter": { "item": [ {"field_id": "101", "operator": "contains", "value": "3\t4", "type": "id"}, {"field_id": "102", "operator": ">", "value": "1000000", "type": "number"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Select Group | Department in charge |
| 102 | Auto Calculation | Sales results |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Chiyoda ward, Tokyo"}, {"field_id": "102", "operator": "<", "value": "-3 months:20"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Text (1 Line) | address |
| 102 | Date | Last visit date |
{ "filter": { "item": [ {"field_id": "101", "operator": "!=", "value": "Contract Delete\tContract Expired"}, { field_id ": "102", "operator": ">=", "value": "2017-04-01"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Pull Down | Contract status |
| 102 | Date | Contract start date |
{ "filter": { "item": [ {"field_id": "101", "operator": ">=", "value": "2017-04-01T09:00"}, {"field_id": "102", "operator": "is_null"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Date/Time | Equipment rental date and time |
| 102 | Date/Time | Equipment return date and time |
{ "filter": { "item": [ {"field_id": "101", "operator": "contains", "value": "10", "type": "id"}, {"field_id": "102", "operator": ">=", "value": "22:00"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Select User | Employee |
| 102 | Time | Leave time |
{ "filter": { "item": [ {"field_id": "101", "operator": "=", "value": "102", "type": "field_id"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Date | Start Date |
| 102 | Date | End Date |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Estimates"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Attachment Files | Documents to be sent |
{ "filter": { "item": [ {"field_id": "101", "operator": ">=", "value": "5400", "type": "interval"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Auto Calculation | Travel time |
{ "filter": { "item": [ {"field_id": "101", "operator": "<", "value": "+0 months:e", "type": "date"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Auto Calculation | Correctable date |
{ "filter": { "item": [ {"field_id": "101", "operator": "<=", "value": "2017-04-01T17:00", "type": "datetime"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Auto Calculation | Estimated arrival date and time |
{ "filter": { "item": [ {"field_id": "101", "operator": "includes", "value": "Heisei\tShowa", "type": "textbox"} ] } } |
| Part ID (field_id) | Part type | Part name |
| 101 | Auto Calculation | Western calendar conversion |
| Part Type | Description |
| Number | Specify number without unit. But number which formatted with Excel worksheet can be imported even if it has unit. |
|---|---|
| Date | Specify string which is formatted with "YYYY/MM/DD","YYYY-MM-DD" or "YYYYMMDD". But date which is formatted with Excel worksheet can be imported. |
| Time | Specify string which is formatted with "HH:MM" or "HHMM". But time which is formatted with Excel worksheet can be imported. |
| Date/Time | Specify string which is formatted with "YYYY/MM/DD HH:MM", "YYYY-MM-DD HH:MM" or "YYYYMMDDHHMM". But date/time which is formatted with Excel worksheet can be imported. |
| Check Box | Specify new line separeted chosen values. |
| List Box | Specify new line separeted chosen values. |
| Select User |
Specify new line separete user system ID, login ID or name.
|
| Select Group |
Specify new line separete group system ID, internal organization code or group name.
|
| Attachment Files |
Data Import Batch Specify relative path from working directory or absolute path. Separate with new line to specify multiple files. Import Tool Specify relative path from the directory which is specified with "-attach_dir". Files in the subdirectories can be specified with relative path. Separate with new line to specify multiple files.
* Attachment files can be imported only with data import batch and import tool.
* When a file has too long name, the file can fail to be imported. In the following case, a file with name with 149 characters (with bytes) can be imported.
|
Name, Photo John Smith,"C:\tmp\image\1\file.png" Chris Doe,"C:\tmp\image\2\file1.png C:\tmp\image\2\file2.png" |
Name, Photo John Smith,"/tmp/image/1/file.png" Chris Doe,"/tmp/image/2/file1.png /tmp/image/2/file2.png" |
Name, Photo John Smith,"1/file.png" Chris Doe,"2/file1.png 2/file2.png" |
| Name | Photo |
| John Smith | file.png |
| Chris Doe |
file1.png file2.png |