Subscribe to:
Post Comments (Atom)
Get Enum Id and Enum Value in D365FO using SQL and X++
Below is the sql get enum id and enum value of a enum in D365 F&O using sql. SELECT enumidtable . NAME 'Enum Name' ...
-
class RoundUpto2decimalPoints { public static void main(Args _args) { real cost = 0.057139; info(st...
-
While doing customization I came across a scenario where the datatype of a column was of string type and value was stored as "1111.9379...
-
public real GetCostPrice(ItemId _itemId, InventLocationId _inventLocationId) { InventDimParm inventDimParm; Invent...


No comments:
Post a Comment