Re: Overwriting Attachments

2006-08-31 Thread Kemes, Lisa
, but it works!   Lisa     From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe DeSouzaSent: Wednesday, August 30, 2006 4:10 PMTo: arslist@ARSLIST.ORGSubject: Re: Overwriting Attachments ** Thats is correct as when you remove the attachment, as

Re: Overwriting Attachments

2006-08-30 Thread Joe DeSouza
gust 30, 2006 3:29:48 PMSubject: Re: Overwriting Attachments** Joe:   Let me see if I understand you:   If you modify an attachment, the modification will not be reflected in the TR. if the action taken was to remove the attachment.  I know this is true thus I use the following to check if a fiel

Re: Overwriting Attachments

2006-08-30 Thread McKenzie, James J C-E LCMC HQISEC/L3
WILL NOT BE RELIABLE IN THIS CASE.   James McKenzie L-3 GSI From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe DeSouzaSent: Wednesday, August 30, 2006 12:07 PMTo: arslist@ARSLIST.ORGSubject: Re: Overwriting Attachments ** James,   I meant tr

Re: Overwriting Attachments

2006-08-30 Thread Heider, Stephen
others.   HTH     Stephen   From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe DeSouzaSent: Wednesday, August 30, 2006 3:12 PMTo: arslist@ARSLIST.ORGSubject: Re: Overwriting Attachments ** Yes that would definitely qualify if you have deleted an a

Re: Overwriting Attachments

2006-08-30 Thread Joe DeSouza
August 30, 2006 2:59:58 PMSubject: Re: Overwriting Attachments** You're right!  I changed my delete action to: ( 'DB.First Attachment' !=  $NULL$ ) AND ( 'First Attachment' =  $NULL$ ) From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On B

Re: Overwriting Attachments

2006-08-30 Thread Joe DeSouza
rtied that field during the transaction..   Joe D'Souza Remedy Developer / Consultant, BearingPoint, Virginia. - Original Message From: "McKenzie, James J C-E LCMC HQISEC/L3" <[EMAIL PROTECTED]>To: arslist@ARSLIST.ORGSent: Wednesday, August 30, 2006 2:59:28 PMSubject: R

Re: Overwriting Attachments

2006-08-30 Thread Kemes, Lisa
2006 2:51 PMTo: arslist@ARSLIST.ORGSubject: Re: Overwriting Attachments ** And you realize that TR.FirstAttachment will be $NULL$ on modification of a ticket, even if you haven't touched the current attachment field during that transaction right  Joe D'Souza Remedy Developer /

Re: Overwriting Attachments

2006-08-30 Thread McKenzie, James J C-E LCMC HQISEC/L3
Title: RE: Overwriting Attachments ** Joe:   You mean not equal to $NULL$ even if you did not change the field as long as another field was changed.   James McKenzie   From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On

Re: Overwriting Attachments

2006-08-30 Thread Joe DeSouza
uot;Kemes, Lisa" <[EMAIL PROTECTED]>To: arslist@ARSLIST.ORGSent: Wednesday, August 30, 2006 2:32:22 PMSubject: Re: Overwriting Attachments** More info:   I do a 'TR.FirstAttachment' = $NULL$, this is a delete. And I do a 'FirstAttachment != 'DB.FirstAttachment', an

Re: Overwriting Attachments

2006-08-30 Thread Kemes, Lisa
) [mailto:[EMAIL PROTECTED] On Behalf Of Joe DeSouzaSent: Wednesday, August 30, 2006 2:31 PMTo: arslist@ARSLIST.ORGSubject: Re: Overwriting Attachments ** I've noticed you need to remove, edit and readd the attachment and then save the record.. it then takes the new one in...  Joe D&

Re: Overwriting Attachments

2006-08-30 Thread Joe DeSouza
GSent: Wednesday, August 30, 2006 1:46:19 PMSubject: Overwriting Attachments I'm trying to capture add and delete actions of an attachment pool to a history form. Add and deletes are easily captured, but what if someone adds overwrites an attachment? A window pops up asking if you would like to o

Overwriting Attachments

2006-08-30 Thread Lisa Kemes
I'm trying to capture add and delete actions of an attachment pool to a history form. Add and deletes are easily captured, but what if someone adds overwrites an attachment? A window pops up asking if you would like to overwrite it, but then it seems like Remedy does not recognize this as a "ch