Misi, When I double click the record in the table it opens the HPD:WorkLog form, How can I disable that ?
Thanks Naoufal El Hilali On Wed, Aug 1, 2012 at 2:24 PM, Naoufal El Hilali <[email protected] > wrote: > Thank you very much Misi, It did work perfectly :) > > Naoufal El Hilali > > > > On Wed, Aug 1, 2012 at 10:23 AM, Misi Mladoniczky <[email protected]> wrote: > >> Hi, >> >> You say that you only use one form. Do you mean that your table-field, >> attachment-pool and attachments are all in HPD:WorkLog? >> >> What I suspect is that you indeed work with two forms. >> >> Let us call the one you build things on "DispAttForm" with the following >> fields: >> 1. 'IncidentNumber' >> 2. 'TableField' connected to HPD:WorkLog with ('IncidentNumber' = >> $IncidentNumber$ AND 'Attach' = "Yes") search >> 3. 'TableCol' with any field from HPD:WorkLog that would make sense to the >> user >> 4. 'TableColReqId' connected to field id 1 of HPD:WorkLog, it can be >> hidden >> 5. 'AttPool' >> 6. 'AttSlot' >> >> When you select something in the table field, you must do what Fred says, >> pull the attachment from HPD:WorkLog and put it into your own attachment >> slot: >> ACTL: >> Execute On: Row Choise >> Action: >> Set-Fields: HPD:WorkLog ('1' = $TableColReqId$) >> AttSlot = $AttachmentSlot$ >> >> Let us know how it works out for you! >> >> Best Regards - Misi, RRR AB, http://www.rrr.se (ARSList MVP 2011) >> >> Products from RRR Scandinavia (Best R.O.I. Award at WWRUG10/11): >> * RRR|License - Not enough Remedy licenses? Save money by optimizing. >> * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs. >> Find these products, and many free tools and utilities, at http://rrr.se. >> >> > Can any one help me here please ? >> > >> > Naoufal El Hilali >> > >> > >> > >> > On Tue, Jul 31, 2012 at 3:20 PM, Naoufal El Hilali < >> > [email protected]> wrote: >> > >> >> Hi Fred, >> >> >> >> I am not using two forms, both the table and the attachment pool are in >> >> one form (regular form). the table displays the worklog entries >> >> according >> >> to some qualification, and this works fine, the attachment pool also >> >> works >> >> if I used set field action and copy the value of the attachment from >> >> HPD:WorkLog to the attachment field, but this is not what I wand. I >> want >> >> to >> >> use the table field to filter some entries before I display attachment. >> >> >> >> Thank you very much for your help ? >> >> >> >> Naoufal El Hilali >> >> >> >> >> >> >> >> On Tue, Jul 31, 2012 at 3:01 PM, Grooms, Frederick W < >> >> [email protected]> wrote: >> >> >> >>> I think you first need to pull the attachment back to the current >> form. >> >>> (You can create a Display Only attachment pool and Display Only >> >>> Attachment >> >>> on the current form to hold the attachment from the form referenced in >> >>> the >> >>> table). Then you can open the attachment from the current form (The >> >>> PROCESS action works against the current form not a remote form). >> >>> >> >>> Fred >> >>> >> >>> -----Original Message----- >> >>> From: Action Request System discussion list(ARSList) [mailto: >> >>> [email protected]] On Behalf Of Naoufal El Hilali >> >>> Sent: Tuesday, July 31, 2012 8:30 AM >> >>> To: [email protected] >> >>> Subject: Re: Linking Attachment Pool and a Table Field >> >>> >> >>> ** Thank you Todd, it did not work. Did I make any mistake? >> >>> >> >>> Naoufal El Hilali >> >>> >> >>> -----Original Message----- >> >>> On Tue, Jul 31, 2012 at 1:23 PM, Arner, Todd wrote: >> >>> ** >> >>> You should be able to do this with an active link executing on Row >> >>> choice. You will want to link to the attachment field and not the >> >>> attachment pool. Use a run process with >> PERFORM-ACTION-OPEN-ATTACHMENT >> >>> field ID >> >>> >> >>> Hope that helps, >> >>> Todd Arner >> >>> Great Lakes >> >>> >> >>> -----Original Message----- >> >>> From: Action Request System discussion list(ARSList) [mailto: >> >>> [email protected]] On Behalf Of Naoufal El Hilali >> >>> Sent: Tuesday, July 31, 2012 6:55 AM >> >>> To: [email protected] >> >>> Subject: Linking Attachment Pool and a Table Field >> >>> >> >>> ** >> >>> Hi All, >> >>> >> >>> i would like to link a table field with an attachment pool, when >> >>> selecting a record on the table, the attachment pool should display >> the >> >>> attached files related to what I select. >> >>> >> >>> I am using Remedy 7.1.00 patch 007 >> >>> >> >>> Thank you in advance >> >>> >> >>> >> >>> Naoufal El Hilali >> >>> >> >>> >> >>> >> _______________________________________________________________________________ >> >>> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >> >>> attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are" >> >>> >> >> >> >> >> > >> > >> _______________________________________________________________________________ >> > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >> > attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are" >> > >> >> >> _______________________________________________________________________________ >> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >> attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are" >> > > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

