Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/FA40200
Product: Fixed Assets (309)
Series: Financial
Display Name: Book Setup Group Display Name: Fixed Assets Setup
Physical Name: FA40200
Technical Name: FA_Book_SETP
Group Technical Name: Fixed Assets Setup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | BOOKINDX ![]() | Book Index | LI_14 | Long Integer | 4 | 14 |
2 | BOOKID ![]() | Book ID | STR15_Book_ID | String | 16 | 15 |
3 | BOOKDESC ![]() | Book Description | STR30_Book_Description | String | 32 | 30 |
4 | DEPRPERIOD ![]() | Depreciation Period | DDL_Depreciation_Period | Integer | 2 | 0 |
5 | CURRFISCALYR ![]() | Current Fiscal Year | Year | Integer | 2 | 4 |
6 | YEAR1 ![]() | Year | Year | Integer | 2 | 4 |
7 | Auto_Add_Book_Info ![]() | Auto Add Book Info | CB_Auto_Add_Book_Info | Boolean | 2 | 0 |
8 | NOTEINDX ![]() | Note Index | DLR14 | Currency | 10 | 14 |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Book Setup'].NOTEINDX AS 'Book Setup-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
FA40200 AS ['Book Setup']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Book Setup'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
9 | LASTMNTDDATE ![]() | Last Maintained Date | DT | Date | 4 | 8 |
10 | LASTMNTDTIME ![]() | Last Maintained Time | TM6 | Time | 4 | 6 |
11 | LASTMNTDUSERID ![]() | Last Maintained User ID | User_ID | String | 16 | 15 |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Book Setup'].LASTMNTDUSERID AS 'Book Setup-Last Maintained User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
FA40200 AS ['Book Setup']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Book Setup'].LASTMNTDUSERID = ['Users Master'].USERID | ||||||
12 | PTGENLED ![]() | Post to General Ledger | CB_Post_To_GL | Boolean | 2 | 0 |
13 | Ledger_ID ![]() | Ledger ID | INT2 | Integer | 2 | 2 |
14 | CALNDRID ![]() | Calendar_ID | STR15_LBAU | String | 16 | 15 |
15 | 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. |