This will include questions related to FSM and PSO.
Recently active
In Cloud, is there a way to assign a maintenance team to a work task without having to allocate resources? Thank you.
I want to add a filter in product list screen(baseline screen). Due to base line screen i am not able to add search filter over there. So i added a new custom screen for filter . there i want to add product id . so that based upon product id product list should be visible. Is it possible ? if yes please suggest how to do and how i write the script for that. please suggestthank you in advance
Hi Team, I want to restrict or alert the user from doing some specific action in mobile.How I can restrict it through mobile client script. For example I want to alert or restrict the user once he tries to select and drop down and try to save it based on some unchecked condition.On the below screen,Like he cant scrap and save it when the from part need checkbox is unchecked.(Alert or Restrict). Regards,Pinmaya
Hi All, I want to hide particular drop down value(Scrap) once the from part need checkbox is unchecked in mobile. Once I click on the from part need checkbox I should be able to hide the Scarp value only from the dropdown not the (Installed and Transfer To Vanstock values) Below is my code but its not working as expected kindly help. var IsChecked = getControlValue("custom","from_part_needs");if (IsChecked == 'N') { var conSump = stringFormat("SELECT description, code_value FROM global_code_table WHERE code_name = 'ELUX_CONSUMPTION_TYPES' AND code_value != 'Scrap'"); populateListFromQuery('part_usage','user_def16', conSump, false);}else{ var conSump = stringFormat("SELECT description,code_value FROM global_code_table WHERE code_name = 'ELUX_CONSUMPTION_TYPES'"); populateListFromQuery('part_usage','user_def16', conSump, true);} Regards,Pinmaya
Hi Experts, I'm getting the following error while doing a PSO reconfiguration process.Anyone have an idea why this is happening? When I try to log in to the database using the ifs password we have, it works fine.
Hi Experts,I am trying to assign skills for my resources and use them in request tasks. My question is on field ‘In Use Cost’ (tool tip help : The cost to apply when the skill is available at the time and being used) in skill setup. I have set this value as 30 and did not use any other setups like skill levels.and then assign this skill to one of my resources. The first thing I noticed is that ‘in use cost’ in skill did not inherit. (Is this correct?)Then I created a request task with plan start and finish date within above date range and add above set skill as a demand. If I report time against this demand (with an assignment for the above resource or not) I always get the cost setup in resource group(which is 10).Can someone please explain if I should follow any other setups or my thinking about this functionality not correct?Thank you,Roshan..
Hi All,We are transitioning from Soap to the Restful Gateway, the Rest calls etc are fine and we have these working, the problem is that we need to remove the webinterface installation on the server but this is currently used to pull in the Service Reference to serialize the xml from the IFS Workbench into a DsSheduleData object so that we can use it in our inhouse code and then serialize it back to send back to IFS.My question is where can I get the DsScheduleData schema/object from when we don’t have the Service Reference to pull it from?I have located the DsScheduleData.xsd in the install documentation folder and created a class file from it using xsd.exe but this does not replicate the reference file obtained via soap so our code can not use it the same way.I also found a Schema.dll in the Restful Gateway folder and tried to import this but I get dependency issues and cannot load it into code,I may be missing something very simple but I am hitting my head against a wall at the mome
May I know - What is the maximum number of tasks that can be assigned to a mobile work list without causing sync issues? Please note that the customer is in UPD 30
Hello Everyone, I want to fetch data based on the part id lookup of one miscellaneous adjustment screenbased on the From place(Place for Stock) selection.Means in part id lookup I want to populate the parts that is only available from that place.not all parts. When I am giving From PLACE as (TECH_39991021), I should only be able to see the part ids available in the TECH_399102(Place for stock) stock screen. Do I need to write client scripts or I can do this by lookup configuration in UI level.Please suggest. Regards,Pinmaya .
We are experiencing the cursor dropping out of a comment field and sometimes deleting any text in that field. Has anyone experienced this issue? Is there a fix?
Hi,Currently we are facing an issue, a schedule xml has been added to run on daily basis to send email notification, but the excel file is not attached in the email, only the content in the message body is getting printed in the mail.
Hi Team,How can i identify SLA details on resources screen easily without clicking any options like activity screen.In activity screen we have options as below: So can you please check & Confirm. In legends its shows as we can easily identify like below, so where i need to do the configuration for this. Or is there any way in Resources screen i can easily find the SLA details without any click, please suggest. Regards,Shiyaz
I'm facing some issues with the synchronization of FSM Mobile.Mobile Replication from Scheduled process is activated.I just reduced the time to make it easier to check. After solving this issue we will update it to 1 hour.Let's analyse first the Sync rule Attribute:The XML Poster result just to check if there is any problem with the XML: Converting XML to SQL: Total amount of rows from Attribute sync ruleThe Mobile should receive 217.691 attributes.After synching the Mobile database returns:Mobile database result from Table AttributeFrom server database: 217.691From the mobile database: 200.000Difference: 217.691-200.000 = 17.691 Sync Rules concept investigation:From the beginning, I thought by selecting Batch-Delta the system would divide the total amount of rows int packages of max_rows from XML initial query. But If I do it and limite the max_row = 50000 as the advice: Doing this the maximum of received amount of data became 50.000. The system was only updating the data from the IN
Hello, I am need to build a validation business rule that acts based on who is preforming the action.I understand that in the I can place static values in the ‘expression’ area pointed at “user_login_id” but it appears that MUST be a static value validate against I would like to validate that against the view “direct_NPU_alter_auth_VW” that returns a list of person_id’s and a YorN field if they are authorized. But it appears this is non functional. I have tried : “user_log_in.person_id = direct_NPU_alter_auth_VW.person_id and direct_NPU_alter_auth_VW.Bill_NB = ‘N’” but it does not work.. Can you help me with this logic? Best regards,Dan
Hi Experts,In work order functional area (before request management work stream), it is possible to generate invoice previews in bulk using ‘generate invoice preview’. It is not clear if this functionality available for request management area as well. If i check the navigator(24R1) i can see two entries, but none of them generate invoice previews for requests i have which are qualified and i can generate invoice previews for same records manually. Please advice.Best Regards,RoshanP.S : A related community post Request for a functionality similar to "Generate Invoice Preview" for Request Management | IFS Community..
Is it possible to set a minimum width for a task on the scheduling board, even if the task has a shorter duration? The reason is that tasks shorter than 30 minutes become very small on the board, making it difficult to click on them and perform any consultation or modification.
We are working on setting up PSO for short cycle work but have many different Job Types and Skills that we need PSO to handle. How are others handling the potentially hundreds of Job Type, Skill, and Resource combinations.
Can anyone help me to understand why am I loosing the reference from the lastscreen controlkey ? I’m not sure which one I should use: getcurrentkey or getcontrolvalue. For me is not clear. Anyhow it is not fetching the selected Attribute from the list. Any ideas ?
Hi, I need to implement a lobby in FSM which navigates to a cloud page and need to pass the place_id(stored in the database) as a parameter. please advise on how we can add a parameter to a URL in a lobby in FSM.The link to the cloud page that we need to access(parameter is highlighted): https://tracker-cfg.ifs.cloud/main/ifsapplications/web/page/CustomerInvoiceAnalysis/Form;$filter=%28Identity%20eq%20'CMWCUS001'%29 Thank you.
Hi Team,I’m using the Attachment functionality in mobile to capture attachments for ESCALATION table.From the mobile screen by using the Attachment icon of (user_def13 field inside escalation table).After uploading an attachment and while saving the record , the data inserted in to user_def13 field as a negative integer value such as -1, -2, etc., in the DB instead of the filepath.To solve this issue, we followed the below steps:1-We created a table called "c_escalation_attachment."2-In that, we added columns attachment ID, escalation ID, and c_user_def1.Then, we mapped the relationship, one with the escalation table and one with the attachment table.Then, in the default definition, we mapped c_user_def1 with the attachment_name of attachment table.After that, we also mapped the c_escalation_attachment table in the escalation table.Then, in the mobile version, we added the same c_user_def1 as the attachment field and tried to insert the data again.After filling in the data and submi
I am currently facing issue with my IFS Application. It seems that error is appearing on every pages as shown below.I suspect this might have occurred because I mistakenly deployed some components (FNDBAS, APPSRV, ENTERP) files which were not required to deploy while I was doing the practices in the training environment of Mobile Development Training.Could anyone please guide me how to resolve it. Thanks,Sumit
HI,In mobile I am hiding few fields based on the drop down selection.Can someone help me giving some basic syntax examples. Like I need to hide X field based on Y fields drop down selection(Say Z). Thanks In Advance,Pinmaya
One of our customer is looking to use TOM TOM for GIS integration for Field force enablement and Unit location visualization inside IFS Cloud in Dispatch Console Map.Please Note: They are currently not using PSO.While we understand ESRI and Google maps is what IFS gives out of the BOX, is there any option to connect using TOM TOM without customization, or do we have any connector via which it can be done directly on IFS Cloud?
Step1 : We have created a new workflow in fsm for sample application.step2: we have created a new task type for the workflow.step 3: when we are going to assign a task (with newly created task type) to user that is not reflecting inside the mobile application in job screen. step 4: Inside this new workflow if we assign task (with pre-existing task type) to user then its work fine. Could you Please help us to resolve this issue as we are mentioned in step 3..
Hello, I’d like to copy a service quotation. How might I go about doing this? I see that Sales Quotations and Customer Orders have a copy button and page, would I need to create a new page and projection to accomplish this?Thanks,Bryan
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.