We have created a view to get the data from multiple tables. I tried publishing same view with sync enabled feature service, However, it did not work due to limitation on view. So, I created same feature class with same fields, published with sync (archiving) enabled. I need to update this feature class on daily basis to see the latest data in field maps.
I have already python script (job) to update this feature class on daily. which deletes entire data from the feature class and copies from view.
Is there a way to do this process ESRI best practices?