| Event 1 Office Connector Web Help | Online Help |
TSWrite Function |
| Contents | Index |
| Argument | Description |
|---|---|
| table name | Required. This argument identifies a specific internal table name in the Timberline Office database. |
| field name | Required. This argument identifies a specific internal field name. The field name must identify a valid field for the table identified by the table name argument. |
| value | Required. This argument specifies the value to be written to the field identified by the field name argument. |
| action | Required. This argument specifies the desired action. |
| key 1 ... key n | Required. These arguments provide the values of the primary key for the specific record desired. The number of key values and their meaning will depend on the table that was identified by the table name argument. |
| CreateOnly | If the record indicated by key 1 ... key n is not found, it will be created.  Existing records will not be updated. | ||
| CreateOrModify | If the record indicated by key 1 ... key n is found, it will be updated; otherwise it will be created. | ||
| ModifyOnly | If the record indicated by key 1 ... key n is found, it will be updated; otherwise an error message is displayed on the Write Results Report. | ||
| Ignore | No action will be taken.  
|