These are new two operators added to X++ libraries.
*=
/=
Example:
X *= 2
X /= 2
These are short for X = X * 2 and X = X / 2.
WMS Mobile app flow => Adding Detour fields for Process guided framework custom implementation Before fix: Adding code fix to get thos r...
No comments:
Post a Comment