Hi,
static void GetCustCityAlfasith(Args _args)
{
Custtable Custtable;
Str Description;
Str address;
;
Custtable = Custtable::find("1101");
info(strfmt("Location : %1",Dirparty::PrimarypostalAddress(Custtable.Party).displayLocationDescription()));
info(strfmt("City : %1",Dirparty::primaryPOstalAddress(Custtable.Party).City));
info(strfmt("Country : %1",Dirparty::primaryPOstalAddress(Custtable.Party).CountryRegionId));
}
Regards,
static void GetCustCityAlfasith(Args _args)
{
Custtable Custtable;
Str Description;
Str address;
;
Custtable = Custtable::find("1101");
info(strfmt("Location : %1",Dirparty::PrimarypostalAddress(Custtable.Party).displayLocationDescription()));
info(strfmt("City : %1",Dirparty::primaryPOstalAddress(Custtable.Party).City));
info(strfmt("Country : %1",Dirparty::primaryPOstalAddress(Custtable.Party).CountryRegionId));
}
Regards,
No comments:
Post a Comment