-
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…
-
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
-
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…
-
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…
-
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…
-
How to expose form Widget into OS App Builder
Hi Have created widget form with Mongoose Runtime Builder (ResponsiveType.Widget). How it can used in OS App Builder?
-
Widget events from another widget
In a Homepage, there’re 2 standard widgets that are configured as: * Widget #1 runs a transaction that list all Shipments. * Widget #2 runs a transaction that list all Deliveries. Requirements: * When a user select/highlight a shipment record in widget # 1, then widget #2 only list deliveries that are associated to that…
-
Confirmation prompt in Widget in APP designer
Hi Team, I have developed a form Widget using AppDesigner. In my Widget, there are two active text boxes and users can feed the data to these text boxes and hit the enter button to save the data. Is there any way to display a confirm message on the Submit button upon the response?
-
How do Business Context messages get broadcast by Landmark?
When you are moving around in Landmark the application is broadcasting Business Context Messages. Does anyone know how a particular list or form in Landmark broadcasts that data? What is the code/feature/mechanism that makes that work? Is it configurable? We have some screens in Contract Management (Landmark) that are…
-
How to bind data from two data services to the text boxes of a form widget (There is a way to bind t
There is a main grid (APS100) and a list widget (DA1-Invoice Display). Once I clicked on the main grid, it should be bound to the 'Supplier No' text box in a form widget, and once clicked on the list widget line, it should be bound to the PID text box in a form widget. For that, I have created separate context messages for…