Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC00609
Product: FieldService (949)
Series: Project
Display Name: SVC_Contract_Line_Distribution Group Display Name: Service Table Group
Physical Name: SVC00609
Technical Name: SVC_Contract_Line_Distribution
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | CONSTS ![]() | Contract Record Type | DDL_Contract_Status | Integer | 2 | 0 |
2 | CONTNBR ![]() | Contract Number | STR11 | String | 12 | 11 |
3 | LNSEQNBR ![]() | Line SEQ Number | Sequence_Number | Currency | 10 | 19 |
4 | SEQNUMBR ![]() | Sequence Number | LI_Sequence_Number | Long Integer | 4 | 10 |
5 | SVC_Distribution_Type ![]() | SVC Distribution Type | DDL_SVC_Dist_Type | Integer | 2 | 0 |
6 | DistRef ![]() | Distribution Reference | STR30 | String | 32 | 30 |
7 | ACTINDX ![]() | Account Index | LI_14 | Long Integer | 4 | 14 |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['SVC_Contract_Line_Distribution'].ACTINDX AS 'SVC_Contract_Line_Distribution-Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
SVC00609 AS ['SVC_Contract_Line_Distribution']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['SVC_Contract_Line_Distribution'].ACTINDX = ['Account Index Master'].ACTINDX | ||||||
8 | 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. |