How to mark an Invoice as exported from UF – File Exporter – Without using Update query statement

  • Updated

The most common way in Universal Function – File Exporter (UFFE) to mark something as printed is with a SQL Query.

If you for some reason do not wish to use Update SQL to do this (Technically legal as it is UDF but a “gray” area), you can instead do it with C# and the SDK. The drawback of this approach is that it is slower but follows all official rules of the SDK.

The attached document shows you how to do it.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.