can anyone pls tell me the answer to these tricky exam question:
1)Which of the following statement is invalid when it comes at the end of the trigger:
a) EXIT(TRUE);
B)EXIT(Amount);
C)EXIT=TRUE;
D)EXIT.
2)which statement is false
a)codeunits can be run from other codeunits
b)object can be run from codeunits.
c)codeunits can be run from objects.
d)codeunits can be run from object designer
WITH REGDS,
Navy
0
Comments
I think the answer to the second question is D.
RIS Plus, LLC
Having just been robbed of just about every thing I have, I am just thankfull that I have my sense of humour left; which no one will steal.
But yeah its starting to get beyond funny, when people ask not how to learn, but ask how to pass exams.
Navy this forum is just full of great people that will help you to bcomea great Navision implmentor, consultant, developer etc. Try to ask questions that show you want to learn WHY navision does it that way, try to understand the phylosophy of the product, its direction and its future. Just learning A, B, C or D is not going to get you there.
When any code comes at end it can Exit a variable (Exit(Amount)) and it can return a true or false value (Exit (True)) and it can simply return the execution to parent trigger by simply writing Exit but the Statement Exit=True does not mean anything.
:P
2.D
Codeunits cannot be run from Object Designer [-X 8)
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Navy: A! No wait, B!
RIS Plus, LLC
I gotta agree with Luc, that is just so funny, and really just sums it all up.
bcoz the ID 419 you r talking about runs the Setup Checklist Wizard Intro FormID 596..so my dear it is a form not a Codeunit itself.
ara3n wrote:
codenits can be run from object designer. for example find codeunit 419 and click on run. in object designer.
Really? wow. I guess that has been my imagination then all these years of running codeunits from the object designer.
In place of making lot of "blabla ..." , did you have try ?
One example : create a new CodeUnit with :
Item.FIND('-');
MESSAGE('%1',Item."No.");
Save it and run it direcly from the Object Designer .
Work it ? Yes, definitively yes ...
No answer is right, as for some questions in the exams, certainly written by a Navision unspecialist...
I had the same question, but one answer included a 'local codeunit'. That answer, I guess, was the right answer (because i 'guessed' it on my exam and scored 100% for the codeunits part of the exam) [not for the whole exam, d*mn :-(].