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

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…

How to Use D365 Business Central Analysis Mode

Carlos Lozano

|

March 3, 2026
Transforming Data into Decisions for Modern Businesses Organizations using Microsoft Dynamics 365 Business Central generate significant volumes of financial and operational data. However, collecting data is only the first step. The…

BCS Partners with RUX Software to Deliver Equipment Rental and Field Service on Business Central

Jackie Gant

|

February 26, 2026
Bond Consulting Services (BCS) has partnered with RUX Software to deliver equipment rental and asset management capabilities for small and mid-sized businesses running on or moving to Microsoft Dynamics 365…

What AI Agents in Dynamics 365 Actually Do (A Plain-English Guide)

Jennifer Ryan

|

February 19, 2026
From Assistance to ActionIf you've been using Microsoft 365 Copilot, you've probably noticed something shift. Email gets drafted faster. Meeting notes appear without you scrambling. Spreadsheet analysis that used to…

D365 Business Central: Realistic AI Agent Scenarios for Operations Teams

Zoltan Orban

|

February 18, 2026
A Practical Look at Where AI Actually Helps in BC TodayThere’s a lot of talk about AI and ERP becoming fully automated. In reality, most teams aren’t trying to replace…