Changing default name of FDF file created by submit button

Hi all,
I was wondering if there was a way to change the default file name used by acrobat when the submit button is clicked. Currently, when a user clicks the submit button on my form, acrobat allows them to generate an FDF file and either save it to their hard drive or attach it to an email, but uses the file name "<name of pdf form>.fdf" I would like to change this to a unique ID that is generated based on form data. I didn't have any problems generating the UID, but I can't figure out how to change the name of the FDF file.
Does anyone know if this is possible?
Thanks.
Jose

Do you sign the document before extending the features? If you do then make sure "Lock the Document after signing" checkbox is not checked. Try this:
Clear all signature fields.
Click on the field that you want to sign
"Sign Document" window will appear
In the left bottom corner this check box will appear.
Uncheck it.

Similar Messages

  • BEx Brodcaster for Workbook - Cannot change the name of attachment file.

    Dear All Experts,
    I am using the BEx Broadcaster to distribute report of workbook via email. The name of attchament file in email is the technical of workbook. I want change the name of attchment file and found this thread
    [Broadcasting Workbook - Change attachment filename|Broadcasting Workbook - Change attachment filename] that reference to method in background process. Can I create customize program or method to change the name of file.
    Thank you and really appreciate your help.
    Zilla D.

    Hello Zilla,
    By SAP methods, this is not possible. There is no way to do that. May you can suggest it on our Community of Innovation. See note 11.
    This is not only your concern. Some customers already request this functionallity.
    Best Regards,
    Edward John

  • Existing cross Reference: how to change the name of the file it refers to?

    Hi everybody,
    I am a professional translator.
    One client of mine sent me a complete FrameMaker 9 book file for translation.
    I translated the content via a CAT-Tool and now am in the process of checking if cross references and markers are ok directly into the file.
    I noticed that many cross references are linked to another file of the book. But in the process of translating each file separately, I gave them a slightly different name (I added the language at the end) so as to be able to recognise them eventually.
    Now I have this problem: I cannot find in the cross reference interface where to change the name of the file into the new one the cross reference is supposed to refer to.
    Am I right in wanting to change the file reference? If so, how do I do that?
    Or is it better to avoid this task and rename the translated file into their original names ? Would it work then?
    Thanks for your help.

    ... book file ...
    ...  each file separately, I gave  them a slightly different name (I added the language at the end) ...
    I'm guessing that you renamed the component files by means other than using the Edit > Rename File from the Book menu.
    If so, do over. Rename from the Book menu. It automatically revises all the cross-references in all the component files.
    In a Book, the only thing that's safe to rename with the file manager is the .book file itself.

  • Change the name of a file.

    Hello, I don't how can I change the name of a file ?.
    Somebody can help me, please?
    For example : c:\out\prove1.csv to  c:\out\prove1_09112007_163001.csv
    Thanks

    Another way would be to use the FILE_COPY and
    FILE_DELETE of the class CL_GUI_FRONTEND_SERVICES to first copy the file and then delete the other one.
    REgards,
    Rich Heilman

  • How To Create On Submit Button For Master_detail Page ?

    I have adf page that is master And detail view.
    i want to have one submit button for master and detail block

    Duplicate of  How To Create On Submit Button For Master_detail Page ?
    Please don'r post your question multiple times.
    Timo

  • Changing default name in screen sharing

    I've been trying to find out how to change the default name which pops up in screen sharing when I use finder to remotely log in to my mac mini.  Basically, I want the login to be automatic, without having to mess with user accounts on either computer.

    When using Tracks and Development Components changes are "categorized" under an Activity. The "categorized" is my term.
    Basically, when you try to change some code that's been checked in you are asked to specify what Activity you want the change(s) should go under.
    If you click the button to create a new Activity a "New Activity" Dialog pops up. One of the fields in that dialog is called "Display Name"
    The default value of that field is "[not yet defined]".
    What I'm wondering is if there is somewhere in the preferences or some config files where I can change that default value to something else.
    HTH
    David

  • Default name for a file

    Hello from France.
    May I try to explain my problem ? Well, I'll do with my basic english ...
    When a pic is ready to be recorded, PS use the default name (for a jpeg file, for instance) : "Sans titre - 1.jpg". Is it possible to have a name like : "Sans titre - 01.jpg"  or : "Sans titre - 001.jpg", I mean with "0" or "00" juste before the number.
    Thank you for your answers.
    (W7, PS CS5)

    "Ps is not involved in the process at all"
    Of course it is... There is no way to change the default name in the scan, because there is no default name ; if using the scan as independant software, the options for the file name depends of the operating system (W7).
    When I use the scan in Ps :
    - I put the slide in the scan,
    - I press Ctrl+Alt+"!" (a shortcut I created to replace Fichier > Importation > Nikon Scan)
    - the software of Nikon Coolscan opens automatically,
    - I "press" the button "Numériser" with the mouse,
    - at the end of the process, the software of the scan closes,
    - the pic is avalaible in Ps, with the defaut name : "Sans titre - x".
    If I do the same thing with an other scan (for example, my Canon Pixma), the same happens, always with the same defaut name.
    Well, it's not so important... I must just pay attention to change "Sans titre - 1" > "Sans titre - 01", etc.
    Thank you for you help.

  • Change MessageType name in xml file

    Hi experts,
    I have developed a receiver interface that creates an xml file and put it on an external server.
    Now other side says that this tag:
    <ns0:MT_MexElectronicInvoice_EDICOM xmlns:ns0="urn:Myfirm-EDICOM:MexElectronicInvoice">
    is not correct, they want another description:
    <ns0:MT_MexElectronicInvoice_myFirm xmlns:ns0="urn:Myfirm-EDICOM:MexElectronicInvoice">
    My question is: is possible to change MessageType tag in xml file without changing the message type structure name in Integration Repository?
    thanks
    fabio

    use another mapping which has the target  MT as  <ns0:MT_MexElectronicInvoice_myFirm xmlns:ns0="urn:Myfirm-EDICOM:MexElectronicInvoice">
    Add this mapping after the original mapping in your interface/operation mapping.
    This will be the easiest way to handle this requirement as you will only need to do a one to one mapping.
    Another option will be to write a java mapping to do a simple replace function for the string <ns0:MT_MexElectronicInvoice_EDICOM xmlns:ns0="urn:Myfirm-EDICOM:MexElectronicInvoice"> to  <ns0:MT_MexElectronicInvoice_myFirm xmlns:ns0="urn:Myfirm-EDICOM:MexElectronicInvoice">

  • Changing default name and email address in mail

    For some reason, the default name and address that comes up when I try and edit Mail, Contacts,& Calendars under system preferences is different the one I originally set up.  When I try and edit, it seems like I have succeeded, but if I come back into system preferences, the changes have not been remembered.  Any suggestions?
    Thanks

    Thanks, Ernie
    I wasted about 20 minutes looking for it and couldn't find it
    cheers,
    tom

  • Trying to change the name of 1 file

    I have searched the topic and have not found a solution that works for me,
    I am trying to write an AppleScript that will change the name of a single file from path:old.txt to path:new.txt
    I have tried
    tell application "Finder"
    set name of file "work.txt" to PartA & PartG & ticker & ".txt"
    end tell
    among others and always either receive an error message, access denied or unable to set old file name to new file name

    You're missing the point.
    set name of file "work.txt" to PartA & PartG & ticker & ".txt"
    When you set the name of the file, the Finder needs two things - the original file that you're trying to rename, and the new name you want it to take.
    In your revised script you're specifying the existing name (not path) of the file you want to change, and specifying its path along with the new name. That's the wrong way around.
    Think of this command in the following manner:
    set name of (original file specification) to (new file name)
    Now, in the case of the 'original file specification' you need to provide enough information for the Finder to identify the file. You're just saying 'work.txt', but that is not enough (and that's why it's complaining). There could be a hundred 'work.txt' files spread around in different directories on your disk. How is the Finder supposed to know which one you want to change?
    A better format would be:
    tell application "Finder"
      set name of (file "work.txt" of path to desktop) to "ABC.txt"
    end tell
    In this way the Finder can absolutely identify which file you want to change (the file 'work.txt' that's on your desktop) and the new name you want it to take.
    Now, if the file is not on your desktop you can amend the script to include the relevant path, e.g.:
    tell application "Finder"
      set name of (file "work.txt" of folder "blah" of disk "disk name") to "ABC.txt"
    end tell
    This tells the Finder to look in the folder 'blah' on the specified disk.
    You can also do this by including the path to the file in the form:
    tell application "Finder"
      set name of (file "disk name:blah:work.txt) to "ABC.txt"
    end tell
    where you use : to delimit each folder in the path.
    Hope that helps.

  • CHANGE DEFAULT NAME/SECURITY SETTINGS = LOWER CONNECTION SPEED

    I have a Linksys WirelessN Router--If I use the router with all of the default settings I can achieve cable speeds of 300mbps. Fantasically fast!!! As soon as I change the name of the router from "Linksys" to any other name, my speed drops back down to 54mbps. I also changed the security settings to "PSK Personal" and added a personal password so my system wouldn't get "hyjacked." Any thoughts?

    Hi… logon to router’s setup page, try changing Radio band to wide 40MHz, wide channel to 9, standard channel to 11, go to advanced wireless settings reduce beacon interval to 50, fragmentation and RTS threshold to 2304, change N Transmission rate to 270MBps…wireless security should be PSK personal, also try upgrading latest firmware on router, check whether it makes any difference or not.

  • Changing the name of the tab created using enhancement MM06E005

    Hi,
    Is there anyone know how to change the name of item level tab from "customer data" to our own tab name in screen exit for trans ME21N/2N/3N? Enhancement used is MM06E005.
    And is it possible to show or hide the newly created tab using enhancement depending on the data displayed in tab? If so how?
    Any help will be appreciated.
    Regards,
    Naveen

    I came across the same issue as well a while ago, see my thread at Can you programmatically change the iView Title?
    No one could answer my question properly, so I decided to go the DHTML route; find the <DIV> element encapsulating the proper iView title, and then replace the innerHtml with the new title.... Ackward, I agree, but it works
    It's java based, but the actual replacing is all DHTML, I will look up the code and post it

  • Change default name when adding new e-mail account

    When I try to add a new e-mail account in MacMail, the populated default name for the user is incorrect.  I have to change it to my name and was wondering where this is coming from and how to remove it.

    Did this ever get answered somewhere?  I would like to change mine also.

  • Logic changing the names of audio files when I drag and drop into arrange

    i am dropping some 44.1/24 bit files into logic and for some reason out of nowhere the names of the files are changed. it removes digits i have entered in the file for identification purposes, so i am no longer sure what they are, and seems to be replacing it with "#". could it have something to do with import settings? i have not changed any...

    This happens because until recently Logic didn't handle long filenames very well.
    Long filename support was added in Logic 9.1.x so I recommend upgrading to that version - or using shorter file/pathnames.
    The #7875 bit appended to the name is the number of the disk block the file is stored at...

  • Change default app for DAT files as the su

    Hey
    I do a lot of work in the terminal and it's sometimes convenient to be "su" permanentely instead of login in and out of the root account. The problem is whenever I try to open a DAT file, it tries to open it with, of all the apps in my Mac, HP Photosmart or something like that -.-
    I've done the "cmd+i -> change all" several times now and it only worked for the non-root user...
    Does anyone know how to change the deafult app for DAT files as the su (maybe the command line(s) for doing so)??
    It's not like it's a life or death thing, it's just that it's a bit annoying having to constantly write "-a Microsoft\ Excel" whenever I want to open such a file (which can be several dozens of times in an afternoon and since the names of the files may change it won't suffice to 'arrow up' to the line previously used =\)
    Much appreciated

    I'll try that, thanks
    I sometimes need it 'cause of permission issues of the files...
    (E.g.,  Some file is sent to me or I'm logged as su to install something using ports and compile/run programs and the output files generated are only readable/editable as su... As I said, it's not a life/death thing, just wanted to know if anyone knew how to fix it once and for all )
    I'll post the result as soon as I've tried the proposed solution

Maybe you are looking for

  • Report Generation working on Dev machine but not on Deployment + Lessons learned

    I don't do deployments very often with Teststand. But I have to say, I learned a lot from this one from trial and error and help from the message board. I have got my deployment to final work (almost) with these lessons learned: 1. Create a base inst

  • Wireless connection lost with hp deskjet 3050 all in one j610 series

    wireless printer was set up and working for three months, went to print recently and wireless light flashing no longer connected to wireless, have tried everything can't get printer to connect to wireless and work, hp deskjet 3050 J610 series

  • InDesign crashes on export to IDML. Both Mac and Windows

    Hello, We are working on a book. Now that we've started indexing, we've run into a nasty bug that corrupts our file and causes InDesign to crash. We saw suggestions to export the file to IDML and then reopen in InDesign. We've done that several times

  • IFS & Cocoon / XSP

    Hi, I'm currently fighting with iFS and XSP ... The goal is to have an XSP-Taglib for iFS to use iFS functionality in XSP-Server-Pages ... An example XSP-Taglib works without any Problems, as well as an stand-alone Java program to put a document into

  • Select extractValue returns nothing - HELP!

    My xml document in my XMLType table looks like this: <echoems:ECHOMetrics xmlns:echoems="http://(myhost)/(myfilename.xsd)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://(myhost)/(myfilename.xsd) http://(myhost)/(myf