-
Print Barcoding Codes - Extensible Framework
Hi, It´s possible to print a code in a barcode format? There is a extensible framework to generate this in a new window or pdf? Regards Rui
-
Call ION API from Extensibility Framework (CORS error)
I added a button from extensibility framework to call an ION API, but the call end in error (CORS) The call is to https://mingle-ionapi.inforcloudsuite.com ..... from https://eam.inforcloudsuite.com, source & target are in the same domain and https. The API is working (I tested with Postman) This is the error in the…
-
Integrated scheduling tool
Hi All, I posted the below in the Hansen 8 community but I thought I would also post here to see if anyone in development was aware of possible options Our business is in need of an integrated scheduling tool for IPS, due to the current limitations of the existing scheduling tool (see enhacment request for details and…
-
how to download automatically all the extensions defined in BSJAVA : a first working example
working on many customers and with many geographically dispersed colleagues I ever missed a global view of what's going on and what's changed. download all the sources from eam database is a good choice ... but not for the cloud edititio, it seems. So I wrote a page in order to get all the sources listed on Chrome console.…
-
Extensible Framework - Generate RFQs Screen
Hello Everyone, Is there a way to make the grid/listview/table editable on the Generate RFQs Screen using the Extensible Framework? By Default, it is grayed out and I would like to see if at least the checkbox column or the whole grid can be changed to editable or not? I am able to change the behavior of the above fields…
-
WSOPCL (Operators checklist) usable witk Extensible framework?
Hi I am trying do some EF on the screen WSOPCL in Infor EAM. However i don't get EAM to use my EF on that screen. I have added a simple EF just displaying av alert after klicking on save button. Ext.define('EAM.custom.external_wsopcl', { extend: 'EAM.custom.AbstractExtensibleFramework', getSelectors: function () { return {…
-
Select value from dropdown field - Extensible Framework
Hi, How can I select by afterlayout/afterloadata the first record of a dropdown field? For now I´m just trying to force the value (and the value exists and can be selected manually) but the field is not being filled automatically. Can you help? Ext.define('EAM.custom.external_wsjobs', { extend :…
-
Can someone guide me in read the code in app.js what is a&b parameters means
I tried to understand the coding in app.js in order to understand how some of the function works. all the functions are with a and b parameters can someone assist?
-
Extensible framework : main toolbar : getNewRecordButton() doesn't works (+ obvious workaround)
I've discovered a typo on "my" EAM's app.js sources, on the class that handle the main toolbar. If you want to access the main toolbar's "new record" button there's the expression EAM.Utils.getScreen().getMainToolbar().getNewRecordButton() ... that returns null ! The reason is a typo on "my EAM's" app.js sources for…
-
Include WO attachments and EAM URL in an ION workflow
Hello, in our setup we have an ION document flow that starts from EAM, accepts a Sync.MaintenanceOrder BOD, sends it to an ION workflow and back to EAM after it has been updated by the users in Ming.le. As of now I can map fields from the MaintenanceOrder BOD to the workflow parameters, but we'd need to also include: 1-…
-
Extensible Framework on object "structure" tab
Hi, I would like to add text on the tooltip in the "Structure" tab (of the asset screen). It is possibile to do that with Extensible Framework? Thanks
-
Variables BG_CURPAGE and BG_TOTALPAGES in report form
Hi, In the consolidated invoicing report, I want to hide the page number and the total number pages in the last page of the report. I used visiblewhen with the condition : #V(BG_CURPAGE) <> #V(BG_TOTALPAGES) but it's not working. Any ideas on why it's not working? Any other methods to hide the page number and the total…
-
Archive R5CASEMANAGEMENT records
Hello, in our use case we have a large amount of records in the R5CASEMANAGEMENT table and we were looking for a way to "archiving" them, similarly to how it's possible to archive R5EVENTS records into R5EVENTS_ARCHIVE. Has any of you run into a similar problem and found a workaround? We were thinking about using a UDT but…
-
Extensible Framework - get multiple records from a hidden screen
Hello, in my use case I have the Extensible Framework activated on a screen (eg OSOBJA) and I need to retrieve data from another screen (eg UDS screen called XUABCD). The problem is that the user might not have visibility of said UDS screen (it's a screen used for configuration and, for UX reasons, the menus are kept as…
-
ESignature in WO XML
Hello, I am trying to add a WO using the WSDL file from the Developer's tool kit. The XML has an element called E-Signature. Not sure where to get those credentials. Hoping that anyone of you might help figuring it out. Thank you -Ajay