Set and Get value code

Set and Get value code:

this.incParmItemtypestr(itemTypeStrLoc);

public string30 incParmItemtypestr(string30    _itemTypestr = itemTypeStr)
{
;
    itemTypeStr = _itemTypestr;

    return itemTypeStr;
}

Comments

Popular posts from this blog

We will follow the following steps in the AX development.

Need to provide “ItemId lookup” based on "ItemType" field, which selected while creating SalesOrder

How to retrieve multiple selected records from Grid using X++