Hi, sorry i've just learn Frappe recently. If we call the sync function hourly (last part of your video) which has insert method within it, will the data be duplicated? I mean it's insert not update
Hi 👋 I added “ignore_if_duplicate=True)” in the insert call, so it won’t be created if it is a duplicate. BTW I make it better in next episode where I handle the exist case separately.
Thank You. i think the error staff on saving the doctype may
fixed soon.
It has been fixed.
Thanks... Are Great!!!
Hi, sorry i've just learn Frappe recently. If we call the sync function hourly (last part of your video) which has insert method within it, will the data be duplicated?
I mean it's insert not update
Hi 👋
I added “ignore_if_duplicate=True)” in the insert call, so it won’t be created if it is a duplicate. BTW I make it better in next episode where I handle the exist case separately.
@@BuildWithHussain Hi, thank you for your answer. Alright i will watch the next episodes tomorrow 🙏