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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Get tax registration numbers from company info

(0) ShareShare
ReportReport
Posted on by 351

Hi,

I am trying to fetch all registration number whose effective date and expiration date lies between project invoice date.

I have written the below query to fetch registration numbers but its returning only current value and not all values.

while select  dirPartyLocation
            where dirPartyLocation.Party           == curCompany.RecId
           join taxRegistration
            where taxRegistration.DirPartyLocation == dirPartyLocation.RecId
               && taxRegistration.ValidFrom <= projinvoicejour.invoicedate
          && taxRegistration.ValidTo >= projinvoicejour.invoicedate

On debugging I can see that while loop runs only once and for the current value shown in front end too.

6710.pastedimage1678866261217v1.png

Whereas when I remove filter on current records I can see the registration number I want (whose date is between invoice date of my project invoice)

8176.pastedimage1678866365168v2.png

While loop does not run for this data even if I remove date filter.

Please help.

Thanks,

Priya

I have the same question (0)
  • Verified answer
    GirishS Profile Picture
    27,833 Moderator on at

    Hi PriyaDutta,

    TaxRegistration table is valid time state table of type date. So must use keyword Valid time state to get data between dates.

    Try like below.

    ValidFromDate fromDate = projinvoicejour.invoicedate;
    ValidToDate toDate = projinvoicejour.invoicedate;
    while select validtimestate(fromDate,toDate) from taxRegistration
        join dirPartyLocation
        where dirPartyLocation.Party == curCompany.RecId
        && taxRegistration.DirPartyLocation == dirPartyLocation.RecId
    {
        //get tax registration number
    }

    Thanks,

    Girish S.

  • Suggested answer
    PriyaDutta Profile Picture
    351 on at

    Hi Girish,

    Thanks for the help. It is working fine now.

    Regards,

    Priya

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 514 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 390

#3
Adis Profile Picture

Adis 266 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans