Skip to main content

Notifications

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:
  • Jonas "Jones" Melgaard Profile Picture
    3,435 Super User 2025 Season 1 on at
    D365 Expense Management Canvas App
    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.
  • CU18030926-0 Profile Picture
    5 on at
    D365 Expense Management Canvas App
    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
    3,435 Super User 2025 Season 1 on at
    D365 Expense Management Canvas App
     
    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,095 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans