This will include the questions related to Touch Apps, Mobile Work Order, Maintenance, and Repair & Overhaul (MRO).
Recently active
I have created a list by enabling the multi select as below and added it to the page.list BulkAssigList for JtExecutionInstance { label = "Bulk Assignments"; multiselect = [true]; crudactions { new { enabled = [false]; } edit { enabled = [false]; } delete { enabled = [false]; } } field WoNo; field TaskSeq; field ExecutionInstanceSeq; field TaskRef.CCallId { label = "Call Id"; } attachments { enabled = [false]; }}I can able to see the option to multi select the list in solution Manager->mobile apps->configuration→ Apps for Page Designer->Service Engineer ->My Work → Work Details but i am not able to multi select the same list from IFS MWO application @Yasas Kasthuriarachchi @James Ashmore @Rukmal Fernando @Uthpala
I have added below query and not able to add syncpolicy and offlinequery to the query declartion as i am getting the error “Rule/Property deprecated from target version 23R1 Onwards”query CNonMegaAssignments { from = "Mobile_Work_Order"; where = "UPPER(Jt_Task_Api.get_c_call_id(task_seq)) not like UPPER('Mega%')"; keys = WoNo, TaskSeq, ExecutionInstanceSeq; attribute TaskSeq Number; attribute ExecutionInstanceSeq Number; attribute CCallId Text { fetch = "Jt_Task_Api.get_c_call_id(task_seq)"; }}If i try to use above query then i am not getting the data in mobile but getting the data in cloud mobile screen@Yasas Kasthuriarachchi @James Ashmore @Rukmal Fernando @Uthpala
Hi, We are trying to add a multi-select custom field in MWO but the field only allows for selecting a single value in MWO. The field allows multi-select in Enterprise explorer. Any suggestion on how to make the field multi-select in MWO?
Hi All,One of our customers having an issue like that they facing a deadlock in the PROD environment and the trace log files on Database Drive E experienced unexpected growth due to deadlock trace details, leading to the application becoming unavailable.During further analysis, we have identified that the below query is causing the deadlock in the environment ----- SQL Statement for this session -----UPDATE MOBILE_SYNC_DATA_TAB SET SYNC_STATE=DECODE(SYNC_STATE, :B10 , :B10 , :B12 ), REFERENCED_OJBVERSION = :B11 , MODIFIED_COLUMNS = DECODE(SYNC_STATE, :B10 , MODIFIED_COLUMNS, MODIFIED_COLUMNS || '^' || :B9 ) WHERE APP_NAME = :B8 AND ENTITY = :B7 AND REFERENCED_OBJKEY = :B6 AND NOT (APP_NAME = NVL(:B5 , :B3 ) AND DEVICE_ID = NVL(:B4 , :B3 ) AND USER_ID = :B2 ) AND SYNC_STATE <> :B1Can someone help on this to understand how this SQL query can be a reason for a deadlock? What are the possible ways to happen and how we can avoid it tp happening again? IFS Applications 10
Hello,Is there a possibility to set the MWO to have a fixed signature from the engineer? So the engineer doesn’t have to sign every single time they complete a Work Order?Thank you,Michael
Hello everyone,Hope you are all well :) I have a question from a client: Can a field in MWO be hidden based on other field value? As an example I have 2 fields: A and B. When field A = 1, I want field B to be available, when field A != 1, I want field B to disappear. Is this possible in MWO in this moment? And more important, is this possible with configuration only? Thank you in advance for your answer! :)
Hello, The customer would like if the dispatcher in the backend could manually process the time stamps that a technician has to set (e.g. working, completing the work etc.). I have thought about the Clock In and Out functionality, but it seems like it has some limitation when the assignment is already transferred to MWO.For example, even if I clock in and choose a time and date, the fields Assignment start and Work start are not being filled in.The same happens when I clock out. The system allows me to do this, but there is no data populated.I have also tried to enable Allow Clock in automatically on site level, but there is also no data populated.Do you have any ideas here? Thank you very much,Iulia
Good Afternoon When I open the IFS MWO Service application, I cannot see any objects in the object page. however in the IFS MWO Maintenance application the objects are visible. I’ve checked the user and company for both IFS MWO service and IFS MWO maintenance and both are connected to the same company and site. I’ve looked on the community and there’s other questions around IFS MWO Maintenance but no mention for the service app. This is for IFS cloud 23r1
We’re using workflow configs in Apps 10 and I can’t find any guidance on how the Filter for Source Connection is supposed to work. I’ve set it to Task Template Worklist but there doesn’t appear to be a way to specify any criteria. Has anyone used this and can explain it please. Thanks
Hi Experts,I appreciate for your input on following issue.The Customer has a central site named “UK300” which is always the WO Site and does not hold stock. Stock will be held on sites “UK172”.Mobile user is connected to Parts in Site UK172. Warehouse and Assortments parts connected to the same Site. Work order is created for site UK300. (WO and object connected tosite UK300) When a Task is dispatched, the Technitian can see all task details and his stock in Mobile. Even he can see Material orders connected to Site UK172 created from back office. Problem is, user cannot see his stock in “Material Quick Issue” list in the mobile? This was possible in App9 but in app10 it isnt? What could be the reason here, what is missing in this setup? Thank you,KM
Hello Community, Can someone please provide guidance on how to assign “Active Work Orders” in the Service / Maintenance Module in APPS9? When I right mouse button click over an active work order I see “Allocate Resources” but the option is greyed out. I’m not sure if there are some Basic Data tasks I might have missed during setup. Thanks!
IFS really need to start investing more in touch apps and the licencing agreements and costs that come with this. Our clients workforce is changing - clients will now have a younger generational workforce that have grown up with smart phones, tablets and access to whatever platform they want on the go. If IFS does not keep up with this change in he workforce and their expectations, companies that are looking for systems that not only perform the functions they want but also are easy to adopt by the workforce, IFS will be left behind. Typically that now to use Trip Tracker it is an expensive SKU, where other systems would have this as part of the solution. Yes you can log in using a URL but this then exposes other data that some companies would not want on employees personal phones. Apps allow access to specific data for specific functions and processes. What are other people’s experience or thoughts on this?
HI,One of our customer is in the process of implementing IFS MWO Service 10. While testing, we found that, if there are any new sales line created in the IFS Application against the Work Task, the line is not getting synced to Mobile app. Version: App10 UPD 11 IEE, ServiceEngApp - 1.6. Any help in solving the above is much appreciated. Thanks in advance, Sivaganesh M
Hello IFS Community,We have encountered an issue related to data losses during mWo App initialization, particularly when Work Orders contain attached pictures/Documents at the Task Step level. I have a couple of questions regarding this matter:Question 1: Could data losses happen due to the ‘Initialization’ NOT ‘Force Initialize’? Is it possible for the initialization to result in data loss, assuming there are no Failed Transaction in the queue but there could be pending transactions to Sync?Question 2: We have noticed that there are no warning messages or alerts when a user triggers the initialization or Force Initialize actions. This has led to some technicians mistakenly pressing these buttons. Are there any built-in solutions or settings within IFS that can activate warning messages or implement additional safeguards to prevent accidental initialization?Your insights and expertise on these matters would be greatly appreciated. Thank you in advance for your assistance.BTW, we are us
Hi!Is there a way to add a photo to a maintenance service request when creating a new request?
Hi, We are having ongoing issues with our Honeywell android devices running IFS Aurena Scan It 10.We’ve completed a wifi survey and there have been not dropped packets or connection seems good. Error examples areAn error has occurred - initCommand: Failed to read value from SiteVirtualStructVar.ContractOne or more errors occured. (Function<GetDataCollectionProcessOnline>:Failed to assign a value to Result. Value = ‘True’)Action<StartSession>:Failed to assign value to result. Value=’True’ This can be when they have just completed a Move Handling Unit process and then attempt to do it again. It can also occur when they complete a process, put the gun down to perform the manual task and on resuming using the app get a load of errors. Any help or troubleshooting tips would be much appreciated. I’ve attached some screen shots. Our IFS tas server is hosted by IFS. Thanks, Fiona :)
We are running Apps 9 UD17 IFS TAS 1.14.1.74 and only supporting Windows Mobile delviered from SCCM.We are receiving the following cyberscan vulnerability. - jQuery Vulnerability: CVE-2012-6708 Has anyone encountered this issue and how did you mitigate? Thank you in advance for your assistance.
Hi All, Once Document Requiremnet Profile has been added to for example a project, how we can control adding of those document classes to project?As I have been told u should not be able to close the project status before attaching those DC into project , apparantly is not working. Thanks,Aida.
When invoicing a service contract with an equipment object, we need to find a way to automatically set the object’s location ID as delivery address id on the invoice. Is there a system functionality enabling this in some way, maybe by a checkbox somewhere or some other setting?We know there are alternative solutions, like custom fields or custom events, but we would like a standard solution if possible. Thank you!
Hello all.One of our sales people has recently swapped from an iPhone to an Android device and is having trouble with the Android version of the Trip Tracker app.It’s all good until they try to End and Send and Expense Only Trip to the Cloud - then Error:ORA:20110: Employee Position is not valid during travel end date.Exactly the same Expense Only Trip can be sent from an iPhone with no problems (I’ve tested a mirror copy of the erroring Trip with my dev iPhone) so the issue definitely resides within the Android app. The error is all the more puzzling as there is no facility for actually specifying an End Date for an Expense Only Trip within the Android app - which is is bit rubbish really. So if the Trip has no End Date, it’s no wonder the Employee Position isn’t valid.. ?Has anyone ever got Trip Tracker to work with Android using Expense Only Trips ?
Hi,When setting the work assignment status to “Pending Completion” from MWO Service app (connected to IFS Cloud 22R2 SU3), it does not trigger a work time clock out.Is that the intended behavior or is it something missing in the design?To my understanding, “Pending Completion” means that the field technician is waiting for something to complete the work. So he is not working on it anymore. He might even be working on some other work while waiting.BRLénaïc
Hi All,I’m Getting this error in customers environment in Mobile Apps → Configuration → Apps for Page Designer → Service Engineer → My Work → Work Details screen , which I might think it is related to the added custom fields. There are many custom fields added. Any Comment on this matter. Thanks.
I have been trying to modify mwo in cust layer as an implementation and found this issue when i try to add a mediaselecter to an existing assistant.I’m checking if this is not completely possible or if this is due to my implementation issue.Customer is in 22R2 and in the code base the implementation is null for the function i’ve used from the eformsapp core file.FUNCTION Create_And_Connect_Media___ ( lu_name_ IN VARCHAR2, key_ref_ IN VARCHAR2, name_ IN VARCHAR2 ) RETURN Fnd_Media_Keys_RecIS BEGIN NULL;END Create_And_Connect_Media___;Can i know the error is due to this or any other reason?implemetation is like followingin the AdHocPurchaseRequestAssistant (overtaken in cust)fileselector MediaFileSelector { enabled = [true]; --[MediaEnabled = true]; multifile = [true]; init command { execute { call GetMediaFileExtensions() into component.MediaFileSelector.AcceptedExtensions; } } label = "Atta
Often in the NotifyMe mobile app, the user is presented with an empty notification screen, when we know for sure there are requisitions and/or purchase orders that are waiting to be authorized by the user.When we check the touch apps log file, we see the following error:Error when synchronizing entity FndStreamExtension: Failed executing query (ORA-06502: PL/SQL: numeric or value error: character string buffer too smallORA-06512: at "IFSAPP.PUR_REQ_NOTIFICATION_API", line 599ORA-06512: at "IFSAPP.PUR_REQ_NOTIFICATION_API", line 599ORA-06512: at "IFSAPP.PUR_REQ_NOTIFICATION_API", line 633ORA-06512: at line 1ORA-06512: at "IFSAPP.NOTIFY_ME_UTILS_API", line 401ORA-06512: at "IFSAPP.NOTIFY_ME_UTILS_API", line 406ORA-06512: at "IFSAPP.NOTIFY_ME_UTILS_API", line 347ORA-06512: at "IFSAPP.NOTIFY_ME_UTILS_API", line 358)When I check the API on the lines indicated, it seems to fail when assigning a value to the "detail_line_" variable, which is defined as varchar(2000). FOR line_rec_ IN purchase
Hi, I’m looking to receive a part via purchase order receipts in MWO but the PO isn’t showing. Does the work task it’s ordered against have to be at a particular status? I don’t want to transfer the task to mobile as the work isn’t being started yet.
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.