Sep 20, 2016

Opening a form from infolog show button or double click the info message with a specific record in X++ (X++에서 info를 사용하여 해당 데이터 클릭 및 오픈시 값찾아서 화면 열기)


VendTable   _VendTable;
    _VendTable = VendTable::find("Vendor code");
    info(_VendTable.AccountNum,"",SysInfoAction_TableField::newBufferField(_VendTable, fieldnum(VendTable, AccountNum)));

No comments:

Post a Comment