This will include the questions related to Touch Apps, Mobile Work Order, Maintenance, and Repair & Overhaul (MRO).
Recently active
Has anyone seen this Exception before? System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Upon scheduling a database task I found the parameter “Check Executing” just above the Start Date, marked with yellow in the picture below. Usually when activating a scheduled task I check the check box “Active” and then consider when to start the schedule (start date). But I found that the parameter “Check Executing” is checked for some scheduled tasks and unchecked for some. In the documentation I can’t find any information about the mentioned check box. Can someone please explain what the parameter does and recommend whether to have it checked or unchecked?
Hello,We have created a custom MPM and calling using a perform action. On calling the same, an error is thrown saying“Manager Instance Creation Failed : Invalid Component Name Provided”For perform, we have defined proper namespace , component name and Method Name.In web.config we have added following line under <applicationextension><CustomManagerNamespace>**namespace**.***classname**<.CustomManagerNamespace> Any help would be much appreciated !!! Regards,Sachin
Is there a reason why the MWO app does not give a notification that a work order has been assigned or unassigned without being on the application itself. Notifications have been turned on within the settings of the iphone but this does not seem to work. It is only once you open the MWO app that you receive a new work order notification,
I have enabled sync trace for my mobile user with database viewer on and I'm using mWorkOrder 3.14 in Apps9 on an iPad. How can i view that local db from an apple device? I am familiar with Android and windows but i can't seem to figure out how to see it from an iOS device. Also, does anyone here know the logic IFS uses to generate a device id? Thanks
Is it possible to approve and release one document directly from the “attachments/documens” panel in Apps-8 without going in the document revision window ? The idea is to drag and drop a document (for example on customer order window) on which we have an approval template automatically triggered and allow the user to approve the document from the same window (customer order) .And same requirement for creating a new revision of one existing document already attached to any LU without going on the document revision window but directly from the window on which it is attached.
I have recently been asked to report on historical Work Orders resulting in Work Centre down time. I am vaguely aware that Work Orders or Serial Objects can be linked to Work Centres but would like some guidance if someone is willing.I need to understand if, how and what should be considered if either objects or work orders are linked to a shop floor work centre.Whilst we use the shop floor work bench we do not use any of the scheduling or capacity planning tools for Shop Orders.Many thanks,Matt
Hi , What are the Prerequisite required for Touch APp Installation on windows server with IFS 8.
We have a single occurrence where a transfer to a Customer order, of the Work order (with 6 posting lines) has created 6 separate Customer orders. We have never had this occur previously. We are high used of Work orders, with multiple Posting linesAll lines have been posted on the same day,Any heads up would be useful Thank you in advnace/ash
On the Tech Portal, I am using the ‘Mass Update’ button on the Task list screen to update tasks in bulk. The issue I have is not being able to ‘save’ the changes to this list. I have tried saving changes via the client script attached to the button, and also via a ‘Save’ button on that screen, nothing works. Anyone know why? or have an example of how to use the ‘Mass Update’ button feature?Just to confirm, this is on the Task List (Search results) screen in the Tech Portal, not the Task detail screen which shows the details of the one selected task.
Hi,With a Report Rule I want to put the name of the Customer on the name of the PDF report Customer Order Confirmation. So that instead of a random number, the CO Confirmation has the Customer’s name.It worked for the Purchase Order, with the Suppliers name, but I don’t know how to get the name of the Customer. This is what I have so far: CO Confirmation - [&Cust_Ord_Customer_API.Get_Name('[@CUSTOMER_NO]')]What do I need to change? And also a second question, For our own administration I want to mail Project Invoice to the Current User by using a Report Rule.Only thing is, I can’t select ‘USER_EMAIL’ from the Xpath.How can I select the right Email Address matching the Email Address of the Current User? We are on APP10 Update 7. Kind regards, Simon
Hi, using APPs10 UPD8,does anyone know if there is a way to schedule a task to send the transactions from mobile to IFS when a user turn on the internet connection in device?E.g.: today works like this:after finishing the wo offline, I need to open the app and click on “sync monitor” to send the transactions when the device has internet.The customer wants a way to schedule this process.Tks
Customer is on FSM6 u6 on the Azure Cloud. They are trying to get an invoice to attach to an email notification.The notification will go out but the attachment (invoice pdf) is not attached. It did work in 5.7 but something must have changed that is not documented.
We run multiple inter-company sites where we buy/sell spares for ServiceSo, i have a Work order with 3 material lines, convert to PO and can use the P/O change order to update the order lines.However…I now need to add 2 additional material lines to this P/O via the change order. All good so far.When the P/O is receipted, only the 3 original lines are posted back to the work order, and not the 2 additional lines.Currently, we have to raise another Requisition to transfer to a P/O.Any idea how the change order line can be posted back to the work order, without a new requisition? Thank you in advance/ash
I was wondering if it would be possible to add a stacked bar chart to an ad-hoc or custom report?Here is an example of a chart I would like to add to a ad-hoc or custom report.
Hello,I see the following errors in the alert log when I make transactions through the e-portal. When users make transactions in the portal, this error is constantly displayed in the alert log.WARNING: too many parse errors, count=500 SQL hash=0x801c39b1PARSE ERROR: ospid=16252, error=6550 for statement: 2020-12-03T08:30:54.866154+03:00BEGIN IFSAPP.FND_SESSION_UTIL_API.Set_Fnd_User_('DKURT'); EXECUTE IMMEDIATE 'alter session set nls_language=turkish'; END;Additional information: hd=000000994EC2D4B8 phd=00000099987B4288 flg=0x20 cisid=263 sid=263 ciuid=263 uid=263 2020-12-03T08:33:18.157099+03:00WARNING: too many parse errors, count=600 SQL hash=0x801c39b1PARSE ERROR: ospid=16252, error=6550 for statement: 2020-12-03T08:33:18.157099+03:00BEGIN IFSAPP.FND_SESSION_UTIL_API.Set_Fnd_User_('DKURT'); EXECUTE IMMEDIATE 'alter session set nls_language=turkish';
Hi everybody! I have a event action that automatic approved purchase requisition line . My problem is when I execute SQL statement in PLSQL it works perfectly but when I tried to execute it on IFS it doesnt work.The problem is here;ifsapp.PURCH_REQ_APPROVAL_API.Get_Pos_Code( '&OLD:REQUISITION_NO','1')=ifsapp.COMPANY_PERS_ASSIGN_API.Get_Pos_Code_Employee('#DEFAULT_COMPANY#',employee_code_) ifsapp.COMPANY_PERS_ASSIGN_API.Get_Pos_Code_Employee('#DEFAULT_COMPANY#',employee_code_) this statement returns null on IFS. But it is not null. I get a result from plsql. What can be the problem? Does anyone have a idea? ifsapp.PURCH_REQ_APPROVAL_API.Get_Pos_Code( '&OLD:REQUISITION_NO','1') and this statement returns position code with a period ‘.’ but it does not have period. I find Employee_code_ like thatcursor get_emp isselect a.emp_no from COMPANY_PERSON_ALL a where a.employee_status='*' and a.person_id='&OLD:REQUISITIONER_CODE'; BEGINopen get_emp;fetch get_emp into employee_code
I am new to IFS and I was wondering if there was a way of finding all the task’s eg project task , PO waiting for approval and Work task assigned to a user in one screen without having to switch to different screen ?
I am able to run script below in SQL (the select part of it) and it returns the results as expected; however on Mobile the line-code field is greyed out and won’t allow selections. I have confirmed that user_def1 is passed down to mobile.This is something i’m doing in order to filter out select line codes from appearing on Mobile screen.populateListFromQuery("non_part_usage", "line_code", "select description, line_code from line_code where npu_code = 'EXP' and line_code_type <> 'CYL' and line_code_type <> 'R'and user_def1 <> 'PR' order by sequence asc", true);
There are three columns on the Integration schedules screen, Trigger, Last Run and Next Run. If you schedule the task running daily, those columns do include HH:MM data. I’m wondering in which time zone those fields are?? Also, Integration Scheduling Wizard includes HH:MM field. Local Time zone?Here is a picture clip which causes confusion:
Is there anyway to know if this feature will be included in UPD10 being delivered in December? Is so, any details on the functionality would be appreciated.
I have a report layout that runs fine for 2 companies in our IFS system but gets this error: “The layout file does not exist in database.” for the 3rd company. All 3 companies are using the same report layout. Can anyone help me solve this issue? This is the stack: Ifs.Fnd.FndSystemException: Explorer: An Unhandled Exception has occurred ---> Ifs.Fnd.FndSystemException: Unexpected error while calling server method PrintReport/ReportFormatRequest ---> Ifs.Fnd.FndServerFaultException: The layout file does not exist in database. at Ifs.Fnd.AccessProvider.FndConnection.ParseErrorHeader(FndBuffer buffer, FndManualDecisionCollection decisions) at Ifs.Fnd.AccessProvider.FndConnection.UnMarshalResponseHeader(Stream responseStream, FndManualDecisionCollection decisions) at Ifs.Fnd.AccessProvider.FndConnection.HandleHttpSuccessResult(HttpWebResponse result, FndManualDecisionCollection decisions, String operation, FndBodyType responseBodyType, Object responseBody) at Ifs.Fnd.Access
Hi All,Can someone please explain how to create own Attachment Screen based on baseline functionalities in Android & iOS? Thank You.
How to pass values of target key reference to my custom method as parameter.
Users are attaching documents to Purchase Order headers and we have figure out how to control who can see the attachment and who can view an attachment. Our problem is, anyone who can see the attachment can ‘detach’ it from the purchase order. How can we disable the detach option from the right mouse button menu? thanks
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.