Hi there,
I'm working on sync the hosted feature service (for S123) in our enterprise portal back to SDE. I followed this article by @JamesTedrick
Migrating data from the Survey Feature Service to ... - Esri Community
However, my feature table data does not have the SYS_TRANSFER_DATE field.
The current Capabilities:Create,Editing,Uploads,Query,Update,Sync and it is hosted in Enterprise, not AGOL.
Anyone know how to get this SYS_TRANSFER_DATE field? I assume it should be generated by the system.
Thanks!
Hi @lannguyentl,
One way to sync the data is you could perform a truncate/append:
Hi Jake,
We do truncate all the time. I just want to try the Append with a subset of new data rather than pushing through all. The Sys_transfer_date field holds the timestamp to distinguish what is new/old. I just wonder how to have/add that field into my service in the portal. The workflow and code are easy after that point 🙂
Thanks for your reply!
Lan
I found the answer to my own question 🙂 by reading carefully the script, it is not sys generated one, there is a func created it and injects timestamp into it. 🙂