to get a personalized navigation.
to get a personalized navigation.
Hi,
I need to get invoices for customers that are sent since my last run. But since changedDateTime doesnt use seconds, i will have some issues with either duplicates(using _gte comparison) or not finding files(using _gt comparison) that are sent the same minute.
Since changedDateTime is using ISO-8601 standard, are you able to add the use of seconds?
Or is it a better way to do this?
Now i first get the associates with the EDI flag enabled for invoices, i then get a list of the invoices created after(_gt) changedDateTime and has the DoneInvoicesAndCreditNotes flag.
Invoice list query:
Solved! Go to Solution.
That's great, thanks!
Thanks for reporting this. I have added it to our backlog.
I second this. All tables where Chtmms (ChangeTimeInMs) is present should use that for millisecond precision on time, whilst the others can fall back to chtm (ChangedTime).
Copyright © 2022 Visma.com. All rights reserved.