Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00955
Product: FieldService (949)
Series: Project
Display Name: Customer Site Schedule Group Display Name: Service Table Group
Physical Name: SVC00955
Technical Name: SVC_Customer_Site_Schedule
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | CUSTNMBR ![]() | Customer Number | STR15_RM_Customer_Number | String | 16 | 15 |
Key to the RM Customer MSTR (RM00101).
Click to show/hideSELECT
['Customer Site Schedule'].CUSTNMBR AS 'Customer Site Schedule-Customer Number'
,['RM Customer MSTR'].CUSTNMBR AS 'RM Customer MSTR-Customer Number'
FROM
SVC00955 AS ['Customer Site Schedule']
INNER JOIN
RM00101 AS ['RM Customer MSTR']
ON
['Customer Site Schedule'].CUSTNMBR = ['RM Customer MSTR'].CUSTNMBR | ||||||
2 | STRTDATE ![]() | Start Date | DT | Date | 4 | 8 |
3 | STRTTIME ![]() | Start Time | TM6 | Time | 4 | 6 |
4 | ENDDATE ![]() | End Date | DT | Date | 4 | 8 |
5 | ENDTME ![]() | SVC_End Time | TM6 | Time | 4 | 6 |
6 | DSCRIPTN ![]() | Description | STR30 | String | 32 | 30 |
7 | DEX_ROW_ID ![]() | int | int | 10 | 10 | |
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |