Lease Company Setup (FA41600)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA41600

Product: Fixed Assets (309)
Series:

Display Name: Lease Company Setup
Physical Name: FA41600
Technical Name: FA_Lease_Company_SETP

Group Display Name: Fixed Assets Setup
Group Technical Name: Fixed Assets Setup

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1LEASECOMPINDX SearchLease Company IndexLong IntegerLI_1414
2LEASECOMPID SearchLease Company IDStringSTR15_Lease_Company_ID15
3VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['Lease Company Setup'].VENDORID AS 'Lease Company Setup-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       FA41600 AS ['Lease Company Setup']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['Lease Company Setup'].VENDORID = ['PM Vendor Master File'].VENDORID
4NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Lease Company Setup'].NOTEINDX AS 'Lease Company Setup-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       FA41600 AS ['Lease Company Setup']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Lease Company Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX
5LASTMNTDDATE SearchLast Maintained DateDateDT8
6LASTMNTDTIME SearchLast Maintained TimeTimeTM66
7LASTMNTDUSERID SearchLast Maintained User IDStringUser_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['Lease Company Setup'].LASTMNTDUSERID AS 'Lease Company Setup-Last Maintained User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       FA41600 AS ['Lease Company Setup']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['Lease Company Setup'].LASTMNTDUSERID = ['Users Master'].USERID

Leave a Reply

Your email address will not be published. Required fields are marked *