Q&A Discussion of IFS Solutions for our IFS Employees, Partners and Customers
Recently active
Hi,I am bit confused about the replacement PM’s,Suppose I have 3 Pm’s. P1 P2 and P3.P3 is replaced by P2 and P2 is replaced by P1. Now if we generate work order having same planned week, consider w1 as work order for all PM’s. 1.If I cancel related work orders in P2. What happens to the P1 work task? 2.Does work task of P1 only depends on P3 not on P2?
Strange one, one user cannot see all customers, other users with exactly the same settings can. Tried clearing projection cache, metadata etc., problem still exists. I have logged in as the user on my machine the issue persists. Any ideas, pointers much appreciated.
Hi,I was trying to Override the action while duplicating any row under a TAB.For example when copying Shifts line needs to be copy the breaks under the other duplicated shifts line.Please let me know if you can help me out with some suggestion. ThanksMizanul - http://linkedin.com/in/mizanulislam
What is use of Request and Adjust Travel plan and how it worksI found this details in the IFS help but it did not elaborate the action it will perform incase of multiple activities with same Start time Manual Travel PlanExplanationWhen the automatic scheduling is not supported, this feature will become handy for the dispatcher to determine the travel duration comes along with each allocation calculated based on the location of each allocation and shift start and end location of each resources for the day. In the Dispatch Console Gantt, upon a selection of any allocation Travel Plan command will be available on top of the gantt, which is grouped by following 3 commands.Dotted lines around the activity will help to identify if there is any overlap among the tasks. Tooltip and card will also be available on Travel bar to visualize the start and end time of the travel along with its duration.Request Travel PlanThis will request the travel plan for the particular activity. Once received th
In IFS Cloud, when using the new employment wizard in another language other than English, I cannot complete the process. I must save it as a draft and switch my language to English. Then go back to wizard, open the saved draft and then I am able to complete (Finish) the new employment wizard. Has anyone else experience this? Is there a solution?
Dear Community,Version: IFS Cloud 25R1In Training Event page, when user try to modify the dates, it will be automatically update based on training duration. When user try to edit, it will always validate based on training durationWhen user try to modify the dates into ‘Training Events’ overview page, system will allow to modify and it doesn’t validate with based on training duration.This seems to be bug and need to be resolved. Please provide your suggestions/ feedback, if any.Thanks
When a work order is created from the PM, the map position (latitude and longitude) is populated based on the functional object linked to the PM. However, the technical class is not being populated.
I am needing help identifying which permission controls the lasso (Select Order Group) function on the Map.
Hi everyone,I'm currently working on a performance testing scenario involving IFS IEE, and I'm exploring the possibility of using Apache JMeter for this purpose.Our IFS setup uses Active Directory Federation Services (ADFS) to enable Single Sign-On (SSO) with Windows credentials. This adds a challenge since the IEE client authentication is tightly integrated with Windows authentication (Kerberos/NTLM), which JMeter doesn't support out of the box.I'd like to ask:Has anyone successfully connected or simulated IEE actions via JMeter in an ADFS-authenticated environment? Are there any known workarounds (e.g., session token replay, fallback to basic authentication)? Would it be more feasible to test via Aurena REST APIs instead of the IEE client in such a case? Any advice on how to structure the test plan or simulate real user activity under SSO constraints?Appreciate any insights, examples, or best practices!
Greetings! Does anyone know how to create a “folder” in sales rules to put multiple one lined rules into? I have a picture below of a “blue folder” that I was wondering how to create just to make the sales rules a little more organized in Apps 10
We have 24R2, and sometimes lobby elements created by users just poof, disappear. The element suddenly appears with an “X”, instead of the expected result, and when you try to edit it, it says the element doesn’t exist. This has happened twice now. Again, the lobby element existed. It’s on the lobby. It was working. Then, bam, instead of showing the counter, it just becomes an X and when you try to edit it, it says the lobby element doesn’t exist. I’m literally clicking on it and it says it doesn’t exist.
When you have a shop order with materials is there any way that we can aggregate the materials to one handling unit and store as Pallet, Container etc.
Greetings!I ran a “evaluate rules” on a Interim Demand I created. I received the following error but do not know what it means or how to fix it. The error is stated as” Formula Execution” It lists out a long “Decode” sequence with the tail end of it stating “INTO:result from Dual ORA-01476 divisor is equal to zero” I have no idea what that means
Hey, When i try to cancel line on Customer Order, im taking this issue.Would u help me?
Crystal layouts (barcode labels) when printed to a logical printer (mapped in IFS .net PA to Zebra printers) comes out small and misaligned. Preview and direct print to the same printer (not going via IFS PA) they come out fine.Any idea where to look please?
Hi Report experts,I would like to set the Report Title dynamically depending on a condition in the report.How could I achieve this?Currently , it is static as defined in the model.codegenproperties { TitleText " Test Report";}
Hello,Is there any hardware sizing for IFS Assyst which we can refer to,Kindly advise regardsPankaj
Hi all, Has anyone got any documentation of using Crystal Report to amend / customise the Service Report from MWO once a Work Assignment has been complete. I know that the document can be configured. I would just like some additional documentation as proof of concept. Thanks, Chiedza
CE6 maintains close alignment with the release schedule of IFS Cloud, incorporating both monthly Service Updates (SU) and bi-annual Major Releases.Each customer's CE Tenant is updated based on the configuration settings defined during onboarding. These settings can vary by environment and may be adjusted post-deployment.If you're unsure of your current configuration, please contact Unified Support, who will be happy to assist. Updated CE6 Release Timeline (2025)To reflect the current deployment model, the CE6 release process follows the below timeline: Third Thursday of Each Month R&D-approved release packages are made available to the responsible Cloud Centre of Excellence (CCoE) SME. ⏱ Target handover window: 08:30 – 16:00 GMT/BST Any required infrastructure or global updates are managed by CCoE prior to customer deployment. Before End of the Same Week The release is deployed to Pre-Production environments. If issues are identified, CCoE initiates a
Hi,I am aiming to show message in alert box like this: I have tried to use code like this: var resultTasks = getDBValues('C_GET_OPEN_PROD_PM_SCHED_TASK', [productId, productPmId]); if (size(resultTasks)>0) { // NR > 0 -- message to close/cancel the open task message = message + getMessage('cPleaseCloseTask' , 'Information'); message = message + "\n"; message = message + getMessage('cBeforeChangeVCF', 'Information'); message = message + "\n" + "\n"; message = message + getMessage('RequestId' , 'Label'); message = message + "\t" ; message = message + getMessage('TaskId' , 'Label'); message = message + "\t" ; message = message + getMessage('TaskStatus' , 'Label'); message = message + "\n"; for (i = 0; i<size(resultTasks); ++i) { var resultTask = resultTasks[i]; line = line + resultTask.request_id; line = line + "\t"; line = line + resultTask.task_id; line = line + "\t"; line = line + resultTask.task_status;
Hi experts,We have a requirement to determine the user's current PC or browser time zone in order to calculate and set an entity attribute value via a backend PL/SQL function.Is there a way to retrieve the user's local time or time zone from their PC or browser and pass it to the PL/SQL function to support this functionality?
We have an issue where Parts are being reserved to a Customer Order (via scheduled Create Customer Order Reservations job) 24 hours before the parts were produced on the Shop Order for the same Parts. I have a copy Pick List referencing the lot batch from the Shop Order, and the final step of the Shop Order wasn’t reported and the Parts received into stock until more than 24 hours after the reservation took place. As far as I can tell there was no partial Shop Order Reporting and the full quantity on the Shop Order was received into stock at the same time, but 24 hours after the goods were reserved. There did not seem to be any pegging of Customer Order to Shop Order and the CO Supply Code was Invent Order. Is there any way that a batch can be reserved and appear on a pick list, prior to being reported on a Shop Order?
helllo, ihave a serious problem,when we move inventory fron one location of store to another location of store the unit cost become zero,as show in a shared picture,
Hi All I have observed this on previous IFS versions as well. This is 24.1.9 The validity period has passed, but the agreement remains active. Isn't this fundamentally wrong? Thanks,Asela
Hello,After IFS Cloud update to 24R1 version there is no possibility to use Document Repository with Repository Type “Shared”.Client used Repository Type “Shared” and all document files were kept there. After upgrade client cannot access document files from Document Revision. Receives error: Error in downloading file: one or more errors occurred.First question: How to reach the document files after upgrade to 24R1 version if they are uploaded to repository with type „Shared“?***We tried to create new repository with file type „File Storage“, in the field „Path“ (in the form „Repositories“). When uploading the document file to Document Revision, document file is put to the docman place, but not into the certain catalog for the certain Document Class:And document file uploaded to repository is not named by „Repository File Name“.Second question: How should be created new repositories with repository type „File Storage“ that document files could be uploaded to the exact folder of the cert
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.