Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00801
Product: FieldService (949)
Series:
Display Name: Keywords Detail 0 Group Display Name: Service Table Group
Physical Name: SVC00801
Technical Name: SVC_Keywords_Detail
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SRVRECTYPE ![]() | Service Record Type | Integer | DDL_Service_Record_Type | 0 | |
2 | CALLNBR ![]() | Service Call Number | String | STR10_LBAU | 10 | |
3 | LNITMSEQ ![]() | Line Item Sequence | Long Integer | LI_Sequence_Number | 10 | |
4 | Keyword ![]() | Keyword | String | STR20 | 20 | |
5 | ENTDTE ![]() | Entry Date | Date | DT_Date | 6 | |
6 | USERID ![]() | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Keywords Detail 0'].USERID AS 'Keywords Detail 0-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
SVC00801 AS ['Keywords Detail 0']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Keywords Detail 0'].USERID = ['Users Master'].USERID |