back to top

Cascading Picklist Issue in SalesLogix v7.5.1 Web

Question: I’m using SalesLogix v7.5.1 Web and I’m experiencing issues with cascading picklists on the insert Contact/Account screen.  The different set of Type/Sub type I’ve defined is working everywhere besides the insert Contact/Account screen.  From what I can tell, it is grabbing the subtype list for the previously selected type value.  When the form initially loads the type defaults to “Prospect”.  This isn’t in the type picklist any longer but the subtype list for “Prospect” still exists within the system.  The subtype pops up as “The Picklist Could Not be Found”.  If I choose “Picklist Item1” I receive the same message.  If I choose “Picklist Item2” I receive the subtype list that I had created for Picklist Item1.  If I choose “Picklist Item3” I receive the subtype list that I made for Picklist Item 2, and so on.

The code that is set to the Sub Type Picklist Name is defined in the OnLoad method of the InsertContact smartpart. I made an attempt to create a ChangeAction method for the AccountType picklist defined in that smartpart to kick off the code to set the Subtype list, but wasn’t having much luck.

Have you run into this issue and if so, did you figure out how to resolve it?

Answer: We’ve seen a similar issue with the Prospect default Account type. In order to fix it, try adding a business rule on the OnCreate event (post execute step):

if(account.Type == “Prospect”){
account.Type = null;
}

The defaulting happens in the OnCreate event provided from Sage, and there is no way to modify it.

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Infor CRM SLX 10.0: Delegate Ownership Changes for “Everyone” Records

Learn how the new EveryoneOwnerAssignment secured action in Infor CRM SLX 10.0 allows designated users to change ownership of Everyone-owned records without requiring Administrator access.

Related Articles

Infor CRM Sync for Exchange: Action Required by August 31, 2026

Using Infor CRM Sync for Exchange with Microsoft 365? Your Exchange administrator must update tenant settings by August 31, 2026 to prevent sync disruption.

[Webinar] What’s Coming Next for Infor CRM SLX and Why v10 Matters

See what’s coming next for Infor CRM SLX, including new marketing workflows, automation improvements, and reasons to consider upgrading to v10.

Disable Caching in Infor CRM SLX Web Client

In the rare case caching is causing issues in the Infor CRM SLX web client, it is possible to disable specific types of caching by making edits using Application Architect, and then deploying.

Exploring AI Options for Infor CRM v10

I've started taking a closer look at the AI capabilities built into Infor CRM v10. Over the next several posts, I'll share what I learn. From the built-in features and supported AI providers to implementation considerations, costs, and practical use cases.

Related Videos