After the case study part 2 it is time to look in some information related to deployment management in Ax
Session Objective:
- Learn different kinds of files in application file server
-- Label files
-- AOD Layer files
-- Index Files
- Comparison of a component in two layers
Suggested Reading
Best Practices for Application Layers
Using the Layers Command
Compare Tool
How to: Export Objects from a Selected Layer
How to: Import X++ Code to Another Layer
Ax tip of the day
Blog
Sumit's Dynamics Ax Blog
http://sumitsaxfactor.wordpress.com/
Interview Question
How is multiple inheritance supported ?
Answer: Multiple inheritances are not supported because of issues that arise in similar to the diamond problem issue. The functionality of multiple inheritance is achieved through interfaces though not completely.
Case Study P4
Step1:Create a form and add the temporary table as datasource. Add a grid and the fields
Step2:Modify the class to create a method that will invoke this form.
Step3:Pass the temporary table from the class to the form.
Step4:Run to verify that a Dialog is shown and when user enters the cable details it calculates for all the drums and shows the drum that are fitting with a special color code.
No comments:
Post a Comment