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.
validateExistCommonRecord( RefTableId _refTableId, RefRecId _refRecId) { boolean ret = true; if (!_refTableId || !_refRecId)...
No comments:
Post a Comment