This will include questions related to FSM and PSO.
Recently active
-Is there a way to provide a placeholder for signature in service report? I know that from MWO screen, we can capture the signature & it will reflect in service report but if someone could not meet with the customer representative who had to sign it on FSE’s device, he will get the service report created & then print & send for signature. So can any such placeholder be added here rather than fetching from screen?
Hello, or some time now we have had the problem that when writing in FSM there is a long delay before what has been written is displayed in the fields in FSM. The network environment has been completely checked and is in order. Has anyone ever had this phenomenon? ThanksBest regardsMarkus
Does FSM Mobile version 6.19 support Android 12? Update 14 has this stated:The Mobile Client Requirements in the Install/Upgrade Guides have been updated to include support for Android 12 and iOS/iPadOS 15.We want to confirm if we need to upgrade to 6.20, which was stated in a community note that 6/20 supports android 7-12.
Hi there. The company I contract to recently switched to using IFS field service. With the old system, a single purchase order was raised for me to invoice my jobs for the week.With IFS, apparently it's not possible to have multiple jobs on a single purchase order, a new one has to be created for each job, which is very inconvenient, since I now have to create a separate invoice for each job, which might be 15 or more for a weeks work. Is there any way to get around this? Any help would be greatly appreciated.
Hi Team, i have encountered a strange behaviour in pso where tasks goes booked and then suddenly goes unallocated i checked with gant chart and found that technician has 3 capacity still it doesnt accept task, has anyone noticed same issue. thanks in advance.
Try to integrated PSO with IFS Cloud. To setup I use Scheduling Optimization and Machine Learning Configuration Assistant. in final step, with finishing assistant it’s throws error,“Failed to connect to IFS Optimization server account Default. Error message was: 403 - Forbidden. The user IFSSCHEDULING and the parameters OpenIdAuthority, OpenIdClientId, UserNameClaim may need to be set up manually. Do you want to continue?”Anyone experience this before?
Filters are not working in dispatch console as can be seen in image.
Hello, I created a Client Script to implement the mass update of tasks. The code is writing below:var teamID = getControlValue('task', 'team_id');openWCMassUpdatePopUp();while(1){ // read-only field setControlEnabled('custom_input_xml', 'task__team_id', false); setControlValue('custom_input_xml', 'task__team_id', teamID); refreshScreen();}The code permits copy the team that I selected in the Task Screen to the team_id of the mass update and set the field as read-only. This way, I can change other fields in the tasks, except the team_id.In the UI Designer, I configured the mass update in the following way:The problem is that every time I open the mass update pop-up, this error appears:Does anyone know how to solve this problem?Thanks!
Hi All, Could you please advise on what are the generic assumptions made during IFS FSM 6.0 Installation? Thanks
Hi experts,We have outbound integrations that are triggered based on the ticking of a checkbox. One integration runs when the check box is ticked (Let’s say IntA). Another one (IntB) is run when unticked. Both are connected to synchronous transactional business rules. So if the integration succeeds, the ticking/unticking gets saved successfully.IntB works fine. But IntA runs into the following error, On the web client when the same is done, the error is a bit misleading, Now, despite the error the integration actually works. If the user refreshes the screen and says ‘No’ to the “Do you want to save changes ?” message, the checkbox is ticked and the integration run log shows that it’s gone through.Upon checking the time taken for both the integrations I observed the following,IntAIntBAs you can see, IntA takes signifacntly more time as opposed to IntB. So I feel like this long interval causes the database transaction to time out and hence the error? If this is indeed the case, is ther
How can i migrate surveys and roles from one environment to another.
Hi all,do you know how to set role for this requirement:Smart Client: only to show onlyImport/Export screen. Person screen.(Web Client » will only show Person screen then)Import/Export limits to only specific tables (e.g. tables related to Person - person, person_place, person_address, person_role) » Is it possible?I have set the role below: Using role setup above, user sees all functions in Admin and File. Do you know how to achieve above requirement? Thanks in advance for your feedback. Cheers,~Juni
Hi Experts! Currently in FSM Mobile Client. The Debrief Overview screen has an action status bar. How do i create a custom standard screen and add that action status bar in the custom screen?
Hello,I was wondering if it is possible during the execution of a work task in Service Management module to return a service object and exchange it with a new one, so that the change also appears in the asset hierarchy. My ideas until now are the following:Return the Service ObjectAdd the new Service Object which will be the exchange object:I suppose the exchange could be possible by connecting the return lines. However, when I click on it, I receive an error. Do you know what does it mean? What is this connection type ,,VIM”?I also have another issue. This field ,,Connect Return Lines" only appears in my internal test system. When I try to replicate the process in the client system, this functionality is not shown, even if I followed the same steps. Do you know if I am missing something here?Thank you very much. Any help is appreciated.
Hello All,We were using FSM 6.7.But after the Android 13 update we lost access to Mobile FSM since 6.7 is not compatible with Android 13So we just upgraded from FSM 6.7 to FSM 6.24 Now with Android 13 FSM 6.24 is working fineMay i please know until what Android version it supports FSM 6.24because we are not sure if it will be compatible with the future Android OS releases 14,15,16...etc Thank you
Hi Team,We see that we have some dependent tables where purging or archiving is working for specific DB tables. but it doesn’t work for the all the records. it is seen that for Certain set of tables it is working fine. For others it does not work how can we understand on the root cause of this behavior. kindly suggest as this is priority to be fixed and check. Also kindly share the document if any to re check on the configurations.
Hello,we have a client who wants their ADDRESS_ID and CONTACT.CONTACT_SEQUENCE to always be 10 digits, for example, Address ID: 0012345678.When we import the customer's current sample data, the leading zeros in Address ID (e.g., 00 in 0012345678) are not displayed. We only see 12345678.In FSM, both of these fields are of the DECIMAL data type in the FSM Metadata, and it is not possible to override them with custom metadata.Apart from using a user_def field with a column type of STRING, are there any other options?Thank you in advance for your kind help.
Hi Team, is there any way we can pass some parameters (from BR on column changed after commit )to outbound xml maps . we want to call external system to send few information on outbound parameters like highlighted in below <perform_outbound_integration> <parameters> <dataconnector>Metrix.Integration.JSONOutboundConnector</dataconnector> <extract_entity>Notification</extract_entity> <message_name>statusNotifications</message_name> <enable_time_constrain>N</enable_time_constrain> <even_status>@event_status</even_status> <input> <primary_table_constraints> <task_id>@task_id</task_id> </primary_table_constraints> </input> </parameters></perform_outbound_integration>
In our solution two different resource are never going to work in the same task. Each task will be allocated to only one resource.To avoid confussions, we want to dissable or remove or hide the Add Resource button that it is included in the Schedule Board task card.Is there any way to do it?
(FSM 6) I have a remote API that needs to be hit like GET https://remoteapi/dothething/12345 With the “12345” being variable. This is being stored in a userdef on the primary table of the integration map. Is there a way to pass this userdef to the message routing rule as a variable for the URL? Maybe I could update the message routing rule and refresh the integration cache prior to firing the outbound integration but that’s ugly.
Extension to PSO to FSM Unavailability Integration | IFS Community Can you please include the features to have comprehensive synchronization of Calendar Exceptions & Shift Definitions from PSO to FSM.
While installing FSM application for Mobility instance received the following error code. We do have significant number of Mobile licenses. Communication error: A125: No License information was found for the user : IFS_MOBILE. Contact your system admin for assistance.Could anyone advise, what we have missed here?
In an FSM Lobby element we need users to be able to utilize the FSM Scheduling Workbench link to go directly into PSO as they do from clicking the link in FSM. Have tried various link values for the Lobby data but keeps stopping at the PSO logon screen. Would someone please pass along the correct info for that link, assuming Custom URL and link details. Thanks
I am using IFS 8. Every time some users connect to IFS, the screens are reloaded. What is the reason of this? Normally, when the data is loaded in the apps folder, the page should not be reloaded. I couldn't figure out why this is happening to some users.
I am using IFS FSM to send an outbound message from our system to a customer’s ticketing system. I am trying to use value conversions to translate our request_unit.model_id to the customer’s system subcategory field. The lines have been set up, with some of the values below, however, when triggering this integration, the values provided are not being converted. This is the output provided by my tests below- you can see that the input is still the “value from” rather than the expected “value to” "request": { "location": "0901", "channel": "virtual_agent", "category": "LAPTOP-GS", "subcategory": "LAPTOP-GS", "priority": "3" } How would I go about troubleshooting this to determine why it has not converted?
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.