EMail Logging performance

MauddibMauddib Member Posts: 269
Has anyone looked at improving the function

LoggedAsInternalInteraction()

in Codeunit 5064 in any way?

Nav5 exec on 3.60 code, SQL 2005.

In finding the interaction log entry I have changed FIND('-') to FINDFIRST and removed the setcurrentkey. This has made things faster. But setting range on the subject seems very slow. Is there any better way to do this linking anyone has come up with?

Comments

  • MauddibMauddib Member Posts: 269
    Also should mention I have trouble with this whole codeunit if either of the following occour. If anyone has already implemented solutions then let me know:

    1) If an email comes in to the inbox with the same TO and FROM email addresses the process errors

    2) If someone sends a recall request email then the process errors.
Sign In or Register to comment.