Thursday, 22 November 2018

get user name based on user id

workerRecid =  DirPersonUser::findUserWorkerReference('ssgrp021'); // userid

        hcmworker = HcmWorker::find(workerRecid);
        select partyTable where partyTable.RecId == hcmworker.Person;
     
        info(strFmt("%1",partyTable.Name));

Wednesday, 21 November 2018

Unable to see the unit price and net amount on the PO Confirmation report

Unable to see the unit price and net amount on the PO Confirmation report


------->>
check box [tik] - 'Purchase order prices/amount' on the Vendor master 'Purchase order defaults' fast tab to display net amount on purchase order confirmation report.