back to top

Bundling and Deploying SalesLogix Mobile Customizations

Once you’ve started creating customizations for your SalesLogix Mobile, at some point you’ll want to start getting those customizations into production by deploying them or bundling them to add to your production system. This article will walk you through how to do this in both SalesLogix v8 as well as in SalesLogix v7.5.4. You’ll even get a video to follow along through the whole thing.

View the SalesLogix Mobile Developer series index

Background

This video walks through how to add your customizations into Application Architect, bundle them, and deploy them. Take a look at the write-up following the video to see the steps specific to both SalesLogix v8 and SalesLogix v7.5.4.

Steps to Add Customizations To SalesLogix v8

 

These steps are for adding your customizations to Application Architect in SalesLogix v8. This also assumes you’ve created your customization product using the SalesLogix Mobile Developer Toolkit.

  1. In Application Architect, open your SalesLogix Mobile portal
  2. Go to the “Custom Modules” tab
  3. Click the add (“+”) button
  4. Browse for your “module-info.json” file in your customization product (layer)
  5. Ensure the checkbox next to you newly listed customization product is checked on the Custom Modules tab
  6. Save everything and deploy

Steps to Add Customizations to SalesLogix v7.5.4 (Manual Steps)

These steps are the manual steps for adding your customizations to Application Architect in SalesLogix 7.5.4. These steps work in SalesLogix v8 as well, but the built-in way (outlined above) is far easier. This also assumes you’ve created your customization product using the SalesLogix Mobile Developer Toolkit.

  1. In Application Architect, open your SalesLogix Mobile portal
  2. In the Support Files tab, under “sourceproducts”, add the same folder structure, along with all files, from your customization product
  3. Open the release.jsb2 file under “sourceproductsargos-saleslogixbuild” folder and scroll to the bottom to locate the “resources” section
  4. Just ABOVE the “resources” section, there is line with a “],” – just ABOVE that, add the package from the release.jsb2 file in your customization product. In my system, my custom product was named “argos-custom” so it ended up looking like this (also, don’t forget the comma after the “}” above this line):
  5. Now, copy the resource from the release.jsb2 file in your customized product and paste as an entry in the resources section of the release.jsb2 file in the argos-saleslogixbuild folder as well. Mine looked like this:
  6. Open the index.html file in the argos-saleslogix folder
  7. Under the “<!– Modules –>” line, add the following (my custom product is called argos-custom):

    <script type="text/javascript" src="content/javascript/argos-custom.js"></script>
  8. Now locate the configuration section in the index.html. It starts with “configuration = [” and at the end of that section add a comma and then your configuration (my customization product is named “custom” so it looked like this):
  9. Save everything and deploy

What to Include in the Bundle?

In the Support Files tab of the portal, include the following:

  1. Your custom product folder
  2. The modified release.jsb2 file under the argos-saleslogixbuild folder
  3. The modified index.html under the argos-saleslogix folder

 

All of this might seem like a lot of steps, but once you’ve done this once it becomes much easier. Refer back to the video as needed for the complete walkthrough.

View the SalesLogix Mobile Developer series index

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
Ryan Farley
Ryan Farleyhttps://customerfx.com/article/author/ryanfarley/
Ryan Farley is the Director of Development for Customer FX and creator of slxdeveloper.com. He's been blogging regularly about SalesLogix, now Infor CRM, since 2001 and believes in sharing with the community. His new passion for CRM is Creatio, formerly bpm'online. He loves C#, Javascript, web development, open source, and Linux. He also loves his hobby as an amateur filmmaker.

1 COMMENT

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