-
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…
-
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…
-
Can documents inherit security?
When a new ACL option is created and set as default for a Document Type, new documents uploaded to IDM are restricted but all the documents that had been previously uploaded under this type don't update their access control list, they continue to be public. Is there a way for said documents to inherit the properties of the…
-
IDM API Analytics Endpoint - Amazon QuickSight?
Has anyone used the api/v1/useranalytics/login IDM API endpoint to gather IDM analytics / metrics using Amazon QuickSight? I'm assuming the reference to QuickSight is Amazon QuickSight. It returns a bearer token, but I believe all the Amazon QuickSight endpoints still require an AWS Account ID.
-
IDM Script Error When Using "/" or "-" in Date Format
Hi everyone, I’m currently working on an IDM script to display a date in a specific format. The script works fine as long as the format doesn’t include special characters. Issue: As soon as I try to use a format that includes characters like "/" or "-", the script throws an error and fails to display the date. I'm also…