Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SVC8005
Product: FieldService (949)
Series:
Display Name: PM Sched Header Group Display Name: Service Table Group
Physical Name: SVC8005
Technical Name: SVC_Maintenance_Schedule_HDR
Group Technical Name: Service
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SCHEDID | Sched_ID | String | STR8_LBU | 8 | |
2 | SCHEDDESC | Sched_Description | String | STR50 | 50 | |
3 | SRVTYPE | Service Type | String | STR10_LBAU | 10 | |
4 | UOMSCHDL | U Of M Schedule | String | STR10_Schedule | 10 | |
Key to the Inventory U of M Schedule Setup (IV40201).
Click to show/hideSELECT
['PM Sched Header'].UOMSCHDL AS 'PM Sched Header-U Of M Schedule'
,['Inventory U of M Schedule Setup'].UOMSCHDL AS 'Inventory U of M Schedule Setup-U Of M Schedule'
FROM
SVC8005 AS ['PM Sched Header']
INNER JOIN
IV40201 AS ['Inventory U of M Schedule Setup']
ON
['PM Sched Header'].UOMSCHDL = ['Inventory U of M Schedule Setup'].UOMSCHDL |