This will include questions related to FSM and PSO.
Recently active
Hi All,i am planning to use perform method using metrix xml in map function. how can we capture response in xml maps. as per document “Metrix 5 XML Messages” , ex: below is the xml message in map function . <create_task result_name="CreateTask01"> <request> <request_id>{requestId}</request_id> </request> </create_task> Response ; <create_task_result result_name="CreateTask01"> <task> <task_id>6198</task_id> <accepted>N</accepted> <plan_start_dttm>05/01/2012 03:19:00 PM</plan_start_dttm> <plan_travel_to_min>0</plan_travel_to_min> <plan_travel_return_min>0</plan_travel_return_min> <plan_travel_start_dttm>05/01/2012 03:19:00 PM</plan_travel_start_dttm> <fixed_commitment>N</fixed_commitment> <status>OP</status> <task_status>OPEN<
Hi, Is it possible to control (hide/show) the task’s status change icon on top right corner for different screens for the mobile app? Thank you,João Oliveira
Hi Team,Is there any option to create a child relation between different data types like Decimal & String by converting decimal value to string value. TASK.TASK_ID is Decimal & METRIX_AUDIT.KEY_COL_VALUE01 is String 256
We are getting the below error while opening the Integration Run Log in the application :Unrecognized Business Object 'Integration Routing Rule' and 'Integration references'.Contact your System Administrator for assistanceAnyone has any idea how to resolve the issue Regards,
Our requirement is that one person should be allowed to work in 2 different teams in 2 different shifts. In person record we are able to add only one Calendar ID . How it can be handled in IFS FSM to meet this requirement. (G2330348)
Hi Experts,I am trying to achieve the tag highlighted in the left image below. What I have managed to create is shown on the right. My setup is as following, if I use @xsi:noNamespaceSchemaLocation above, nothing gets added as an attribute.How do I get this tag exactly as required?
Hello community, I would like the time to invoice on a work task to only consider the time report of work done not the time report of trips. This is because I do not want to invoice the trip hours but still need to get the time spent during trips.For example: I set the time duration of a work task to 0,1 hour with the Work Order Invoice type Max quantity Then I do the trip and the work with time reports and I get the following (in blue trip hours to and from the work and in yellow the time spent on work) I would like Max Qty to consider only the work done (in yellow) instead of suming the two. In this example, the quantity to invoice on each line should be:Line 1: 0 Line 2: 0,1 Line 3: 0How can I achieve that? Also, how can I see that the line correspond to a trip time report vs work time report? (Here I get the information because I know how much time is spent on each time report but I cannot find the information directly on the line) Thank you,
when a technician open schedule board he can see tasks of colleagues present in the same team but he cannot change any task showing over the schedule board. only task assigned to him can only be changed by him.Summary:- Technician can do changes in a task over schedule board assigned to him other then those he cannot able to change.
Hi Experts,I have a customer running FSM production environment & there is a requirement configure FSM instance to use HTTPS instead of currently used HTTP.The question is the customer has a specific requirement of not running the FSM installer file to reconfigure the application with these changes.Customer is asking whether it is possible to manually change the configuration files of the FSM instance to enable HTTPS communication, without doing an application reconfiguration through installer. Thanks in Advance !!!
Hi,Is it possible, either in IFS or PSO, to book a human resource (a technician) without the creation of a work order? (Similarly to the creation of an outlook meeting)For example : book a technician for 3 hours on a Tuesday morning without a work order or any detail of the work to do and later on add the work order once we have the information. Thanks ,Nethmini
Hello all!!Do you know how to add the attachment feature (See/Add attachments) in custom screens with configuration?Attachments are displayed in the OOTB Debrief Overview screen, but we need to add the attachments in another custom screen, if possible. Thanks a lot !!
Hello all, In our custom screens, we would like to have only title, and no screen tip.In order to do this, we tried to leave blank the 'screen tip' property as shown in the first image below, but this has as result to be displayed the default screen tip, as shown on the second image ('This is a sample tip with text and stuff').How could we have no tip at all ? Thank you!
Hi.We are currently trying to figure out how to remove parts from a site. For instance if the site gets shut down, how do I remove all the parts using the mobile app? There is a remove parts screen, but nothing shows up.The way we want it to work is have a task for the site and then select parts from a list to remove them.Any help on this would be very much appreciated.
In PSO 6 how do i add a filter, in scheduling resource view, that does not contain a word/phrase? Contains is a standard option but I need the inverse for my filter
Hi,Using PSO 6.7.0.30.We are trying to extend the scheduling window in our Gantt view.This is marked in PSO as a vertical blue line, but we have not found any parameter to extend this window. Where is the possibility to configure this?
Hi,We are attempting to use the Customer Portal over Internet Explorer in order to complete some testing. Upon logging into the Customer Portal we receive this error message. Has anyone seen this before or know why this error might be happening. It is not our configuration because the out of the box (vanilla) installation throws the same error message.
We have a requirement from one of our customers where in once the part (serialized) is received for repair, after repair there is a possibility that the part becomes a different part and probably a different serial. Is there a functionality in IFS FSM 6.14 for the same and how do we handle this scenario?
We have recently moved our attachments directory to a new folder. We have set the APP Param in the FSM Smart Client to point to the new directory however when we open an existing attachment the Smart Client tries to look in the previous file path not the new one. Does the file path need to be changed somewhere for all the attachments?
Hi all, we aim to send report of finished tasks done to each technician weekly, so we want to create scheduled process for that.I have created a client report, set up the notification message for it, and setup distribution list for it.When I tried to run the MPM, the subtitution map I set doesn’t work. <perform_send_notification> <parameters> <distr_list_id>C_TIMESHEET_TASK</distr_list_id> <message_name>C_TIMESHEET_TASK</message_name> </parameters></perform_send_notification> The query for report dataset: SELECT person_id, DATE, ID, TYPE, place_id_cust, access_group, TRAVEL_START_DATE, START_DATE, START_TIME, END_DATE, END_TIME, DURATION, BREAK_DURATION FROM C_TIMESHEET_TASK_VIEW WHERE person_id = @PersonId Setup of notificaiton message:I have tried to substitute the person_id using these options: Parent Tab Name = TASK_EVENT » Select Tab Name = C_TASK_PERSON_VIEW » and
Hi Experts,I would like to know whether the following scenario is possible via a client script, We send an outbound integration on a particular entity with the user who created as a part of the body (ex: request_id, created_by) At a later point another request comes in as an inbound integration (not a response to the previous one, this is a separate request) with some additional info alongwith the initially sent fields (ex: request_id, created_by). We update the additional fields on the particular entity. At this point, if the user is on the same screen on the webclient, is it possible for the user to be notified that the entity has gotten updated by the integration? I tried with an alert BR, but since these are separate processes the alert isn’t shown. I am thinking of a client script solution where we could introduce a poll on an interval to check for a change in data and show an alert based on a change. I couldn’t find a client script function which could do this kind of polling. I
Hi,on our DEV, when running refresh cache or refresh cache full we often get error: The following system level exception was generated by the application: Incorrect syntax near 'EN'.Contact your system administrator for assistance. The server log or event log may contain more details about the error. After executing the refresh cache for several times the error doesn’t appear. And the next refresh cache, the error reappears.Any idea what causing the error? -- server log showed info like this:Timestamp: 2022-05-20T11:57:08.1490252+00:00Message: SQL Server Exception: number=102: Incorrect syntax near 'EN'.Machine: DW1MDWK0000AUApp Domain: /LM/W3SVC/1251523880/ROOT-1-132968143322143582ProcessId: 10176Process Name: w3wpThread Name: ServiceRequest_456Timestamp: 2022-05-20T11:57:08.1802774+00:00Message: SQL Server exception (102:Incorrect syntax near 'EN'.) executing following SQL:SELECT MESSAGE_ID, LOCALE_CODE, MESSAGE_TYPE, MESSAGE_TEXT from metrix_message_def_view where LOCALE_CODE in ('
I am wondering why sometimes the PM setting start date is not matching with planned date in maintenance plan.I think something went wrong on the specific PM line because others PM line in same contract created correctly.Any help would be greatly appreciated.Thanks,
Can anyone advise if there is anything pre-built to push data from work orders/work tasks to the calendar in outlook? I was on a call with a customer who is currently using apps 10, and they are asking if there is anything like a connector out of the box that allows a schedule work task to push onto the scheduled resource’s outlook calendar. So as an example, a job gets scheduled tomorrow from 9-11 AM, so a meeting would auto generate on the technician’s outlook calendar from 9-11 with applicable information such as the address.This same question goes for IFS Cloud as well.
In task screen we created a user def field as a checkbox now we want once we click on the checkbox and save the screen it should freeze some fields in the task screen.once uncheck the checkbox it should unfreeze all the fields that were freeze.
Good morning,I am unable to add a work type to an existing Work Order. A message stating : 'work type can not be changed when one or more posting rows are transferred to customer order'At present the Work Type field is blank.Can you advise how I can rectify this?Thank youDave
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.