Microsoft Copilot $21 now $18/user/month + 1 month free

April 12, 2018

SmartList Support for Dynamics GP

We received a support request from one of our clients stating that a specific user was unable to open their SmartList. They stated that the user was able to use SmartList normally and now it would not open. Upon clicking on the icon or going to Microsoft Dynamics GP > SmartList nothing would occur. This client had local installations, so we asked them to try to log in as a different user and see if it worked. When they logged in as a different user, SmartList worked with no issues. The only difference we noticed was that the SmartList icon was in all caps which is uncommon. After rebooting the workstation the error persisted for the specific user.

 

Action:

Upon further research, we found that SmartList in GP2013 has a known issue. To resolve this issue we had to log in to SQL Server Management Studio and review the table SY01402 where the syDefaultType = ‘96’.

Select * from SY01402 where syDefaultType = ’96’

 

While checking this table we found that all users had a combination of a TRUE statement and an array of numbers, but for the user having the issue she had a FALSE statement and an array of numbers. In order to correct this number we updated the syDefaultType field to another user’s number that we knew their SmartList was functioning correctly.

Update SY01402 set SYUSERDFSTR = ‘TRUE~506~792~1~1~177~’ where USERID = ‘XXXX’ and syDefaultType = ’96’

 

With this correction the user was able to launch SmartList with no other issues.

 

Lupe Haro is a seasoned Dynamics GP consultant at Bond Consulting Services. Need support for your GP environment? Contact Lupe at support@BondConsultingServices.com

Other articles

What Copilot “Cowork” Means for Business Users

Zoltan Orban

|

March 26, 2026
Microsoft recently introduced Copilot Cowork, and I wanted to take a closer look at what it represents in practical terms, especially for business users working across Microsoft 365 and related…

Why CRM Data Quality Matters More Than Data Volume

Marisa Mini

|

March 24, 2026
A database of 100,000 messy, outdated records is far less valuable than 5,000 that are clean and accurate. Companies often obsess over data volume. But when more data is prioritized over…

From Reactive to Predictive: AI in Business Central Distribution

Zoltan Orban

|

March 19, 2026
Most distribution teams don’t lack reporting. If anything, they often have too much of it. Dashboards, planning worksheets, inventory reports, and KPIs are readily available inside Dynamics 365 Business Central. Yet…

AI Agents in Business Central: How the Payables Agent Works

Jennifer Ryan

|

March 17, 2026
If you're curious how AI agents in Microsoft Dynamics 365 Business Central actually work, we're hosting a live walkthrough of the Payables Agent on March 26. See live how the agent…

Migrating 1.3 Million CRM Records in Dynamics 365: Why We Used a Custom Console App

Marisa Mini

|

March 5, 2026
A government client needed to restructure 1.3 million contact records in Microsoft Dynamics 365 CRM. At that scale, traditional UI tools and flows can throttle, fail silently, or leave a…

AI Agents in Manufacturing ERP: D365 Business Central Guide

Seetharaman Andiappan Rajaram

|

March 4, 2026
AI agents are now live inside Microsoft Dynamics 365 Business Central. For manufacturers evaluating AI in ERP systems, the practical question isn’t what an agent is it’s how AI agents…