Printing date in DDMMYYYY Get link Facebook X Pinterest Email Other Apps December 22, 2017 date2str(DateTimeUtil::Date(resultSet.getDateTime(26)),123, DateDay::Digits2, DateSeparator::Slash, DateMonth::Digits2, DateSeparator::Slash, DateYear::Digits4, DateFlags::None), Read more
Country Region ID Vendor or Customer Get link Facebook X Pinterest Email Other Apps December 01, 2017 static void FindPrimaryAddress(Args _args) { ProjInvoiceItem projInvoiceItem; VendInvoiceTrans vendInvoiceTrans; ProjTable projTable; LogisticsPostalAddressView logisticsPostalAddressView; DirPartyLocation dirPartyLocation; RefRecId party,location; VendTrans vendTrans; VendTable vendTable; //select ProjId from projInvoiceItem //where projInvoiceItem.RecId == 5637145326; select Name,CustAccount from projTa... Read more