Q&A Discussion of IFS Solutions for our IFS Employees, Partners and Customers
Recently active
Hello everyone,We have a customer using PSO Standalone (Version 6.16.) who requires that short-term absences are immediately visible in the system. When a resource reports sick and this is entered in PSO under unavailabilities, the absence does not appear in the Gantt chart until after an import (load file). This is problematic for short-notice absences.Is there any way to make absences visible immediately?Thank you!
When a template structure that has been transferred to manufacturing more than once contains a module where a piece part is added and activated at the module level, why is the piece part not included in the CAMRO service contract structure tree? Steps followed:Create two new parts configured as manufacturing parts, engineering parts, and serial-tracked parts. Using the Add Structure Position command, add a structure position to a template structure that has already been transferred to manufacturing (same site) more than once. Add a module in Preliminary state, then add a piece part beneath the module, also in Preliminary state. Activate the module line, which also activates the underlying child part. The transfer to manufacturing for these parts is performed automatically. Verify the CAMRO service contract and observe that the child part is not included in the service contract structure tree.
Why does the Alternate Module not contain the same Position Parts as the Prime Module, given that it was not created as a separate template? Should it not inherit the Position Parts from the Prime Module in this case?
We could be on the wrong track here – but in Apps10 Aurena are looking to capture the string that is sent when multiple records are selected – this is to execute a custom api call to compare against an expected value. Potentially more on that later.Anyhow – looking at the, for example, CUSTOMER_ORDER_LINES_HANDLING_SVC, and putting on the debug console, I can see that this is passed in the variable Selection eg:FUNCTION Get_Price_Source_Info___( selection_ IN VARCHAR2 ) RETURN Get_Price_Source_Info_Struct_Rec Does anyone know how to capture this Selection parameter so it can be passed into the Custom API? Thanks as always!
Why does the Shop Order Tracked Structure not display correctly in all situations in the Shop Floor Workbench (Dispatch List → Tracked Structure tab) when using the Show commands, sometimes showing “No data” even though all component parts are assigned? Create a shop order with Order Type = Manufactured for a serial-tracked part. a. Ensure the serial-tracked part includes component parts that are serial- and/or lot/batch-tracked. Release the shop order. Reserve all components. Navigate to the Shop Order Tracked Structure page and verify that all component parts are assigned. Navigate to the Shop Floor Workbench. Open Shop Floor Workbench → Dispatch List → Tracked Structure tab. Execute Show → Assigned Components. In some situations, “No data” is displayed even though all component parts are assigned. Additional Information: When you switch between commands in the “Show command” group, the data is eventually populated and displayed correctly. This indicates that the Sho
I’m attempting to rename a serial part (update the serial number) and am unable to.See screenshot for Fault Message: “the serial exists in Service Management and cannot be renamed.”Am I missing something. Are there steps that can be taken to rename this serial? There is going to be a salesman that returns from site with incorrect object information. An incorrect serial object will be created for new PM actions. We will need to be able to Rename the Serial Parts while retaining the history. I’d be grateful for any help or advice on this. Thanks in advance,Ed
Hi, According to the IFS documentation, it's possible to rename a part serial linked to a serial object when it's listed as "In Inventory." To enable this, we used the "Move to Inventory" option. A work order was generated, and we completed the return process. The serial object's status was successfully updated.However, despite the part and serial now being in inventory, the rename operation is still failing. The error is “the serial exists in inventory and cannot be renamed” .. Are we missing any step once the serial is returned ??
Any tips to change the order of the Object Connections? This is how it’s displayed todayWe would like to get the order that is defined in Default definitions -Documents, Events, Map Positions and Media to improve the usability as intended in standard.Have tried to apply defaults and edit the order of the service list without any luck (We have the same issue in 24R1 SU12)
We are in the beginning stages of a migration from an AS400 ERP to IFS Cloud. I’m an enterprise software engineer who is new to the IFS world.Our current warehouse shipping process involves a piece of custom software that screen-scrapes from an AS400 terminal session into a Windows application called ClipperShip. This software handles all the carrier specific logic, including printing labels, etc., then another piece of custom software gets the data out of ClipperShip and back into the AS400 ERP.We would like our new solution to be as simple as possible for warehouse employees. Ideally it would be completely web-client based. We have started evaluating some API-based shipping solutions like ProShip and ShipEngine. Here are my questions after reading through the technical documentation: 1. It seems that the shortest path to getting something functional would be to use a solution that already provides a client user interface, build a piece of custom middleware that uses the OData REST AP
Our customer wants to have more detail in his MS Project project than he does in the IFS Project. Is there a way to prevent rows from being exported to IFS?Thank you
I’m getting an error Invalid File Content or Configuration.The file is super simple because I’m using it to trouble shoot.10;20-121;Cylinder;1;1;NoneI have the delimiter set to ;Any ideas what is happening with this?Thank youPatrick
Our customer has a very real scenario the relates to Activity Planned Start/Finish dates. These dates are used to schedule the project but often, time needs to be reported to the activity earlier or later than the dates when the activity will occur. For example, we need to plan a design review on May 12th and 13th, that’s what we want to plan for and what we want the customer (internal and external) to see when the project plan is reviewed. But these is preliminary and follow-on work that must be done for this activity and costs that need to occur before May 12th or after May 13th. Is there a way to set the project activity to allow time reporting (and cost, but time is most important) that’s outside of the Early Start/Finish of the project activity?thank you.Patrick
Hi, everyone! I’m working on a custom C# service allowing my company to use the “Manual Reservations for Customer Order Line” functionality with custom reservation location logic programmatically. Reason being our business analysts have determined the native “Reserve Customer Order Lines” IFS functionality doesn’t work for our business needs as we need to be able to choose the inventory location to reserve from. I’ve been told there are ways in native IFS functionality to somewhat determine how the reservation locations get chosen. But that option doesn’t work for us, either.Currently, my process for reserving customer order lines looks like this:Grab reservation locations from custom PL/SQL logic. This is a sub second operation the majority of the time. Loop through all of the reservation locations, executing a reservation for each location using the following API endpoints: ManualReservationsForShipmentAndCustomerOrderLine.svc/ManualReservationsForShipmentAndCustomerOrderLineSet(Sour
HiWe've managed to retrieve data directly from the document view. If the document is connected to a client, I need data from that client, such as their name. Is this possible?I've attached what I'm using to capture variables within the document view, but I can't figure out how to retrieve data from another connected entity. d1 = CStr(ScriptValues.Item("DESCRIPTION2").Value) d2 = CStr(ScriptValues.Item("DESCRIPTION3").Value) d3 = CStr(ScriptValues.Item("DESCRIPTION4").Value)
We are running 25R1.3 on prem. We have a handful of Custom Events/Event Actions that send REST Post requests to another server. I’d like to route these application messages to a specific message queue, and I am not having any success. The Event Action is fairly simple, send a POST request to an address like: http://[myserver]/wh/[specific_endpoint] with a json body and a few http headers, no authentication. For reference, below is an example of an application message that was created by this event: By default, these end up in the NOTIFICATIONS queue, but i’d like all Application Messages going to this server to get routed to their own queue. I was under the impression that i could do this by setting up a routing address and routing rule, but I havent had any success. This is the address that i created (Format, Transformers, Response Transformers are all blank): And here is the routing rule that i created: My understanding is that the address from my Application Message (http://172.1
HI All,In the latest cloud release IFS released us to use “Packaging Material Parts to Handling Unit Accessories”. I have configured the settings and I am seeing an odd behaviour. I am not sure this is due to set up mine. Any help would be highly appreciated. Below is my set up. I am maintaining my packing material in IFS as an inventory part.Inventory Part - P-100-1Packing Form (Packing material) - 1-00212 I am using below packing Instruction and I have defined Handling Unit Accessory and connected my packing material to that. Below is my packing Ins. I am using 2m of FORM for each small box HU when packing. I have 100 pcs of stock from P-100-1 and in the master part i have defined my handling unit capacity as below. Then From the Inventory part in stock window. I am selecting > Handling unit > Pack according to packing instruction. Once the stock is packed on the packing ins. I can see my parent HU and other connections. Everything seems to be OK But if I check the inventory ba
I am facing an issue in IFS Cloud 25R1 when trying to use Media Items. 1) After creating a new Media Item and saving it, I receive the below error. We see this error in both scenarios either we have the object property Repository Value set as "Database" or “File_storage”, “Restricted File type” 2) Additionally, when attempting to upload an image to the Media Item, with the object properties Repository Value set as “File_storage”, I get the following error “Failed to upload file to storage location.” We did not face this issue in 23R2 but after the upgrade we see the above issues. I would like to understand:Why I am receiving these errors during Media Item creation and image upload?What could be causing the “Restricted File type” message?How can this issue be resolved so that Media Items and attachments can be saved successfully for both Database and File Storage?Any guidance on configuration settings, allowed file types, or known solutions for this behavior in 25R1 would be greatly app
Outside of using history logging or working through the documentation page, is there a way to reset the Document Default Values in Basic Data to the original settings of when the system was installed? This is the master list, not the settings in Document Class Management.
Hi All, Current version on the cloud application 25.1.5. I am trying to return a serial part that I received through PO back to the supplier. Please find the steps that I follow.Receive the PO to Inventory location. Re open the PO for the return > Enter the inspection QTY on the receipt > Register inspection result. Add the return option as “Return for Credit” > Shipment created > Serial automatically reserved Create pick list > Pick > and trying to deliver the shipment Following error pops up Does this seems to be a bug. I am pretty sure this worked without any issues previously. ThanksChamath
Hi,Requirement:A newly develop Quick Report need to add to Navigator - Customer Relationship Management,using Navigator designerEnvironment - APP10 UPD17 - AURENAThanks in advance and Best Regards,Udeni
I write to ask you if you, can explain, for what reasons - when a document is uploaded to IFS that the Original File Type may appear as N/A?I have tried viewing documents with Original File Type N/A and am unable to view them, I receive a "Restricted File Type" error when clicking View Document.My initial thinking on this would be that a user attempts to upload the document, something goes wrong in the file transfer process and as a result IFS ends up with an uploaded file that it cannot understand.Can you indicate:1) Are there any other reasons, besides an upload going wrong, that cause a document to be assigned file type N/A? If so, what are these reasons?2) Has IFS ever given consideration, if N/A file type documents are a result of uploads going wrong to presenting user with a prominent message saying something like:"Something went wrong with your upload. Users won't be able to view / download your file in it's current state"and for this message to provide users with a second chanc
Community, this error is comming from Service Contract window, we are doing pre-posting and got below error. any idea what is wrong with the project itself? Thank you.
At the moment 25R2 is the latest, but we would like to do a fresh install of 25.1.7 for a new customer, as we have a lot of country specific modifications which could not be uplifted to 25R2 yet.But the customer needs a system including those ones ASAP.Is is possible to do a fresh install of a slight older version (25.1.7)?I understand that the Build Place offers only the latest one (25R2), but is that overridable based on a special support request/case by which IFS Support enables this option temporarily?It is on premise.Thanks in advance for any ideas.
Hi all, Is there a possibility in IFS cloud to enrich the pegged shop order number with the dop header number? E.g dop header number is 15, all pegged shop orders will start with 15-…Kind regards, Willem
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.