Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MRPW4061
Product: Manufacturing (346)
Series: 3rd Party
Display Name: mrpSopForecastPlans Group Display Name: Manufacturing MRP
Physical Name: MRPW4061
Technical Name: mrpSopForecastPlans
Group Technical Name: Manufacturing MRP
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | SQL DB Length | Keyable Length |
---|---|---|---|---|---|---|
1 | PLANNAME_I ![]() | Plan Name | STR15 | String | 16 | 15 |
2 | LOCNCODE ![]() | Location Code | STR10_Location_Code | String | 12 | 10 |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['mrpSopForecastPlans'].LOCNCODE AS 'mrpSopForecastPlans-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
MRPW4061 AS ['mrpSopForecastPlans']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['mrpSopForecastPlans'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
3 | PLANFREQ_I ![]() | Plan Freq | INT4 | Integer | 2 | 4 |
4 | PLANSPAN_I ![]() | Plan Span | DDL_Plan_Span | Integer | 2 | 0 |
5 | STRTDATE ![]() | Start Date | DT | Date | 4 | 8 |
6 | ENDDATE ![]() | End Date | DT | Date | 4 | 8 |
7 | 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. |