-
Best practices for Shared Modules and homepages-pack in Widget SDK
Hi everyone, I’m relatively new to the Infor Homepages Widget SDK and I'm looking for some guidance on code organization. To avoid redundancy across multiple widgets, I’ve been attempting to implement Shared Modules as outlined in the Developer’s Guide. However, I’m seeing mixed results and I'm not confident my…
-
How to activate new Workspaces and Widgets as part of Infor October 2025 Release
Good morning, Please advise how to activate the new Workspaces and Widgets as part of Infor October 2025 Release. For example: Project Manager RBWS combined with Syteline. (CSI) Kind regards, Alwin
-
Publishing lookups to the new SunSystems widgets
If you would like to add the Configuration lookups to your widget without having to always configure your workspace and republish it, carry out the following steps: From the Switcher menu in Infor OS select your workspace. Click on the three dots next to your workspace name and then click on Edit published Workspace.…
-
Add an EPM dashboard to a ming.le HOMEPAGE
Is there anybody out there who can give advice on how to add an EPM dashboard to a ming.le HOMEPAGE? The available online documenation is not really helpful. A template and/or best practice approach would be appreciated. Kind regards Peter
-
Widget SDK lime update to match current cloud version of @infor-lime/core?
I have the latest SDK from github and have been working on some new Widgets. I would like to customize some of the Infor Standard widgets, so I have been using the f12 dev tools in my browser to get the source code. The problem I run into is there are methods in lime (usually in IWidgetContext) that are being called in…
-
Why Choosing the Right Web Application Development Company Matters for Your Business
In today’s digital world, having a powerful and fast web application is essential for business growth. Whether you run an online store, a service business, or a startup, the right technology can help you reach more customers and deliver a better user experience. This is why choosing a professional web application…
-
Change an individual Widget color
Is there a way to changed an individual widget color in the LMS? HTML code doesn't seem to work
-
Can I trigger an API(s), grid refresh and another API(s) in single button
Have a requirement to allow users to roll an order line (CO/DO) back from 44 to 22 status with a single click of a button. Need the ability to select multiple deliver lines and execute MHS850MI.DeletePickList, then have the grid refresh so we can execute the next API MWS411MI.MoveDelLn. The current solution is 3 buttons, a…
-
Can I trigger an API(s), grid refresh and another API(s) in single button
Have a requirement to allow users to roll an order line (CO/DO) back from 44 to 22 status with a single click of a button. Need the ability to select multiple deliver lines and execute MHS850MI.DeletePickList, then have the grid refresh so we can execute the next API MWS411MI.MoveDelLn. The current solution is 3 buttons, a…
-
Customization of Widget using Widget SDK
Hello, I want to the customization of standard widgets and also create custom widget as per the business requirement. Example 1. Change the record limit display of standard M3 monitor 2. Change the record limit display of standard M3 monitor for Graphs. 3. Create custom widgets. I am referring…
-
Navigating to Product Details Page (icsp.detail) from Angular Widget in Infor SX.e (CSD)
I'm working on an Angular widget using the Infor SDK and would like to add a hyperlink that navigates to the Product Setup page (icsp.detail) in SX.e. Is it possible to access the $state service from the CSD application context so I can programmatically call $state.go('icsp.detail') from within the widget? Appreciate your…
-
Notes Widget Customization
I noticed in the notes table that there are userfields. Are those available to be displayed and modified via the Notes widget? Just trying out a way to categorize our notes that would be accessible via the notes table in datalake. Unfortunately the notes category isn't part of the notes table.
-
Soho-lookup in Widget SDK
Hi Team, Could anyone help on below issue. In the below code change event is not triggering (function doesn't execute) or even the selected value is populating in textbox. It is not working especially in widget SDK. Html: <div class="row"> <div class="four columns"> <div class="field"> <label soho-label…
-
code examples for using ION API in CSD?
I am new to using the SDK and working with widgets. I've done context apps before but now it seems we have to transition to using widgets. I'm taking it one step at a time, and the first step is to get connected to some ION API's. But all the examples are all for the M3 API's, which seem to be vastly different than the…
-
Accessing m3usercontext in homepage widget
Hello Can anyone help me with how I can access m3usercontext in a homepage widget? Specifically logged in user and current company. Something similar to how I can do this in an H5 application: The only documented method I can find for getting UserID in homepage widget is the widgetContext.getUserId() method, which only…