Re: [rt-users] Storing custom field file to local file system

2009-06-03 Thread Kevin Falcone
@lists.bestpractical.com Subject: Re: [rt-users] Storing custom field file to local file system Date: Tue, 02 Jun 2009 13:42:07 -0700 my $url = RT-Config-Get('WebPath') . /Download/CustomFieldValue/.$cf-Id.'/'.$cf-Content; getstore($url,/tmp/temp.odt); Or perhaps more easily put: How do you

[rt-users] Storing custom field file to local file system

2009-06-02 Thread BJ Blanchard
I am writing a custom dhandler for a CMMS/Work Order system based on RT/AT. Essentially I have a Work Order Template (an OpenOffice ODT file with user-defined fields) that I populate with custom fields from an RT Ticket using command-line XMLstarlet tool. Everything is working when I store my

Re: [rt-users] Storing custom field file to local file system

2009-06-02 Thread Tom Lahti
my $url = RT-Config-Get('WebPath') . /Download/CustomFieldValue/.$cf-Id.'/'.$cf-Content; getstore($url,/tmp/temp.odt); Or perhaps more easily put: How do you extract a file from a custom field and store it on the local file system? Since the custom field just names the file, set up a