Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Finance forum / D365 Mobile App - Prod...
Finance forum
Under review by Community Managers

Under review

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

D365 Mobile App - Products Lookup Issue (unable to select product from lookup)

Posted on by
Hi,
 
I have created a mobile app for D365 FinOps using the below series of videos.
 

Video1: https://www.youtube.com/watch?v=PdegfBxifl8

Video2: https://www.youtube.com/watch?v=mF-vlbnRte0

Video3: https://www.youtube.com/watch?v=VYw9oTv9t3o

Video4: https://www.youtube.com/watch?v=eNJKd0IYmZk

Video5: https://www.youtube.com/watch?v=kIJKk9J8FvI

 

I am using the same code provided in the last video for the products lookup. When I click on the add line action, the application works fine except for the products lookup. The data appears in the products lookup and displays correctly in the app, but I am unable to select any product. Can anyone help me identify what I might be doing wrong or if there is something else that I need to check or add? Thanks

 

Below is the code (.js file) that I am using for the products lookup.

function main(metadataservice, dataService, cacheservice, $q) {
    let workspaceInitialization = function (appMetadata) {
        metadataservice.configureLookup(
            "Add-line",
            "SalesLine_ItemId",
            {
                lookupPage: "All-products",
                valueField: "Identification_DisplayProductNumber",
                displayField: "Identification_DisplayProductNumber",
                showLookupPage: true
            }
        );
        metadataservice.hideNavigation(
            "All-customers",
            "All-products"
        );
    };
    let pageInitialization = function (pageMetadata, context) {
    };
    let actionInitialization = function (taskMetadata, context, taskData) {
    };

    return {
        appInit: workspaceInitialization,
        pageInit: pageInitialization,
        taskInit: actionInitialization
    };
}
 
Below is the screenshot of produts lookup in the app that opens when I click on the add line action button.
 
 
 
 

Helpful resources

Quick Links

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

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

Featured topics

Product updates

Dynamics 365 release plans