Hi,
I am trying to use MS Project 2000 Automation server in Navision Attain. I get the error that when I use the Application Library from MSProject that the event trigger PROJECTBEFOREASSIGNMENT has been defined more than once. I have looked on the Microsoft site but cannot find a solution there or a known problem. Does anyone know how to solve this or whatelse to do?
0
Comments
The length of the function name that Attain allows for fieldlength of event trigger functionnames is limited to 23 characters, while there are 3 functions in MS project that are called:
ProjectBeforeAssignmentChange
ProjectBeforeAssignmentNew
ProjectBeforeAssignmentDelete
but are all displayd in Attain as:
ProjectBeforeAssignment
with different parameters.
Posted this as a bug to Navision. Hope they fix it soon!
\:D/
You can export you object as a TXT file. Open it with Notepad and delete this function declaration lines (or rename it).
Import again the TXT file to Navision.
Bye