D365 Table Questions and Answers

Read tutorials from D365 Table


Question List:

1. Table Method in D365 F&O

2. Table method initValue() in D365

3. Table method modifiedField() in D365 F&O

4. Table method validateField() in D365 F&O - X++ Code

5. Table method validateWrite() in D365

6. Table method validateDelete() in D365

7. Table method insert() in D365

8. Table method update() in D365

9. Table method ValidateDelete() in D365

10. Table method find() in D365 F&O - X++ Code

11. Table method exists() in D365

12. Display Method in D365

13. Edit Method in D365

14. Table method ModifiedFieldValue() in D365 F&O - X++ Code

15. Table method ValidateFieldValue() in D365

16. How do you override a table method in D365 F&O?

17. Difference Between modifiedfield and validatefield in D365 F&O

18. What is an index?

19. Differentiate refresh(), reread(), research(),executequery()

20. Difference between temp table and container.

21. What is an EDT, Base Enum, how can we use array elements of an EDT?

22. Definition and use of Maps, how AddressMap (with methods) is used in standard AX?

23. How many types of data validation methods are written on table level?

24. What is the difference between Index and Index hint?

25. How many types of relations are available in Axapta, Explain each of them.

26. How many types of Delete Actions are there in Standard Ax and define the use of each MorphX

27. How many kind of lookups can be made and how.

28. When the recid is generated, what is its utility?

29. Difference between Primary & Cluster index.

30. What is the function of super()

31. How many kind of lookups can be made and how.

32. What are the different types of Table groups defined on table properties?

33. Multiple inheritance possible or not, if not how can we overcome that.

34. What is the utility of the RunOn property

35. What is difference between new & construct method