Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PA30203
Product: Project Accounting (258)
Series:
Display Name: PA Equipment Log Distribution History Group Display Name: PA Equipment Log Transactions History
Physical Name: PA30203
Technical Name: PA_Equipt_Log_Distribution_HIST
Group Technical Name: PA Equipment Log Transactions History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PAEQLOGNO | PA Equipment Log No. | String | STR17_LBAU | 17 | |
2 | TRXSORCE | TRX Source | String | STR13 | 13 | |
3 | DSTSQNUM | Distribution Sequence Number | Long Integer | Long Int | 8 | |
4 | CNTRLTYP | Control Type | Integer | INT1 | 1 | |
5 | CRDTAMNT | Credit Amount | Currency | DLR19_$S2 | 19 | |
6 | DEBITAMT | Debit Amount | Currency | DLR19_$S2 | 19 | |
7 | DSTINDX | Distribution Account Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['PA Equipment Log Distribution History'].DSTINDX AS 'PA Equipment Log Distribution History-Distribution Account Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
PA30203 AS ['PA Equipment Log Distribution History']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['PA Equipment Log Distribution History'].DSTINDX = ['Account Index Master'].ACTINDX | ||||||
8 | DISTTYPE | Distribution Type | Integer | DDL | 0 | |
9 | DistRef | Distribution Reference | String | STR30 | 30 | |
10 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['PA Equipment Log Distribution History'].USERID AS 'PA Equipment Log Distribution History-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PA30203 AS ['PA Equipment Log Distribution History']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['PA Equipment Log Distribution History'].USERID = ['Users Master'].USERID | ||||||
11 | PAEQUIPTID | PA Equipment ID | String | STR15_Equipment_ID | 15 | |
12 | CURNCYID | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PA Equipment Log Distribution History'].CURNCYID AS 'PA Equipment Log Distribution History-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
PA30203 AS ['PA Equipment Log Distribution History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PA Equipment Log Distribution History'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
13 | CURRNIDX | Currency Index | Integer | INT3 | 3 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['PA Equipment Log Distribution History'].CURRNIDX AS 'PA Equipment Log Distribution History-Currency Index'
,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
PA30203 AS ['PA Equipment Log Distribution History']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['PA Equipment Log Distribution History'].CURRNIDX = ['Currency Setup'].CURRNIDX | ||||||
14 | ORCRDAMT | Originating Credit Amount | Currency | DLR19_$S2 | 19 | |
15 | ORDBTAMT | Originating Debit Amount | Currency | DLR19_$S2 | 19 |