static void VendorId(Args _args)
{
VendTable VendTableloc;
DirPartyTable DirPartyTableloc;
str a;
select DirPartyTableloc join VendTableloc where DirPartyTableloc.Name == "Test" && VendTableloc.Party == DirPartyTableloc.RecId;
a = VendTableloc.AccountNum;
info(strfmt("%1",a));
}
{
VendTable VendTableloc;
DirPartyTable DirPartyTableloc;
str a;
select DirPartyTableloc join VendTableloc where DirPartyTableloc.Name == "Test" && VendTableloc.Party == DirPartyTableloc.RecId;
a = VendTableloc.AccountNum;
info(strfmt("%1",a));
}
No comments:
Post a Comment