Table 6702 Booking Sync in 26
- App
- Base Application
- Namespace
- Microsoft.Booking
Fields, 13Keys, 2Procedures, 5
Versions171819202122232425262728latest
Source29
Fields, 13
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Primary Key | Code[10] | - |
| 2 | Booking Mailbox Address | Text[80] | - |
| 3 | Booking Mailbox Name | Text[250] | - |
| 4 | User ID | Code[50] | - |
| 5 | Last Customer Sync | DateTime | - |
| 6 | Last Service Sync | DateTime | - |
| 7 | Enabled | Boolean | - |
| 8 | Sync Customers | Boolean | - |
| 9 | Customer Filter | Blob | - |
| 12 | Sync Services | Boolean | - |
| 13 | Item Filter | Blob | - |
| 14 | Item Template Code | Code[10] | - |
| 15 | Customer Templ. Code | Code[20] | - |
Keys, 2
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Primary Key | - |
| Key2 | Booking Mailbox Address | - |
Procedures, 5
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetCustomerFilter | () | Text | public | - |
| GetItemFilter | () | Text | public | - |
| SaveCustomerFilter | (Text) | public | - | |
| SaveItemFilter | (Text) | public | - | |
| IsSetup | () | Boolean | public | - |