Skip to main content
Solved

New List is not visible in IFS MWO Service Eng App

  • August 27, 2025
  • 2 replies
  • 34 views

asanka1055
Hero (Partner)
Forum|alt.badge.img+9

Hi All,

I have Customized ServiceEngApp and added  a new list to visible in IFS MWO Service Eng app, but it’s not visible there. In IFS Cloud application I can see the data.

 

IFS Cloud

 

IFS MWO Service Eng App

 

Anyone has any idea on this? I would like to see the data in the app.

 

Thanks & Regards,
Asanka.

Best answer by asanka1055

This solved after adding my new entity to the sync entities section in .app file

File: ServiceEngApp-Cust.app
@Override
syncentities {
   entity CPartOrder {
      syncpolicy Batch {
         syncschedule = daily at 00:00;
      }
   }
}

2 replies

Alexander Heinze
Ultimate Hero (Employee)
Forum|alt.badge.img+23
  • Ultimate Hero (Employee)
  • September 16, 2025

How do the sync rules for this entity look like?


asanka1055
Hero (Partner)
Forum|alt.badge.img+9
  • Author
  • Hero (Partner)
  • Answer
  • October 13, 2025

This solved after adding my new entity to the sync entities section in .app file

File: ServiceEngApp-Cust.app
@Override
syncentities {
   entity CPartOrder {
      syncpolicy Batch {
         syncschedule = daily at 00:00;
      }
   }
}