Friday 8 January 2016

str2enum

         str   Accountcode = "Table";
       SuppItemTable.AccountCode = str2Enum(TableGroupAll, Accountcode);

here Accountcode is a string and  is a base enum.

No comments:

Post a Comment

intercompany PO multiple product receipt by x++

public void processStampICPO(PackingSlipId _deliveryNote,                             Transdate _deliverydate,                             ...