Retrieve document id?

Hello,
I was wondering if it is possible to retrieve a ID of some kind (Document ID), to identify a PDF Form. When a user will fill a form in and send the data back to me, i want to know from what FORM it came, because i am working with multiple forms.
So I was thinking when i generate a pdf document, i will store the document ID and when i receive the data back, I will read the document ID and handle the data accordently.
But I cant find a way to get the document id, is this by any chance possible?
Thanks in advance
Jalan

I don't know if this would help, but you could put a variable in the Form Properties window; the variable could have the Name "DocumentID" and the Value, say, "2006/Form 01" - or whatever you need.
Then in the Form itself you could place a text field by inserting a TextField with the following javascript on the "Layout:Ready" Event:
TextField1.rawValue = DocumentID.value;
This would then be exported or submitted by email with the other data (I think).
Good luck,
Niall

Similar Messages

  • How can i retrieve documents(.doc,.pdf, .txt) using forms from the database.

    How can i retrieve documents(e.g .doc,.pdf, .txt etc) using forms from the database.
    i inserted the documents using sql*loader, below is the control and data files.
    -- control file
    LOAD DATA
    infile 'load.txt'
    INTO TABLE husman
    APPEND
    FIELDS TERMINATED BY ','
    (id integer external,
    fname FILLER CHAR(50),
    docu LOBFILE(fname) TERMINATED BY EOF)
    --data file
    1,../husman/dell.doc,
    2,../husman/me.pdf,
    3,../husman/export.txt,
    in the form i have a text field to display the id and an OLE container to display the document as an icon. but when i execute query, i only get the id number and not the document.
    any help will be appreciated.
    Thanks
    Hussein Saiger

    Step by step
    1. Erase all contents and settings
    2. You'll be asked twice to confirm
    3. You'll see Apple logo and progress bar
    4. You'll see a big iPad logo on screen
    5. Configuration start
    6. Set language
    7. Set country
    8. Enable Location Service
    9. Select network, enter password and join network
    10. You'll be given 3 options (a) Setup as New iPad (b) Restore from iCloud Backup (c) Restore from iTune Backup
    11. Selected Restore from iCloud Backup
    12. You'll be required to enter Apple ID and Password
    13. Agree to Terms and Conditions
    14. Select Backup file
    15. You'll see progress bar
    16. Red slider will appear; slide to unlock; step #1 to #16 is fast
    17. Pre-installed apps will be restored first
    18. Message: Purchased apps and media will now be automatically downloaded
    19. You'll see a pageful of apps with Waiting/Loading/Installing
    20. Message: Some apps cannot be downloaded, please sync with computer

  • Timeout when retrieving document from Content Server

    Dear experts,
    after the migration of an R/3 Enterprise system with a file-based Content Server (CS without database) we experience significant delays when a document shall be retrieved from the Content Server and displayed.
    The repository, from which documents are retrieved, has the following properties:
    Document Area = ArchiveLink
    Storage Type = HTTP content server
    Obviously the delay is caused by time-outs when R/3 tries to access the content sever.
    The RFC trace recorded during the document retrieval contains the following entries:
    Trace file opened at 20100825 104048 CEST SAP-REL 640,0,304 RFC-VER 3
    Trace file opened at 20100825 104115 CEST SAP-REL 640,0,304 RFC-VER 3
    End of trace *****
    ======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
    Timeout beim Verbindungsaufbau (Partner vorhanden ?)
    ABAP Programm: SAPLSCMS_CLTFC (Transaction: )
    Called function module: RFC_PING
    User: TSI0403 (Client: 007)
    Destination: SAPCMS (handle: 4, , {4C74C1A6-BD3B-3B59-E100-00001A5F0A18})
    SERVER> RFC Server Session (handle: 1, 41571399, {4C74D031-BD2C-3B58-E100-00001A5F0A18})
    SERVER> Caller host: cimpd38_MPD_38
    SERVER> Caller transaction code: MIR4 (Caller Program: CL_GOS_TOOLBOX_VIEW===========CP)
    SERVER> Called function module: GOS_EXECUTE_SERVICE
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3268
    CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
    Timeout beim Verbindungsaufbau (Partner vorhanden ?)
    Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1660
    ======> CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
    Timeout beim Verbindungsaufbau (Partner vorhanden ?)
    ABAP Programm: SAPLSCMS_FE_RFC (Transaction: )
    Called function module: RFC_PING
    User: TSI0403 (Client: 007)
    Destination: SAPHTTP (handle: 6, , {4C74C1B4-BD3B-3B59-E100-00001A5F0A18})
    SERVER> RFC Server Session (handle: 1, 41571399, {4C74D031-BD2C-3B58-E100-00001A5F0A18})
    SERVER> Caller host: cimpd38_MPD_38
    SERVER> Caller transaction code: MIR4 (Caller Program: CL_GOS_TOOLBOX_VIEW===========CP)
    SERVER> Called function module: GOS_EXECUTE_SERVICE
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 3268
    CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456
    Timeout beim Verbindungsaufbau (Partner vorhanden ?)
    Error RFCIO_ERROR_MESSAGE in abrfcio.c : 1660
    I wonder why R/3 first attempts to contact the Content Server via the SAPCMS RFC destination rather than using HTTP (SAPHTTP)? - The connection tests for both RFC connections are successful.
    Is there a way to instruct R/3 to go via the SAPHTTP RFC destination as the first choice and NOT via SAPCMS when documents shall be retrieved and displayed?
    Thank you,
    Rainer Walter
    Edited by: Rainer Walter on Sep 3, 2010 3:07 PM

    Hi Ravindra,
    thank you for looking into this problem. The Content Server is not based on SAP DB/MaxDB. The repositories are represented as plain directory structures in a file system.
    My issue is that R/3 is not using the SAPHTTP RFC connection as first choice although the repository is flagged as "HTTP Content Server" but uses another RFC destination instead. When this attempt is timed out, R/3 eventually picks the appropriate RFC destination. So it takes a considerable amount of time until a requested document is finally retrieved from the repository in the Content Server.
    I am confused because the system where I experience this behaviour has been built from a system copy of a production system, and the Content Server for this new system has been built from scratch. In the original production system, no timeout is found when users are retrieving documents, and obviously the original R/3 system is using SAPHTTP right away. The original production system and the new system built from a system copy are accessing different Content Servers.
    I am looking for a way to instruct the new R/3 system to immediately use the SAPHTTP connection when talking to the Content Server, and I would be grateful for a hint where I can configure this to get rid of these timeouts.
    Best regards,
    Rainer

  • How do I retrieve documents online to view them in adobe reader?

    How do I retrieve documents online to view them in adobe reader?

    Assuming that you can open one of the "documents online" in Safari (or other web browser) on your iPad/iPhone,
    Tap the PDF document that is displayed in your web browser.  This makes the toolbar appear.
    Tap "Open in..." in the top toolbar.
    Select "Open in Adobe Reader" to open it in Adobe Reader for iOS.

  • Retrieving document stored in a variable

    <xsl:variable name="result" select="document('response-new.xml')" />
    will the above code store the content of the document in the variable result?
    If it stores how can we retrieve document from it?
    If it ll not how can we call a document stored in a drive into an xsl?
    Message was edited by:
    Aswathy_tvm

    Hi tvm..
    <xsl:variable name="result" select="document('response-new.xml')" />
    Giving this i dont thnk the ur xml document wld be stroed in the variable result.
    regards
    Shanu

  • Retrieving documents using native applications

    Dear
    While retrieving content from content server, the content is usually launched as a web page or pdf files -regardless of the original native file-
    Can ECM automatically launch the native application to enable viewing of any retrieved document? If the native application is not available on the workstation, the ECM then should ask the user to choose another application that could open the retrieved document.
    Please advise

    1. If the web viewable file is configured to be conversion to pdf using IBR then when the user clicks the web viewable link it will open a pdf.
    2. If the user clicks on the native file the browser will ask open or save and if they select open it should spawn the OS to use the application mapped to the file format (has nothing to do with UCM at that point)
    Things like the Search Results page are set up by default to use the WebViewable link mentioned in 1 above but can be changed to Native file if desired. Also IBR can be skipped and Native only file is what is passed through to the web location or only a single file can be saved if the UCM server is set up that way instead of the same Doc file in both Vault and Weblayout.
    Does that answer your question?

  • Store and retrieve document from specific SRM interface

    Hello,
    In our SRM -  Bid invitation process we had specifics process, mailing and forum which are developed in WebDynpro   ABAP . i used fileUpload ui element for upload documents, i succeeded to send as email's attachment. But persistence is required.   
    so i need to store document (front end server or ECC), generate an url for link this document, and display this url in my WebDynpro  view (users can retrieve document)
    SCMS_* function module are maybe a clue, other solution could be better etc...
    please provide me any idea, sample code, anything else.
    thx.

    Hello,
    In our SRM -  Bid invitation process we had specifics process, mailing and forum which are developed in WebDynpro   ABAP . i used fileUpload ui element for upload documents, i succeeded to send as email's attachment. But persistence is required.   
    so i need to store document (front end server or ECC), generate an url for link this document, and display this url in my WebDynpro  view (users can retrieve document)
    SCMS_* function module are maybe a clue, other solution could be better etc...
    please provide me any idea, sample code, anything else.
    thx.

  • How do I retrieve documents from iCloud on my iPad?

    I have just gotten an iPad and want to use it to retrieve documents already created on my MacBook Pro and stored in iCloud. I have set up the iCloud account on my iPad and turned on Documents & Data in Settings. How do I login to iCloud from my iPad and retrieve a stored document?

    You would need to use an app to do so, such as one of the ones mentioned here: http://meetingpool.net/blog/2013/06/17/six-apps-to-view-and-edit-office-document s-on-iphone-and-ipad/, but I'm not sure which, if any, can access documents stored in iCloud.
    I personally just use a free Dropbox account to access Office documents.  You can upload them to your Dropbox account, then view them from within the free Dropbox app on your iPad.

  • HT5527 How do I retrieve documents stored in iCloud and bring them back to my computer?

    How do I retrieve documents stored in iCloud and bring them back to my computer?

    You can select them in the iCloud Web interface and download them to your Mac. You can do that by right-clicking, or by clicking on the Gear menu in the upper right of the window.

  • How to retrieve documents without the iPad

    I backed up my iPad onto my mac before wiping it and giving it to someone else. Is there a way to retrieve documents on the mac?

    You would need to restore that backup onto another iPad to retrieve the documents.

  • How do I retrieve documents from my iCloud that i made in pages

    How do I retrieve documents from my iCloud that i made in pages

    Welcome to the Apple community.
    Your question is a little unclear, however if you mean how can you retrieve documents you have created on your iOS device on your Mac, then you need to download them at iCloud.com using the web browser (Safari or similar) on your mac.

  • Resetting MacBook to a previous day to retrieve document

    Sunday night I wrote a very important document. On Monday, I accidentally saved something else in its place. Is there anyway I can reset my computer to Sunday night and retrieve the original document? Please help!

    You have daily backups don't you? If not you could try resetting the clock to just a few minutes before you saved over your important document. It could reappear magically. . . . . . . . . . . . Not!
    Basic Backup
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. PsynchX 2.1.1 and RsyncX 2.1 (Freeware)
    6. Carbon Copy Cloner (Freeware - 3.0 is a Universal Binary)
    7. SuperDuper! (Commercial)
    The following utilities can also be used for backup, but cannot create bootable clones:
    1. Backup (requires a .Mac account with Apple both to get the software and to use it.)
    2. Toast
    3. Impression
    4. arRSync
    Apple's Backup is a full backup tool capable of also backing up across multiple media such as CD/DVD. However, it cannot create bootable backups. It is primarily an "archiving" utility as are the other two.
    Impression and Toast are disk image based backups, only. Particularly useful if you need to backup to CD/DVD across multiple media.
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore. Also read How to Back Up and Restore Your Files.

  • Pages will not allow me to retrieve documents any longer.  No update available, but the message tells me to update in the App Store!

    I'm completely updated, except for two unimportant apps that seem to have some sort of glitch, and no new update is showing up for Pages, yet when I try to retrieve my documents, the message says, "You need a newer version of Pages to open this document".   The only thing that I see when I go into the App Store is a new version for $19.99.   How can I update without paying?  I just want to print my documents for safety and then never use Pages again.

    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has not only managed to confuse all its users, but also itself.
    Note: Apple has removed over 90 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • Retrieve document count in document library

    Guys, I'm trying to figure out how I can get the document count in a document library. I suspect we've reached the magical number of 5000 documents in a library which causes sync issues, and I need a way to find out if this is the case. I spend the last
    45 minutes searching the web for a solution just to count the documents in a library, but apparently, Sharepoint does not offer an easy way to view this information. I've found custom webparts and even apps to get the document count, but they require some
    in-depth Sharepoint knowledge I don't have.
    One of the sites I found:
    http://www.c-sharpcorner.com/UploadFile/anavijai/how-to-get-the-number-of-items-inside-the-folder-in-sharepoi/
    Is there another "easy" way to view the amount of documents stored in the document library ona Sharepoint Online site? I tried to use the "Browse with explorer" button to count al the documents. It works, but it counts about 4800 documents,
    so it probably does not count all the items stored.

    Hi Tom,
    According to your description, my understanding is that you want to retrieve the document count in document library.
    I suggest you can query all document in all folders using Client Object Model. Before you use Client Object Model, you need to install the SharePoint Componments SDK firstly.
    Here is a code snippet for your reference:
    ClientContext clientContext = new ClientContext("your site");
    Microsoft.SharePoint.Client.List spList = clientContext.Web.Lists.GetByTitle("Documents");
    clientContext.Load(spList);
    clientContext.ExecuteQuery();
    if (spList != null && spList.ItemCount > 0)
    Microsoft.SharePoint.Client.CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml =
    @"<View Scope='RecursiveAll'>
    <Query>
    <Where><Eq><FieldRef Name='FSObjType' /><Value Type='Integer'>0</Value></Eq></Where>
    </Query>
    </View>";
    ListItemCollection listItems = spList.GetItems(camlQuery);
    clientContext.Load(listItems);
    clientContext.ExecuteQuery();
    Console.WriteLine(listItems.Count);
    Console.ReadKey();
    Here are some detailed articles for your reference:
    SharePoint Server 2013 Client Components SDK
    Complete basic operations using SharePoint 2013 client library code
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Difficulties retrieving documents with non ascii characters in name

    Hello
    I have a very simple container with only one document in it: *<ação nome="ação"/>*
    When using the dbxml shell to retrieve it, no problem:
    dbxml> open teste.dbxml
    dbxml> get "ação"
    1 documents found
    dbxml> print
    <?xml version="1.0" encoding="UTF-8"?>
    <ação nome="ação"/>
    (The strange characters appear because my terminal uses Latin1 encoding.)
    But I cannot retrieve the document with a very simple Java program (left out basic environment setup for clarity - I will put the full code in a follow-up post):
    String name = new String("ação"); +// will cause: com.sleepycat.dbxml.XmlException: Error: Document not found: ação, errcode = DOCUMENT_NOT_FOUND+
    // String name = new String("ação".getBytes(), utf8); +// will cause: com.sleepycat.dbxml.XmlException: Error: Document not found: ação, errcode = DOCUMENT_NOT_FOUND+
    String name = new String("ação".getBytes(), latin1); +// will cause: com.sleepycat.dbxml.XmlException: Error: Document not found: ação, errcode = DOCUMENT_NOT_FOUND+
    XmlDocument doc = container.getDocument(tx, name);
    Almost certainly this problem has to do something with the encoding of the name, but I cannot see why.
    Thank you very much for looking into this,
    Greetings,
    Koen

    As promised, the full Java code of this basic program:
    package info.carrapateira;
    import com.sleepycat.dbxml.*;
    import com.sleepycat.db.*;
    import java.io.*;
    import java.nio.charset.*;
    public class DbxmlTest2 {
         static Charset utf8 = Charset.forName("UTF-8");
         static Charset latin1 = Charset.forName("ISO-8859-1");
         public static void main(String[] args) {
              EnvironmentConfig envCfg = new EnvironmentConfig();
              envCfg.setAllowCreate(true);
              envCfg.setInitializeCache(true);
              envCfg.setInitializeLocking(true);
              envCfg.setInitializeLogging(true);
              envCfg.setRunRecovery(true);
              envCfg.setTransactional(true);
              Environment env = null;
              XmlManager manager = null;
              XmlContainer container = null;
              XmlTransaction tx = null;
              try {
                   env = new Environment(new File(args[0]), envCfg);
                   XmlManagerConfig cfg = new XmlManagerConfig();
                   cfg.setAdoptEnvironment(true);
                   manager = new XmlManager(env, cfg);
                   XmlContainerConfig ctCfg = new XmlContainerConfig();
                   ctCfg.setTransactional(true);
                   container = manager.openContainer("teste.dbxml", ctCfg);
                   tx = manager.createTransaction();
                   String name = new String("ação"); // com.sleepycat.dbxml.XmlException: Error: Document not found: ação, errcode = DOCUMENT_NOT_FOUND
                   // String name = new String("ação".getBytes(), utf8); // com.sleepycat.dbxml.XmlException: Error: Document not found: ação, errcode = DOCUMENT_NOT_FOUND
                   //String name = new String("ação".getBytes(), latin1); // com.sleepycat.dbxml.XmlException: Error: Document not found: ação, errcode = DOCUMENT_NOT_FOUND
                   XmlDocument doc = container.getDocument(tx, name);
                   tx.commit();
              } catch (Exception e) {
                   e.printStackTrace();
                   try {
                        tx.abort();
                   } catch (Exception e1) {
                        e1.printStackTrace();
              } finally {
                   try {
                        container.close();
                        manager.close();
                   } catch (Exception e) {
                        e.printStackTrace();
    }

  • Retrieving documents from cache server using Bapi_Document_Checkoutviewx

    Hello,
    how can I retrieve the documents from cache server instead from content server, which are stored in SAP R/3 system.
    I use the bapi "BAPI_DOCUMENT_CHECKOUTVIEWX" in a Rfc-Client Programm to retrieve the documents. This BAPI retrieves the documents allways from content server and don't use the existent cache server.
    Thanks for any help!
    Birol

    Hi Birol,
    Can you please tell me is the content you have used in that "BAPI_DOCUMENT_CHECKOUTVIEWX programme"????
    Regards
    Harshavardhan.G

Maybe you are looking for

  • "On my Mac" Calendars, Help me delete!

    I am using leopard 10.5.7, iphone OS 3.0, and the latest itunes (that blocks the pre update.) i recently subscribed to some calendars from my iphone, and wanted to get rid of the same calendars from my mac that were synced to my phone. i have mobile

  • Error in ODMr import

    while importing the data into oracle using ODMr utility it gives the following error... Error Message: Unable to execute C:\oracle_DB\product\10.2.0\db_1\bin\sqlldr.exe USERID='SENSOR/@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MOHAMMADK

  • File send command in Word not working - can anyone help?

    I've just bought a new macbook air, all is well apart from being able to email docs from word or excel which I do frequently.   When I use the File/Send command, I just get the spinning pinwheel for about 20 secs which then disappears.  I then have t

  • Error code 8024200D when installing any current important updates

    ive tried every single way to remedy this repeated failing attempts i do not know what else i can do and system restore will NOT work either

  • Cube structure / Schema

    Hello Friends , Need an Immediate Help . I want to generate am empty CUBE Schema Structure . Below is the example I generated the List of dimensions and Measures using the CUBE DMV's of my CUBE individually. But i want all the dimensions and Measures