Mar 30, 2018

How to get current company's primary electronic address

static void GetCurCompanyPrimaryElectronicAddressJob(Args _args)
{
    info(DirParty::primaryElectronicAddress(CompanyInfo::current(), LogisticsElectronicAddressMethodType::Phone).Locator);
    info(DirParty::primaryElectronicAddress(CompanyInfo::current(), LogisticsElectronicAddressMethodType::Fax).Locator);
}

No comments:

Post a Comment