Year: 2012
Why is MS asking me to help improve PartnerSource/CustomerSource? – Part 4 of <undefined>
No nagging today, but only cheerfulness as I finally did get through one of those Partner/CustomerSource surveys. [^] [Y] Proof, proof, proof! And sure, I took this chance to once more tell elegantly what s.cks the most about PartnerSource, IMHO. But I fear it will be in vain thinking of the first time…
NAV2013 Beta to RTM – Some Striking Code Changes #2: FIND
Going from NAV 2009 R2 to Beta we can observe that quite some FIND ('-') and FIND('+') had been replaced by FINDFIRST and FINDLAST and from Beta to RTM almost the same number of replacements. Some additonal math shows us that almost half of all FIND('-')/FIND('+') has been replaced by FINDFIRST/FINDLAST…
NAV2013 Beta to RTM – Some Striking Code Changes #1: Objects Statistics
CODEUNIT.RUN #2
Another version of my multiple choice question I posed here. Given: Codeunit 50000:OnRun()Cust.INIT;Cust.INSERT;Cust.INSERT; // This duplicate statement has been put here intentionally Codeunit 50001:OnRun()IF CODEUNIT.RUN(50000) THEN MESSAGE(‘OK’)ELSE MESSAGE(‘LASTERRORTEXT: %1’, GETLASTERRORTEXT); Which error/message will occur when codeunit 50001 is being executed? ‘OK’ ‘LASTERRORTEXT: The Customer already exists. Identification fields and values:…
MS Changelog and Code Markers #2
Recordings of NAV TechDays 2012 are now available!
On NAV 2013 Licenses – Part 1 | Add-on Ranges
C/AL Testability Survey
CODEUNIT.RUN #1
Why is MS asking me to help improve PartnerSource/CustomerSource? – Part 4 of <undefined>
No nagging today, but only cheerfulness as I finally did get through one of those Partner/CustomerSource surveys. [^] [Y] Proof, proof, proof! And sure, I took this chance to once more tell elegantly what s.cks the most about PartnerSource, IMHO. But I fear it will be in vain thinking of the first time…
NAV2013 Beta to RTM – Some Striking Code Changes #2: FIND
Going from NAV 2009 R2 to Beta we can observe that quite some FIND ('-') and FIND('+') had been replaced by FINDFIRST and FINDLAST and from Beta to RTM almost the same number of replacements. Some additonal math shows us that almost half of all FIND('-')/FIND('+') has been replaced by FINDFIRST/FINDLAST…
NAV2013 Beta to RTM – Some Striking Code Changes #1: Objects Statistics
CODEUNIT.RUN #2
Another version of my multiple choice question I posed here. Given: Codeunit 50000:OnRun()Cust.INIT;Cust.INSERT;Cust.INSERT; // This duplicate statement has been put here intentionally Codeunit 50001:OnRun()IF CODEUNIT.RUN(50000) THEN MESSAGE(‘OK’)ELSE MESSAGE(‘LASTERRORTEXT: %1’, GETLASTERRORTEXT); Which error/message will occur when codeunit 50001 is being executed? ‘OK’ ‘LASTERRORTEXT: The Customer already exists. Identification fields and values:…