Skip to main content
Solved

Custom Metadata - Link to baseline table causing batch sync error

  • May 25, 2023
  • 2 replies
  • 49 views

Forum|alt.badge.img+8

Trying to solve an issue relating to a batch sync error on mobile with a baseline view. 

 

Two views: MMA_request_history_view and MMA_task_history_view are returning the following error

‘~BatchSyncError:Metadata not found for mma_task_history_view.modified_dttm. Contact your system administrator for assistance.~’

I have updated the view to include modified_dttm, as well as added custom metadata to reflect the new field.

 

 

Both views use a similar line in their sync rule     <attr>MMA_REQUEST_HISTORY_VIEW.*</attr> to label all fields. My assumption is that the custom metadata entry for mma_task_history_view is missing something to link it back to the baseline view.

 

Any thoughts?

Best answer by BrianG

I’m guessing you modified the Delivery Method of the sync rules.  Since those baseline views have no modified_dttm, the delivery method must be Batch - All.  You cannot modify the baseline views because the next time you upgrade your changes will be overwritten.

2 replies

Forum|alt.badge.img+6
  • Hero (Customer)
  • Answer
  • May 25, 2023

I’m guessing you modified the Delivery Method of the sync rules.  Since those baseline views have no modified_dttm, the delivery method must be Batch - All.  You cannot modify the baseline views because the next time you upgrade your changes will be overwritten.


Forum|alt.badge.img+8
  • Author
  • Sidekick (Customer)
  • May 25, 2023

I’m guessing you modified the Delivery Method of the sync rules.  Since those baseline views have no modified_dttm, the delivery method must be Batch - All.  You cannot modify the baseline views because the next time you upgrade your changes will be overwritten.

This makes sense! thanks!