Skip to main content

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.

How do the sync rules for this entity look like?


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;
      }
   }
}