Skip to main content
Answer

Sync is failing from Mobile to IFS Cloud

  • September 3, 2025
  • 2 replies
  • 61 views

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

Hi All,

I’m using ServiceEngApp and having an issue with sync failed from Mobile to IFS Cloud. Other way round it’s working (IFS Cloud to Mobile).

 

Error:
'Objsite' can not be mapped as a property or an annotation.
 

I have no idea where this ‘Objsite’ is coming from but it’s restricting the sync process.

 

Thanks & Regards,
Asanka.

Best answer by asanka1055

This solved after adding below code gen properties to my .entity file.

File: CPartOrder-Cust.entity

codegenproperties {
   DbDataSync     "true";
   DbDataSyncSite "CONTRACT";
   TimestampTZRef "site(Contract)";
}

2 replies

kasunhp
Sidekick (Partner)
Forum|alt.badge.img+9
  • Sidekick (Partner)
  • September 3, 2025

Hi,

 

As per current settings, Is this Objsite a mandatory field?


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

This solved after adding below code gen properties to my .entity file.

File: CPartOrder-Cust.entity

codegenproperties {
   DbDataSync     "true";
   DbDataSyncSite "CONTRACT";
   TimestampTZRef "site(Contract)";
}