Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM forum
Unanswered

How to open lookup popup without selected record

Posted on by 645

I created a look up pop up with a query string and it works fine, but the lookup shown with one record chosen and I need it to be clear, I tried changing the values in the query string to find the way to cancel record selected but nothing worked, here is my code :

 url = Xrm.Page.context.getClientUrl()   "/_controls/lookup/lookupinfo.aspx?AllowFilterOff=0&DefaultType="
              accountEntityCode   "&DisableQuickFind=0&DisableViewPicker=0&LookupStyle=single&ShowNewButton=0&browse=0¤tObjectType="
              entityTypeCode   "¤tid={"   priceLevelId   "}&dType=0&mrsh=false&objecttypes="   accountEntityCode;
      
        Pointer.Utilities.openDialog(url, 600, 400, function (accountChoosen) {
          
            if (accountChoosen == null && accountChoosen == "" ) {
                return;
            }
           
        
        })

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,554 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,588 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans