static void
FindCountryregionforLegalentity(Args _args)
{
CompanyInfo company;
#ISOCountryRegionCodes
boolean isIsoUS =
SysCountryRegionCode::isLegalEntityInCountryRegion([#isoUS]);
if(isIsoUS == true)
{
info("US");
}
}
No comments:
Post a Comment