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

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Start date of financial period

(0) ShareShare
ReportReport
Posted on by 2,055

Hi,

I am using Dynamic AX2012. I need to get the start and end date of any fiscal year both in x++ and crystal report. Please help to get it.

*This post is locked for comments

I have the same question (0)
  • Martin Dráb Profile Picture
    236,320 Most Valuable Professional on at
    RE: Start date of financial period

    Aren't you simply looking for StartDate and EndDate fields in FiscalPeriod table?

  • Nadeem Bhatti Profile Picture
    2,055 on at
    RE: Start date of financial period

    I have check the table FiscalCalendarPeriod that is contain the fiscal years with quarter detail. But if we can get it by some global variable that will be more better.

    Is there any way to get it from global variable?

  • Verified answer
    Azam  Profile Picture
    385 on at
    RE: Start date of financial period

    static void Job36(Args _args)
    {

    PeriodStart start;
    PeriodEnd End;

    start = FiscalCalendarYear::findYearByCalendarDate(CompanyInfo::fiscalCalendarRecId(), systemDateGet()).StartDate;
    End = FiscalCalendarYear::findYearByCalendarDate(CompanyInfo::fiscalCalendarRecId(), systemDateGet()).enddate;




    info(strFmt("%1,%2",start,End));
    }

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

#2
NNaumenko Profile Picture

NNaumenko 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans