MB6-704 · Question #56
LastName is a field ina table. The length of the field is modified at different layers as follows: - At the SYS layer, the field is set to 20 characters. - At the USR layer, the field is set to 60…
The correct answer is D. 60. In Microsoft Dynamics AX, a layer system is used to manage elements. The USR layer is the top layer and the SYS layer is the bottom layer, and each layer has a corresponding patch layer The AOS manages layer flattening or overshadowing at runtime. That is, when you make an…
Question
LastName is a field ina table. The length of the field is modified at different layers as follows:
- At the SYS layer, the field is set to 20 characters.
- At the USR layer, the field is set to 60 characters.
- At the CUS layer, the field is set to 40 characters.
- At the VAR layer the field it is set to 10 characters.
At runtime, what will be the length of the LastName field?
Options
- A40
- B10
- C20
- D60
How the community answered
(67 responses)- A12% (8)
- B6% (4)
- C3% (2)
- D79% (53)
Explanation
In Microsoft Dynamics AX, a layer system is used to manage elements. The USR layer is the top layer and the SYS layer is the bottom layer, and each layer has a corresponding patch layer The AOS manages layer flattening or overshadowing at runtime. That is, when you make an object modification in one layer, the modification overshadows the object on a lower layer at runtime. You could, for example, decide to change a caption on a standard form. The change is saved on your layer only, and the revised--or flattened--form replaces the standard form at run-
Topics
Community Discussion
No community discussion yet for this question.