Skip to main content
Question

Displaying Custom Equipment Fields in Mobile Work Order (MWO) App

  • November 18, 2025
  • 3 replies
  • 22 views

Forum|alt.badge.img+6

Hi Team,

I’ve added custom fields to the Equipment entity in my IFS Cloud environment (Cust layer). Now I need these fields to be displayed and accessible in the Mobile Work Order (MWO) app. Could someone guide me on the correct steps to expose these fields in MWO .

Thanks

Venkat

3 replies

JOOLSE
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • November 19, 2025

Hi

Not sure exactly how you have done this as you are talking about Cust Layer, which indicates code change and deplloyment in that area. 

If it is that you have done, then you need to add the customf field in the projection used in Mobile, as otherwise it will not worrk and can’t be seen in the mobile client. 


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • November 19, 2025

Hi ​@JOOLSE ,

Thanks for the reply.

Yes, we added the fields at the code level in the Cust layer. The columns are now visible, but the values are not coming through. Could you please guide me on what additional steps are needed on the projection side for the Mobile client?

Thanks

Venkat


JOOLSE
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • November 20, 2025

We usually have a offline project as well as the online projection. 

So this field need to be added to the offline projection in my mind. 

Also check entity details for that projection in IFS cloud. 

Usually when adding a custom field, it is done in page designer and puslihed there, then you need to go to he page Entity Details in Mobile apps and also make sure the custom fields is published there.

Now you have done a change in the code instead, so not really sure you need to go the the entity details and add it there as well. but please check.