Monday, 11 March 2019

Get Not Exist Business Relation(Prospect) for Customer

static void Job46(Args _args)
{
  CustTable _custtable;
    smmBusRelTable    _smmbusreltable;
    while select _custtable
        notExists join _smmbusreltable
                where _smmbusreltable.party == _custtable.party
    {
    info(strFmt("%1", _custtable.party));
    }
}

No comments:

Post a Comment