This will include the questions related to Enterprise Service and Assets Management, Asset & Product Design.
Recently active
Hi All,Screen name: Service and Maintenance > Equipment > Measurements > Measurement for ObjectThere was an error while executing the meter change. Say for example The ‘Total value’ is entered as 30000 on an old meter in place of 3000. We can see there is no option to mark it as an incorrect reading which is available for the regular Recorded Readings. What are the options to correct it?
We attempted to move a functional object from Site 1 to Site 2.However, after completing, it shows that the Object Site is still Site 1, but the Belongs To Site is Site 2.The PM’s stayed in Site 1.How do you move a piece of equipment so it also moves the Object Site?
One of my clients has requirement, on the same object user will define different PM Actions for 3 months, 6 months, 9 months, and 12 months. If 3 Months PM Action-WO is not finished, then 6 months PM Action-WO should not generate and display an error message “Unfinished work order already exists on PM Action XXXXX Revision 1”For this scenario, I’m using replacement functionality, configuring replacement on 6months for 3months, system is giving a warning message in the background jobs, but work order is generated despite the fact 3 months WO is not finished.My understanding is that use of replacement system shouldn’t generate WO for 6 months if WO-3 months is not finished , correct me if my understanding is incorrect or is it a bug.
HelloHow to set up incremental numbers for Functional Object?22R1 thank you
In IFS all the APIs that have been exposed with date/time indicate that it accepts the values in UTC. However when the date/time and is converted from a 3rd Party integration software, IFS appears to be storing the converted UTC value as it is in IFS. Is there a separate API that reconverts this back to the local time? If no API for point 1, and if saves the value as it is, what is the impact with the offset value set on the site as its meant to indicate the timezone offset value based on the system time.
Cloud, Type Designation in Inventory Part vs Equipment Objects:I noticed that we have a field on Inventory Part named "Type Designation". My first thougt was: Great, now when I create a Serial Object from a serial tracked part then the "Type Designation" from Inventory Part will be inherited to the Serial Object! But no, it does not work like that! When I looked into it I noticed that the field on Inventory Part named "Type Designation" is a free text field, with a lenght of 25 characters.But in Functional Object and Serial Object we have a field Type Designation with a length of 30 characters, and this field Type Designation is connected to a list of value (Basic Data). So there are no functionality between these fields!I think it is confusing with two different fields, with the same label and no functionality between them! Or do I miss something here?
When we create a repair work order from a serial object and return the object to inventory, it will be recorded under the “Returns” tab in Prepare Work Order window automatically. But a separate line is not automatically reported under “Materials” tab to issue the materials again. So user need to add it manually to issue parts manually to work order as in the below screenshot. But it seems that this is working properly for the serial parts unlike for the serial objects. Can this be considered for releases in near future?
Has anyone used PM Actions to generate a Work Order of a type that represents a Pre-Start check ?The PM Action functionality can be used to generate this type of Work Order weekly or daily on selected Assets.The generated work order then serves as a platform to execute a survey to run through the pre-start checklist questions on the Technician Portal. It also serves as a platform to create any new or additional work identified during the checks. This also drives the workflow for the completion of the checks and the digitalisation of the checklist responses.Also, interested to see other ways in which Pre-Start checks on machinery can be handled in IFS Cloud.
Hi All, Anybody know what is causing this error when I try to make a Serial Object from a Part Serial using ‘Make Maintenance Aware’? “Field [EQUIPMENT_OBJECT_SEQ] is mandatory for Equipment Object Party and requires a value.” Best RegardsRoel
Hi,I’m seeking info on querying the last log-in details of Aurena users. (In other words, I need to see the users how rarely use the system or less active in the system). I used the following query to get the DBA users who logged into IFS for past 6 months. But that does not show the Aurena users. Is there a specific table that store all end users? SELECT * FROM dba_users ul WHERE last_login >= SYSDATE - 180; Kind regards,Tharindu
Hello! Currently we are playing around in IFS Service and Maintenance module. Due to some project difficulties and lack of resources the option has mentioned to start working in the Test-environment.This will work, however all of the data created by working with the module may be potentially lost. This is because I do not know the process of migrating “historical” data (from Work Tasks/ Fault Reports).Is this possible? Can I copy/ migrate information from Test to Live? And how should I execute this? Thanks in advance!
I am trying to clean up a work task under Maintenance where the costs were not set up properly before the resources charged time to it. They are at 0.00. I updated (we are not using HR rates, but Maint Org rates) but all time that was charged before the update is still 0.00. How can I update these costs to reflect the proper rate?
How can we get the customer to use GIS maps in IFS Applications 10? They would like to view their Assets and their work orders on the GIS map. The assets are not always connected to a specific address, so we need to use Lat / Long coordinates. They will also use Mobile Work Order for Work Order execution.The Customer use G-Tech for GIS mapping today and have licenses for G-techDoes the customer need any particular IFS Licenses for this? Besides the licenses they have for IFS Applications.Is it plug and play or do we need to setup configurations or integration work to achieve this?Is it easier to implement BING maps rather than GIS?
Hi, Does IFS have the ability to automatically convert Work Order Purchase Requisitions to a Purchase Order? Engineers using MWO create multiple PR Lines that are currently manually created into a PO. We would like the System to do this automatically . Any help / guidance would be apprieciated. Thanks :)
Hi,Is there any way we can set up the cost based on time type; like regular time, overtime etc. I am trying it in apps-10 for maintenance.Regards-Nahin
Why don’t I view all users to connect to site?
Hi Community, I want to open an existing pop-up window from main page, I also enable Debug mode , but projection do not change for pop up window . So I dont know how to give auth for this situation. I am new Aurena , please support me .
In Apps 10, I have noticed that when you use mWo and Aurena to report time on a Work Assignment, IFS creates a Work Task Clocking, but if I use my work in IEE I get a Work Task Time Report. Is there a way to turn off the clocking functionality and only use Work Task Time Reports?
I have a problem with a part that is created in IFS by Novacura Flow software. It creates the Inventory part but it is not appearing in Inventory Part in Stock. A user wants to receive it in to a shop order (in the “Inventory Receipt” tab in “Receive Shop Order”; see screen cap below) but it can’t do that unless the part is in the Inventory Part in Stock screen.The one I have in the screen cap below is just one but there are others.Any help would be appreciated thanks.
Hello,I’m running into an error trying to use an API method from the equipment object structure costs, and I’m wondering if this is a bug or if it’s intended functionality. If it’s intended functionality, would someone be able to explain why? Below is an example of the issue. For reference, we are running Apps 10 update 13. On equipment objects, there is a tab called cost/year. This shows summed costs that have been transacted against this object. On object V13201 below, the display shows a total cost for 2022 at $300.45. This is actually the sum of 4 different transactions so far, all with the cost type of Expenses. However when I run the API method EQUIPMENT_STRUCTURE_COST_API.Get_Total_Cost_Year('V13201', '104', '2022'), I get a null result returned.To confirm this API method works, I tested it on another object that has multiple cost types associated with it. The screenshot below shows V00042 has a total cost of $743.98 with $449.22 being cost type Expenses and $294.76 being cost t
We are evaluating the possibility to start using preventive and corrective maintenance in IFS10 and would like to have a perspective on the impact in planning and production modules.We would like that if a work center is schedule for preventive maintenance or if there is a work order to correct a mal function that the planning department could see this and the planning method would alert for the non availability of the work center in that date. The same would apply if a corrective work order is open for a specific work center that is not able to work properly.Is this possible? Is there documentation or demo on the subject?
Has anyone integrated IFS apps with Teletrac Navman previously to obtain measurements such as vehicle odometer readings, operating hours and GPS Tracking data (x,y co-ordinates) etc. ?Or even similar software. Do you have any experiences to share ?
Hi, Where can i get Ifs Roadmap for next years ?RegardThanks
Hi All,Does anybody know if there is a way for us to set below shown check box selected by default ? (Other than selecting it manually), without doing any code modifications.This is the 'allocate resource’, Gantt opening from work tasksThank you,Roshan
I have a problem when trying to move a Functional object in the objects structure in IFS10, update16. I get an error message saying ‘Object is already used in a Pm Action or Work order’. OK, that’s true but I can’t see any prerequisities regarding that in the online help.I also tried to Finish all active work orders but that didn’t help.So, is this a dead end? Will I never ever be able to move a Functional object to a new parant if there once was a work order for it?
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.