Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Smartlist Designer stuck in exploring.....

Posted on by 2,510

I have a Smartlist created from a SQL View that ran for an hour last night and brought no data to the screen.  It never said completed always Exploring.  I have brought this SL down to the most basic and it still will not work as a SQL View in SLD...

[UPR00100].[EMPLOYID] AS 'Employee ID',
[UPR00100].[EMPLCLAS] AS 'Employee Class',
[UPR00100].[LASTNAME] AS 'Last Name',
[UPR00100].[FRSTNAME] AS 'First Name',
[UPR00500].[DEDUCTON] AS 'Deduction',
[UPR00500].INACTIVE AS 'Inactive',
[UPR00500].[DEDNPRCT_1] AS 'Deduction Percent[1]',
[UPR00500].[DEDCAMNT_1] AS 'Deduction Amount[1]'
from [UPR00100]
    inner join [UPR00500]
    on [UPR00100].[EMPLOYID] = [UPR00500].[EMPLOYID]
   

When i run the Select statement in SQL i get 4083 rows.  Any ideas??

*This post is locked for comments

  • Elizabeth Hodge Profile Picture
    Elizabeth Hodge 162 on at
    RE: Smartlist Designer stuck in exploring.....

    I just had this problem (SmartList stuck in "exploring", no results) after upgrading our internal GP to 18.3.1200.  It worked for user sa but not for anyone else even with POWERUSER security.  Grant statement had been run.  Finally opened up the SmartList and looked at the query. It used a function.  Had to go into SSMS, find the function and give permissions to the DYNGRP.  The Grant statement only covers tables and views, not functions.  

  • Suggested answer
    Brenda Willey Profile Picture
    Brenda Willey 2,510 on at
    RE: Smartlist Designer stuck in exploring.....

    The issue was when the view is created from the Select statement it creates the field names with spaces.  We replaced the spaces with underscores and it worked perfectly in Smartlist.

  • Suggested answer
    Redbeard Profile Picture
    Redbeard 12,931 on at
    RE: Smartlist Designer stuck in exploring.....

    After you created the view, did you Grant Security to the view to DYNGRP?

    GRANT SELECT ON 'view_xxxxx' TO DYNGRP

    Did you Grant Permissions in SmartList Builder Security to the SQL View?

    Microsoft Dynamics GP > SmartList Builder > Security > SQL Table Security > Views

    Are any of the Fields set to Default in the SmartList?

    After security issues, the most common thing I see is someone using a custom SmartList based on a view that was created in only one company database, and not the company they are currently in.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans