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…

Continue reading

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:…

Continue reading