-
Welcome to Infor Document Management Forum!
Hello and welcome to the official Infor Document Management forum, a part of the Infor OS Platform community. We're excited to have you here and look forward to fostering a collaborative environment where users can share knowledge, ask questions, and explore the capabilities of Infor Document Management(IDM). 🚀 About This…
-
IDM API - Update an item to Archived
Hi, Does anyone know if it is possible to archive a document in IDM via an ION API call? That is, to update the status of a document already in IDM to "Archived" ? There is a button for this on the UI: /items/{pid} Update an Item appears to be able to update the attributes, resources, and ACL for an item, but no word about…
-
How to trigger an ION workflow when IDM generates an XML for M3 MEC integration?
My use case is the following: When a user prints a document in IDM, it generates an XML file. I want ION to detect that new XML and trigger a workflow to send it to the M3 MEC module for processing under an MEC agreement. My questions: Can IDM be configured to push the XML to ION on print? Which ION event or connector can…
-
IDM | Update an attribute value using API
Hi Team, Please we have implemented an extension to upload the attached documents to IDM especially concerning the M3_PurchaseOrder. Step 1: IDM attachments uploading with a temporary "PurchaseOrder_Number" Step 2: Integrate the Purchase orders via a data flow and using a csv file as inbound data Step 3: we need to update…
-
Concatenate text in IDM word-connect
Hi, I am trying to arrange the text from CRS950 in IDM document. How can I concatenate the text to display it in 1 line. Currently its displaying like below (as is from text block where text field length is 60) I want to display it like P022-009: PESER 2,5000G DANS UN BECHER ET AJOUTER A ENVIRON 100,G AVEC EAU…
-
IDM Pick Labels - Multiple orders
I'm trying to create IBRP pick labels as shown in the attached Legacy below. The issue is that the top 3 labels are only shown once, whereas the bottom ones are one for each line of the same order. However, when the customer does multiple orders in the same pick ticket print run, I only get the top 3 once. They don't…
-
Why do my reports Print off But margins are so off! Please help
Issue: When printing directly from the Job Pick List form in Syteline 10 Cloud via Enterprise Print, the left margin is cut off, even though: Report previews (IDM Report Viewer) display correctly. Margins/paper sizes are explicitly set in Syteline. Print drivers and Enterprise Print configurations are updated.(Tried many…
-
Are any of you facing this issue like us...? Cycle Count Update Form
we need at least 10 of us to agree for this to be corrected by INFOR. When entering Counted Qty into the Cycle Count Update form we would like to be able to use the Enter Key in the 10-key of the Keyboard to go to the next record in the same column. (Similar to Syteline 9 on-premise). Right now, we can only use the down…
-
Restricting document access in the Related Information Widget
Has anyone ever encountered this situation? I want to use the Related Information Widget, but I’ve noticed that the permissions available are mainly about whether a user can view or configure the widget itself. What I’d like to do is set up specific rights related to this widget, so that certain users can view the…
-
Calculations within a custom template
I am working on customizing our Pick Ticket template to show, for orders that used a Credit Card, the total charge for the order, their tendered amount for this order, and then the remaining balance. I have both the total charge and the tendered amount but to get the remaining balance I need to find the difference between…
-
IDM Script – error to display "/" in IDM
Help Needed – IDM Script – Unable to Replace Dash with Slash in Date Format] Hi everyone, I'm currently working on an IDM script to format a date string. I’m trying to replace space( ) with slashes (/) using the replace() function like this: String $rep5 = replace($rep4, ' ', '/'); However, this throws an error — it seems…