Use X++ runtime functions for common tasks

Completed

X++ provides several system functions that can be run with code. These functions run business operations, container operations, conversions, date operations, mathematical operations, reflection operations, session operations, and string operations.

  • Business operations - Enter financial data and calculate financial formulas.
  • Container operations - Run functions to manipulate the container data type.
  • Conversions - Translate the data from one type to another data type.
  • Date operations - Manipulate the date data type.
  • Mathematical operations - Used to perform additional calculations.
  • Reflection operations - Access an object's metadata and return other metadata for the object.
  • Session operations - Change or report current user connection to finance and operations apps.
  • String operations - Like the date operations, string operations can manipulate the string data type.