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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

D365 Expense Management Canvas App

(1) ShareShare
ReportReport
Posted on by 5
Hi,
 
We are looking to implement the D365 Expense Management Mobile (Canvas) App. I have started configuring the app. 
However, on the Reports - List Screen, it doesn't appear to be listing any of my expenses, even though I can see them in the "Expense Reports" dataverse table.
 
The formula for the "items" field for the gallery hasn't been changed from the base MS code, any help would be appreciated. The current code is:
 
SortByColumns(
    Filter(
        Switch(
            varcntSelectedStatus,
            1,
            Filter(
                'Expense reports (mserp)',
                'Document status' in dsDrafts[@Value]
            ),
            2,
            Filter(
                'Expense reports (mserp)',
                'Document status' in dsInReview[@Value]
            ),
            3,
            Search(
                Switch(
                    scr16_btn_DateFilter.Selected.number,
                    1,
                    Filter(
                        'Expense reports (mserp)',
                        'Document status' in dsApproved[@Value] && DateAdd(DateValue(ReportCreatedDateTime), 7, TimeUnit.Days) >= Today()
                    ),
                    2,
                    Filter(
                        'Expense reports (mserp)',
                        'Document status' in dsApproved[@Value] && DateAdd(DateValue(ReportCreatedDateTime), 30, TimeUnit.Days) >= Today()
                    ),
                    3,
                    Filter(
                        'Expense reports (mserp)',
                        'Document status' in dsApproved[@Value] && DateAdd(DateValue(ReportCreatedDateTime), 180, TimeUnit.Days) >= Today()
                    ),
                    4,
                    Filter(
                        'Expense reports (mserp)',
                        'Document status' in dsApproved[@Value] && DateAdd(DateValue(ReportCreatedDateTime), 365, TimeUnit.Days) >= Today()
                    ),
                    Filter(
                        'Expense reports (mserp)',
                        'Document status' in dsApproved[@Value]
                    )
                ),
                scr16_txt_SearchBox.Text,
                mserp_txt2
            )
        ),
        LegalEntity_DataArea = varSelectedLegalEntity
    ),
    "mserp_reportcreateddatetime", SortOrder.Descending
)
 
Thanks.
Categories:
I have the same question (0)
  • Jonas "Jones" Melgaard Profile Picture
    5,016 Most Valuable Professional on at
     
    Are you running the expense app or D365 Finance in another language than English?
    Reason why is that it's fairly sensitive regarding label texts
  • CU18030926-0 Profile Picture
    5 on at
    Hi Jonas,
     
    No we're running this in English. Could it be that F&O is running in EN-GB and this is EN-US?
     
    Thanks!
  • Jonas "Jones" Melgaard Profile Picture
    5,016 Most Valuable Professional on at
    I don't remember if EN-GB causes issues.... Need to try it out in my own tenant.
    Know for a fact that German will break it.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 658 Super User 2026 Season 1

#2
André Arnaud de Calavon Profile Picture

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

#3
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 570

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans