Q&A Discussion of IFS Solutions for our IFS Employees, Partners and Customers
Recently active
Hi All,When employees are applying for absences, it is mandatory to attach a supporting/proof document for the absence type of Medical Leaves. For the other absence types, it is not mandatory. Do we have any standard core functionality in IFS cloud to make attachments are mandatory for specific absence types when absence registration.Regards,MalinG.
Hi All,Looking for some information around how counselling plan in Apps10 IEE is used, why it is used, the basic data setup that is required to execute and how results are compared.I also noticed that this is not available in Aurena and thereafter, How is it handled in Aurena and Cloud versions?
Hello Can someone give me the explication about this 3 options in Cloud : and in v10many thanks for helping me
hello,We have a fixed asset object which is activated in year 1 period 6. This is a 5-year asset using MARCRS 5-year depreciation table (1st year 20% depreciation, 2nd year 32%, 3rd year19.2% 4th year and 5th year of 11.2% and final year 5.76%). The asset is activated and depreciated for year 1 and 1st month of year 2. In 2nd month of year 2, additional cost is added to the object. Now if the object is depreciated for remaining life, the total % depreciation amount does not line up with 5-year MARCRS depreciation table (1st year depreciation is now 18.56%, 2nd year is 32.34% etc.). Is there a setup in IFS that automatically performs a “catch up depreciation” operation such that the total % match the 5-year MARCRS table. I tried using add investment, add acquisition value and other operations but did not get the desired results. This testing was done in IFS cloud 24R1.
Hi all,I have a Fixed asset and I received 2 credit notes that are supposed to decrease the acquisition value.I registered the first manual supplier invoice and updated the GL.Then I went into the screen Add Investment. I have found the corresping line in the screen Add Investment progress.Then I registered the second manual supplier Invoice, also updated the GL/But nothing fetch into the screen Add Investment… for this Credit noteany idea why.As you can see the first line remain at the externally created status… and need to be activated.
According to the current behavior of the IFS system, when creating a payment proposal using the ACH payment method that includes both debit and credit invoices for the same supplier across two companies, the system does not consolidate the amounts into a single total for that supplier. This behavior is observed when the debit and credit invoices belong to separate companies.Due to the discrepancies between the Calculated Total and the Batch Total in the ACH file, the ACH file validator has rejected the file as incorrect.Above issue has been demonstrating by using an example below.Create/select manual supplier invoices as per below combination. Core Company Core Supplier Inv Type (Credit/Debit) 10 095210 Man. supplier Invoice ($ 1000.00) 10 095201 Man. Supplier Invoice with negative amounts (Debit Note) ($ -200.00) 15 095201 Man. supplier Invoice ($ -100.00) 15 095201 Man. Supp
My sales team is using Sales Quotation and is requiring the team to complete the Request Receipt Date field before the quote can be sent. They wanted the same field on Business Opportunity (custom field created) to feed this native field. If the salesperson forgot to input a date on the BusOp, they would still be able to on the Request Receipt Date on the Sales Quotation. I have been unable to figure out how to have the field on the Sales Quotation populate with the date entered on my custom field on the BusOp. Does anyone know how to accomplish this?
Hello,our current client met a problem. When changing operational status for equipment object in Equipment Object Navigator, the cusor jumps from the equipment object in which the function is executed, to the top of the equipment object structure.We cannot repeat the same situation, but the client provided the video record where we see that cursor jup to the top. It is very uncomfortable, if the structure of the object is very long, it is needed to scroll down again and search for that object in all the structure.The client and we use the same browser Edge, so it cannot be the reason of browser.
Hi All, Any idea why are we having this error. It is just related to 1 user .This is a custom window as well.Thanks
I am trying to ouput XML report data for operational reporting to multiple servers based on the report (IFS Cloud 24R1). I have setup four FILE_SENDERs all with the Out Directory to a different server. I then created RPL files for the reports and specified the FILE_SENDER that I want the report to send to. Even though I specified FILE_SENDER4 in one of my RPLs, it still went to the FILE_SENDER1 server. Why are we able to setup multiple file senders if it doesn’t follow the setup?
Hello everyone,I'd like to know if it's possible to create a new record when starting an IFS screen.That is, to automatically click on the "+" to create a new record.In APPS10, we had the possibility to act on the behavior : Is this still the case? Thanks in advance.
Hi Team,System can be defined to reserve stocks based on FIFO (Priority Earliest Date setting) basis. Yet I am still not sure how system can be configured to handle the reservation process with LIFO. Any expert feedback on this?
HiWe are facing an issue on our new instance CFG. We cannot print any document. In the Report Application Messages, Print Job are stuck with status Working. I tried to create a new queue and move some jobs to this queue, with same results. I also tried to stop and start all queues…Have anyone seen the same problem ? Many thanksBenoit
One of our customer is looking to use TOM TOM for GIS integration for Field force enablement and Unit location visualization inside IFS Cloud in Dispatch Console Map.Please Note: They are currently not using PSO.While we understand ESRI and Google maps is what IFS gives out of the BOX, is there any option to connect using TOM TOM without customization, or do we have any connector via which it can be done directly on IFS Cloud?
Hi,When running Apps 10 I have qualification profiles assigned against routing work guidelines based on employee competencies. I need the work guidelines signed off by a suitably qualified employee. This all works fine in Enterprise Explorer from the shop floor workbench when signed in as an employee, however in Aurena there does not appear to be any work guideline functionality on the shop floor workbench, so that if I was to use the shop order work guideline screen, this does not allow me to enter as an employee and so bypasses qualification requirements.Has anyone had any success in using qualification profiles on work guidelines in Aurena, if so how? Or is this just missing functionality in Aurena? ThanksAndy
Hi,I have an Apps10 integration project involving several interconnected applications, and IFS is one of them. The interfaces use REST APIs.As part of the deployment of these interfaces, I have a request to manage versions of the REST APIs so that they can identify the version number of the interface in the url and activate one or the other.Has anyone ever had to manage different versions in an IFS API? Is there a way to do it?for example :<url>/main/ifsapplications/projection/v1/CommissionReceiverGroupsHandling.svc/CommissionReceiverGroups<url>/main/ifsapplications/projection/v2/CommissionReceiverGroupsHandling.svc/CommissionReceiverGroups<url>/main/ifsapplications/projection/v2.1/CommissionReceiverGroupsHandling.svc/CommissionReceiverGroupsThank youFabrice
Hi!I have been attempting to pass a couple of parameters to a quick report via a lobby element, but I need this to happen without the Quick Report Query prompt where the user has to press “OK”. In other word, is it possible to pass the parameters silently/suppress the window prompt? For context: I am making ~20 quick reports that are all based off of the same logic.Simplified query below:“Select * from ifsapp.absence_registration where absence_type_id = “X” having sum(abs_duration)>Y”and instead of having to copy/paste this to 20 different reports, changing these 2 variables and making it a nightmare to maintain if any changes were to happen, I’d like to have one report where I simply pass these 2 variables via the lobby elements navigation url doing the following: Changing the query to: Select * from ifsapp.absence_registration where absence_type_id = ‘&ABSENCE_TYPE_ID’ having sum(abs_duration)>’&ABS_DURATION’and in the lobby element I am then using the URL of:ifsrep:qr
In IFS Cloud 24R1,If an email has been transmitted e.g : a Purchase Order and failed due to an invalid email address.On which screen in IFS can we check the failed email transmissions and the reason for the failure ?
Hi All, Currently we are trying to develop a navigating option between IFS cloud and FSM lobbies. To achieve the desired objective we need to pass parameters used in IFS lobby to the FSM lobby parameters through the link.For example, if we have a customer lobby in IFS with customer ID as the parameter value. Once the user links on the navigator link on IFS Cloud lobby, it currently navigates to the relevant FSM lobby page. However, expectation is to pass the customer ID also to the FSM lobby parameters and show the filtered customer information from FSM side.
How to set up payment terms to consider only business days in the calculation of the payment due date?
Step1 : We have created a new workflow in fsm for sample application.step2: we have created a new task type for the workflow.step 3: when we are going to assign a task (with newly created task type) to user that is not reflecting inside the mobile application in job screen. step 4: Inside this new workflow if we assign task (with pre-existing task type) to user then its work fine. Could you Please help us to resolve this issue as we are mentioned in step 3..
Hello,I need help to correctly set the deadlines in subcontracting, I was in V9 we had this problem and I do not see any improvement on the 23r1. I created an external load item and attached a calendar to it, telling it 1 day = 60mm so that I could talk in days but not in hours for subcontracting. I don't know if there's a simpler way of setting this up.The problem with what I'm doing is that when the subcontracting operation is in progress, if I recalibrate my production order, it doesn't recalibrate the external operation dates correctly. Translated with DeepL.com (free version) as long as the external operation is in Released status, the recalibration takes the 10-day delay into accountRemaining Machine Time is set to 10I have sent my production order to subcontractors and my operation has been placed in work-in-progress.the Remaining Machine Time field is set to 0 and this poses a problem because if I reset it takes this data and as there is 0 it does not correctly reset my phase.
Hello, We currently have an ongoing issue for some users regarding the Aurena Agent. Some users report that they cannot upload or download files due to the following error.- EdmFile.The "EDM File" has already been removed by another user.- Something went wrong when uploading the file using the Aurena Agent. Error message: Missing or empty mandatory parameter: odataWe have added the correct permissions to said users and have confirmed that the users have installed the .msi file and the chrome extension correctly.Any and all advise would be greatly appreciated.Thanks,Bryan
Hi, It is possible to change part number assigned to a serial object? Regards,Aleksandra
When I duplicate a lead and save it with the exact same name and association no, the “Duplicate Lead” box is not getting checked.When I click Save, I do get a pop-up notification asking if I want to view the duplicate.How can we get the “Duplicate Lead” box to be checked? Is there additional setup needed or criteria we are missing? We have tried this in both Aurena and IEE. Below is our current setup for the Duplicate check Action Setup and Duplicate Check Rule:
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.