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 :
Finance | Project Operations, Human Resources, ...
Suggested Answer

information about classes in dynamics ax

(0) ShareShare
ReportReport
Posted on by 3,110

Dear Experts,

There is any site which give all kind of information about all classes from A to Z.  in dynamics ax, For example, check the below code i want to know how this class is working:

In the below code  an instance is created for   class    "inInventIAvailability " after that it takes two tables as arguments  ((_inventSum, _inventDim) . then what about parmInventAvailability() method.??

 InventIAvailability inventAvailability = InventAvailabilityProvider::findBySumDim(_inventSum, _inventDim).parmInventAvailability();

This is inventOnhandDP class  insert tmp table.

Best Regards,

Shabir Ahmad

I have the same question (0)
  • Blue Wang Profile Picture
    on at

    Hi Shabir,

    I think AOT is the best learning tool, you can find relevant information through metadata search.

    About parmInventAvailability(),please view this:

    public InventIAvailability parmInventAvailability(InventIAvailability _inventAvailability = inventAvailability)
        {
            inventAvailability = _inventAvailability;
    
            if (inventAvailability == null)
            {
                inventAvailability = InventAvailabilitySnapshot::zero();
            }
    
            return inventAvailability;
        }

    https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/metadata-search-visual-studio

  • Shabir Ahmad Profile Picture
    3,110 on at

    Blue Wang,

    Thanks for your valuable response, i would like to know more about the metadata search in AOT. Would you like to share how to go to the mentioned place by you, i mean where is metadata please give a path or something which will easy to find the metadata search. The purpose of my question is to make for other easy to find the metadata search.

    Best Regards,

    Shabir Ahmad

  • Blue Wang Profile Picture
    on at

    Hi Shabir,

    You can search in AOT by this: www.exploreax.com/.../

  • Suggested answer
    nmaenpaa Profile Picture
    101,162 Moderator on at

    Cross references are very useful in finding out how the system works. You can right click - add-ins - cross references - used by and see from where and how things are used and called.

    If you don't see cross references you should run the cross reference update batch job. In development system I recommend running it on a weekly basis (for example every weekend).

    In addition to that, you can debug the standard processes to learn how the system works.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 456 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 429 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans