Andrea
Guest
|
Posted:
Wed Jan 05, 2005 4:55 pm Post subject:
error in workflow application |
|
|
hello, I have create a application in workflow that, when the user delete a
outlook item, verify if the item have messageclass = "IPM.Contact.Ordini
Clienti". If the condition is true the application show a messagebox that
advetise the user that if he would to delete the selected item the program
delete also the item linked to the delete item... if the user click on yes
button the program delete the item linked else don't delete nothing...
my program is structured in this mode:
item created - Transition(create) - State(Item Delete) - Transition(Delete)-
Item Deleted
My problem is that if I delete an item the outlook show me an error and in
event registry there are this error:
<file://./backofficestorage/tienne.loc/Public
Folders/Tienne/HomePage/ciao.EML>: Stato precedente 'ItemBeforedelete', nuovo
stato '', didascalia 'Delete', tipo evento 'OnDelete', ID riga tabella
operazioni '1'. Errore di transizione dello stato: Errore nell'operazione:
Run time error at line 1. Source: Errore di run-time di Microsoft VBScript
Error: 800a01f5. Description: Assegnazione non valida: 'Delete_OnDelete'
could you help me
|
|
Tom Rizzo [MSFT]
Guest
|
Posted:
Sun Jan 09, 2005 10:50 pm Post subject:
Re: error in workflow application |
|
|
Do you have any code in the delete event? It looks like a script error.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Andrea" <Andrea@discussions.microsoft.com> wrote in message
news:82AF4096-D382-434E-914B-43A2E683EC0D@microsoft.com...
| Quote: | hello, I have create a application in workflow that, when the user delete
a
outlook item, verify if the item have messageclass = "IPM.Contact.Ordini
Clienti". If the condition is true the application show a messagebox that
advetise the user that if he would to delete the selected item the program
delete also the item linked to the delete item... if the user click on yes
button the program delete the item linked else don't delete nothing...
my program is structured in this mode:
item created - Transition(create) - State(Item Delete) -
Transition(Delete)-
Item Deleted
My problem is that if I delete an item the outlook show me an error and in
event registry there are this error:
file://./backofficestorage/tienne.loc/Public
Folders/Tienne/HomePage/ciao.EML>: Stato precedente 'ItemBeforedelete',
nuovo
stato '', didascalia 'Delete', tipo evento 'OnDelete', ID riga tabella
operazioni '1'. Errore di transizione dello stato: Errore
nell'operazione:
Run time error at line 1. Source: Errore di run-time di Microsoft VBScript
Error: 800a01f5. Description: Assegnazione non valida: 'Delete_OnDelete'
could you help me |
|
|