This will include the questions related to Touch Apps, Mobile Work Order, Maintenance, and Repair & Overhaul (MRO).
Recently active
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
Object Connection Transformation provides the means to support object connections to be accessed from business objects other than the ones to which they are connected. In order to do so we have to specify an object transformation method. For some scenarios it is not possible to map the target and source columns due to the fact that the source columns are not included in the target database view. Therefore how can we use custom Database methods for Object Connection Transformations ?
Hi everyone,i have question about document management macros. I want connected word tempalte document to the row in application (for example row of audit) and after create new document, or after attach i want the data from application to be filled into a word file.I have some macros block from enviroment test TQA CMB. But macros are only functional when i do checkout file (edit) - then is data filled into file.I think that the macros for action create new, and check in doesn´t work. You dont have anyone sample macros for there actions please? I dont know employees who would be familiar with writing these macros.And another question is, it is possible to filled data from row to the fille at the action “VIEW” - do you know? I will be happy for any answer, thanks.
Hi everybodyIs it possible to send a document in document revision via e mail for every month?(like a reminder) I’m using IFS 9. If so, how? Thank you
Hi people,Does anyone know why I’m getting the faield transactions sometimes “Entity not found”?The customer is using mwo app10 upd8.It updates everything, the steps, assignmet, pictures, but the method to save the status of the work task does not update. could it be the quality of the customer’s internet, something in mobile server or other reason?Tks
There an operational report in IFS that list out all on the shipments that are assigned to a consolidated shipment?
Hi ,can anyone tell , how can we set the initial screen in mobile after the person login.example : once login we get the home menu , can i change it to any other screen . App param:i could see one option in app param where we can set the initial screen in mobile but it is limited to Home or joblist .thanksmuthujayashree R
Hi all :)We have a lobby from where the customer needs to take action. The different lobby’s forwards to either a view or a Quick Report. Customer would like to have the context menu pop up automatically when forwarded to the destination, list view or quick report, I can not find this kind of Startup behavior in standard settings, neither for the view or the object… I this possible? Thanks in advance :)
Hello, would anyone know what the 80926 is referring to? This seems to be standard as we see it in multiple implementations OOTB. Appreciate the help
When I am trying to ship the parent product after repair steps are completed,I am getting exception as “Parent unit cannot be marked for shipment when component repairs are in-process”.When I check the component repair unit, the task is completed and all seems fine.Could someone please advice what am I missing?
Is it possible to generate works orders using separate pm actions based on the hours runtime of a machine or km’s driven by a vehicle using standard functionality in IFS Apps 8?I only see options to base this on day, week, month or none in the maintenance plan (shown in the attached image) so I would guess not using this but I wonder about an event based on measurements / readings taken and entered into the system.Anyone else had similar requirements?
May I get the customer portal complete user guide / document ? I cannot see any documentation on customer portal basic configuration process, how to create profile of a customer , how to provide access , if multiple / concurrent login possible in customer portal, How many users may use one customer portal license etc.Please advise.
Is it possible to build the quote page , under repair portal user?A named license user has the privilege to create quote under RMA page.But, A Repair portal license holder doesn't have that privilege to access quote. Is it possible build ta quote page from UI designer?
Hello, We need to use document approval for sales quotation approval. This because we have to approve the sales quotation by different users before release. Can someone help me with the statement to trigger the release of the sales quotation, when the connected document is released. The event trigger is not the problem, but the action to preform the release of the sales quotation. A general direction for the statement is needed . The document title is the same as the sales quotation number. Thanks
I have a business rule on task_attachment table, but in my output XML, I need the request_id of the request that the associated task is attached to. It seems that I can only access fields from the task_attachment table as parameters in my output XML. I understand I can include a select XML query in my output XML to lookup other values. Can someone please post an example of how to do this? Thanks in advance
You can use the parameter values as follows to search the screens with especially date ranges.When you open the screen, you can act like a quick report.&Bas .. &Bit
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.