nerdexam
Microsoft

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…

Implement Best Practices and Version Control

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)
  • A
    12% (8)
  • B
    6% (4)
  • C
    3% (2)
  • D
    79% (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

#layer hierarchy#layer precedence#runtime resolution#customization layers

Community Discussion

No community discussion yet for this question.

Full MB6-704 Practice