back to top

Manipulating Fields in the Address Control with JavaScript in SalesLogix

Question: I am trying to manipulate some of the fields in the Address control
in SalesLogix with JavaScript.  I set some default settings as
follows: 

var txtBox = document.getElementById(“

controlid”);

txtBox.value = “default”;

I would like to hide values and change label values but I can’t figure out how to do so – any suggestions?

 
Answer: A tool such as IE Developer Tools will help you to explore HTML hierarchy.  Some things to note:

  • A SalesLogix Control is usually wrapped within a Division.  This can
    help you to discover alternatives for manipulating elements as they are
    rendered.  Example – the value of the Text Box is not the value of a
    lookup.  You can modify the Text that is displayed, but you’re not
    modifying the ID or Text of the item selected on the lookup.  If you
    explore the object with a Reflector tool and the IE Developer Tool you
    should be able to discover the child elements that have the items you’re
    looking for.
  • Using IE Developer Tools you can add HTML Attributes or CSS Styles
    and find out how the control is affected.  If you get the results you
    are looking for you can then implement the same attributes using
    Javascript.

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