FA-AP Post Master (FA01100)

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

Product: Fixed Assets (309)
Series:

Display Name: FA-AP Post Master
Physical Name: FA01100
Technical Name: FA_AP_Post_MSTR

Group Display Name: Fixed Assets Master
Group Technical Name: Fixed Assets Master

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1FA_AP_Post_Index SearchFA AP Post IndexLong IntegerLI_1414
2MARKED SearchMarkedBooleanBoolean0
3FAPRIMARY SearchPrimaryIntegerVS_Primary0
4CNTRLTYP SearchControl TypeIntegerINT11
5APPLDAMT SearchApplied AmountCurrencyDLR17_RBS0_STR$17
6ORAPPAMT SearchOriginating Applied AmountCurrencyDLR17_RBS0_STR$17
7Purchased_Quantity SearchPurchased QuantityLong IntegerLI6_ST06
8Applied_Quantity SearchApplied QuantityLong IntegerLI6_ST06
9ASSETID SearchAsset IDStringSTR15_Asset_ID15
10ASSETIDSUF SearchAsset ID SuffixIntegerINT3_U03
11SHRTNAME SearchShort NameStringSTR1515
12ASSETDESC SearchAsset DescriptionStringSTR40_Asset_Description40
13EXTASSETDESC SearchExtended Asset DescriptionStringSTR40_Asset_Description40
14Master_Asset_ID SearchMaster Asset IDStringSTR19_Master_Asset_ID19
15STRUCTUREID SearchStructure IDStringSTR30_Structure_ID30
16ASSETCLASSID SearchAsset Class IDStringSTR15_Asset_Class_ID15
17LOCATNID SearchLocation IDStringSTR15_Location_ID15
18ACQDATE SearchAcquisition DateDateDT8
19Acquisition_Cost SearchAcquisition CostCurrencyDLR17_RBS0_STR$17
20Orig_Acquisition_Cost SearchOriginating Acquisition CostCurrencyDLR17_RBS0_STR$17
21ASSETTYPE SearchAsset TypeIntegerDDL_Asset_Type0
22PROPTYPE SearchProperty TypeIntegerDDL_Property_Type0
23ASSETQTY SearchAsset QuantityLong IntegerLI6_ST06
24ASSETBEGQTY SearchAsset Begin QuantityLong IntegerLI6_ST06
25ASSETCURRMAINT SearchCurrent Maintenance AmountCurrencyDLR17_RBS0_STR$17
26ASSETYTDMAINT SearchYTD Maintenance AmountCurrencyDLR17_RBS0_STR$17
27ASSETLTDMAINT SearchLTD Maintenance AmountCurrencyDLR17_RBS0_STR$17
28LASTMAINTDATE SearchLast Maintenance DateDateDT8
29ASSESSEDVALUE SearchAssessed ValueCurrencyDLR17_RBS0_STR$17
30VENDORID SearchVendor IDStringSTR_15_Vendor_ID15
Key to the PM Vendor Master File (PM00200).

Click to show/hide

SELECT
       ['FA-AP Post Master'].VENDORID AS 'FA-AP Post Master-Vendor ID'
       ,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
       FA01100 AS ['FA-AP Post Master']
INNER JOIN
       PM00200 AS ['PM Vendor Master File']
              ON
                     ['FA-AP Post Master'].VENDORID = ['PM Vendor Master File'].VENDORID
31DOCNUMBR SearchDocument NumberStringSTR20_Document_Number20
32DOCDATE SearchDocument DateDateDT8
33TRXSORCE SearchTRX SourceStringSTR1313
34ORCTRNUM SearchOriginating Control NumberStringSTR2020
35PORDNMBR SearchPurchase Order NumberStringPurchase Order Number20
36PO_Line SearchPO LineStringSTR66
37MFGRNAME SearchManufacturer NameStringSTR25_LB25
38SERLNMBR SearchSerial NumberStringSTR20_LBAU20
39MODELNUMBER SearchModel NumberStringSTR20_LBAU20
40WARRENTYDATE SearchWarranty DateDateDT8
41CUSTODIAN SearchCustodianStringSTR25_LB25
42DATEADDED SearchDate AddedDateDT8
43DELETEDATE SearchDelete DateDateDT8
44Physical_Location_ID SearchPhysical Location IDStringSTR15_Physical_Location_ID15
45Asset_Label SearchAsset LabelStringSTR19_Asset_Label19
46Verified_Date SearchVerified DateDateDT8
47PIN SearchPINStringSTR15_PIN15
48CURNCYID SearchCurrency IDStringSTR15_Currency_ID15
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['FA-AP Post Master'].CURNCYID AS 'FA-AP Post Master-Currency ID'
       ,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
       FA01100 AS ['FA-AP Post Master']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['FA-AP Post Master'].CURNCYID = ['Currency Setup'].CURNCYID
49CURRNIDX SearchCurrency IndexIntegerINT33
Key to the Currency Setup (MC40200).

Click to show/hide

SELECT
       ['FA-AP Post Master'].CURRNIDX AS 'FA-AP Post Master-Currency Index'
       ,['Currency Setup'].CURRNIDX AS 'Currency Setup-Currency Index'
FROM
       FA01100 AS ['FA-AP Post Master']
INNER JOIN
       DYNAMICS..MC40200 AS ['Currency Setup']
              ON
                     ['FA-AP Post Master'].CURRNIDX = ['Currency Setup'].CURRNIDX
50XCHGRATE SearchExchange RateCurrency (Variable)DLR14_Exchange_Rate14
51EXCHDATE SearchExchange DateDateDT_Date6
52TIME1 SearchTimeTimeTM66
53EXGTBLID SearchExchange Table IDStringSTR15_Exchange_Table_ID15
Key to the Multicurrency Exchange Rate Maintenance (MC00100).

Click to show/hide

SELECT
       ['FA-AP Post Master'].EXGTBLID AS 'FA-AP Post Master-Exchange Table ID'
       ,['Multicurrency Exchange Rate Maintenance'].EXGTBLID AS 'Multicurrency Exchange Rate Maintenance-Exchange Table ID'
FROM
       FA01100 AS ['FA-AP Post Master']
INNER JOIN
       DYNAMICS..MC00100 AS ['Multicurrency Exchange Rate Maintenance']
              ON
                     ['FA-AP Post Master'].EXGTBLID = ['Multicurrency Exchange Rate Maintenance'].EXGTBLID
54RATETPID SearchRate Type IDStringSTR15_Rate_Type_ID15
Key to the Multicurrency Rate Type Setup (MC40100).

Click to show/hide

SELECT
       ['FA-AP Post Master'].RATETPID AS 'FA-AP Post Master-Rate Type ID'
       ,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
       FA01100 AS ['FA-AP Post Master']
INNER JOIN
       MC40100 AS ['Multicurrency Rate Type Setup']
              ON
                     ['FA-AP Post Master'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID
55RTCLCMTD SearchRate Calculation MethodIntegerGB0
56DENXRATE SearchDenomination Exchange RateCurrency (Variable)DLR14_Exchange_Rate14
57MCTRXSTT SearchMC Transaction StateIntegerINT11
58LASTMNTDDATE SearchLast Maintained DateDateDT8
59LASTMNTDTIME SearchLast Maintained TimeTimeTM66
60LASTMNTDUSERID SearchLast Maintained User IDStringUser_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['FA-AP Post Master'].LASTMNTDUSERID AS 'FA-AP Post Master-Last Maintained User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       FA01100 AS ['FA-AP Post Master']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['FA-AP Post Master'].LASTMNTDUSERID = ['Users Master'].USERID
61IncludeTaxInAcqustCost SearchInclude Tax in Acquisition CostBooleanCBIncludeTaxinAcquisitionCost0

Leave a Reply

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