web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Recap of X++ methods in Microsoft Dynamics 365 Finance and Operations apps

Rahul Mohta Profile Picture Rahul Mohta 21,032

Recap of X++ methods in Microsoft Dynamics 365 Finance and Operations apps

  • Instance methods
    • Objective methods
    • Embedded in each object created from class
    • Must  instantiate object before using method
  • Static methods
    • Class methods
    • Belong to class and created by keyword static
    • Do not need to instantiate object before using
    • Used to work with data stored in tables
  • Main methods
    • Class method that’s executed directly from menu option
    • Should only create instance of object
    • Calls necessary member methods
    • _args parameter allows data transfer to method

Comments

*This post is locked for comments