Pages

Banner 468 x 60px

 

Saturday, February 6, 2021

Find EventInbox throught x++

0 comments

 static void ABUFindInbox(Args _args)

{

    EventInbox      EventInbox;

    PurchReqId      PurchReqId;

    str 30           paramater;

    PurchReqTable   PurchreqTable = PurchReqTable::findPurchReqId('080743');

 

    paramater  = '*PurchreqTable.PurchReqId*';    

    PurchReqId = strFmt("%1%2%3","*", PurchreqTable.PurchReqId, "*");

    

    info(strFmt('%1', PurchReqId));

    

    select firstOnly1 * from EventInbox

        where EventInbox.AlertedFor like PurchReqId;

        //where EventInbox.AlertedFor like "*080743*";

    

    info(strFmt('%1', EventInbox.Message));    

}

Read more...

A financial dimension value is based on the LAND-00013 record and has been used on a transaction. You cannot delete the LAND-00013 record AX 2012

 A financial dimension value is based on the LAND-00013 record and has been used on a  transaction. You cannot delete the LAND-00013 record ...