Maintaining Versions in Adobe Form

Hi All,
We are in process of designing an adobe interactive forms for our various business scenarios.
we had a secanrio that if form content was changed then a version should be maintained in the adobe form. Kindly let us know how to make it.
Thanks & Regards,
Chandran S

Hi,
This really depends on your business requirements and your level of XDP form design. Off the top of my head, some scenarios are
1) Add each version of the doc as an attachment. This could be either the data as XML or the whole PDF. Both of these would increase the size of your doc, but the XML is a lot smaller than the PDF.
For example, when the PDF is submitted to the server you can compare the XML data and it is different, then store the old document (assuming you still have it on the server) as an attachment to the new one.
You can also using JavaScript to do this programmatically on the client. See http://tm.corp.adobe.com/techCommunity/viewtopic.php?f=8&t=1528
2) Store the old data (completely or just the changes) in the form's data. This could be done without it showing up as attachment (attachments can be deleted). This might be more complicated Java Scripting, but would also work. The data could look something like this.
<myData>
     <currentData>
     <currentData>
     <versionData>
             <version1>
                  <userId>A12345</userId>
             </version1>
             <version2>
                  <userId>X56789</userId>
             </version2>
             .... (more versions)
     <versionData>
</myData>

Similar Messages

  • Where Web Dynpro Java version of Adobe Forms are used in ESS MSS

    Hi, SDN Expert.
    I am working on research the use of Adobe Interactive Forms in the current processes of HCM ESS MSS.
    We are on ECC5.0, EP7.0, and ESS MSS SP21. We are in the midst of upgrading to ECC6.0.
    Do you know where Web Dynpro  Java version of Adobe Forms are used in ESS MSS are used? OR are they all in Web DYnpro ABAP version in ECC6.0?
    Thanks,
    KC

    Sergio,
    FYI.
    I am trying to see how the form I design/modify in TCode: SPF are working together to these piece of codes I found in NWDI WD4J pcui_gpisrsap.com --> VcISRShowForm DC --> ShowForm view:
    public void wdDoInit()
        //@@begin wdDoInit()
              InteractiveForm form =
                   (InteractiveForm) ((View) wdThis.wdGetAPI()).getElement("IsrForm");
              form.setDynamicPDF(true);
              form.bindPdfSource((IWDAttributeInfo) null);
        //@@end
    public static void wdDoModifyView(IPrivateShowForm wdThis, IPrivateShowForm.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
              logger.pathT("Entering: wdDoModifyView");
              // Dynamic context generation
              // Bind context
              if (wdContext.nodeNewGenericChildNodes().size() > 0) {
                   if (wdContext.currentContextElement().getContextToBeReset())
                        wdContext.nodeData().getContext().reset();
                   IWDNodeInfo genericNode = wdContext.nodeData().getNodeInfo();
                   IWDNodeInfo origNode =
                        wdThis
                             .wdGetVcISRShowFormController()
                             .wdGetContext()
                             .nodeGenericNode()
                             .getNodeInfo();
                   IWDNodeInfo childNode;
                   IWDNodeInfo deepChildNode;
                   for (int i = 0;
                        i < wdContext.nodeNewGenericChildNodes().size();
                        i++) {
                        childNode =
                             origNode.getChild(
                                  wdContext
                                       .nodeNewGenericChildNodes()
                                       .getElementAt(i)
                                       .getAttributeValue("name")
                                       .toString());
                        deepChildNode = childNode.getChild("DATA");
                        genericNode.addMappedChild(
                             childNode.getName(),
                             null,
                             childNode.isSingleton(),
                             childNode.isMandatorySelection(),
                             childNode.isMultipleSelection(),
                             childNode.getPathDescription(),
                             false,
                             true);
                        genericNode.getChild(childNode.getName()).addMappedChild(
                             deepChildNode.getName(),
                             null,
                             deepChildNode.isSingleton(),
                             deepChildNode.isMandatorySelection(),
                             deepChildNode.isMultipleSelection(),
                             deepChildNode.getPathDescription(),
                             false,
                             true);
                        genericNode
                             .getChild(childNode.getName())
                             .getChild(deepChildNode.getName())
                             .addAttributesFromDataNode();
              // Avoid another context generation - all context have been generated
              wdContext.nodeNewGenericChildNodes().invalidate();
              InteractiveForm form = (InteractiveForm) view.getElement("IsrForm");
              //Set the template source of the form (if necessary)
              if (wdContext
                   .currentIsrParamsElement()
                   .getSetTemplateSourceNecessary()) {
                   form.setTemplateSource(
                        wdContext.currentIsrParamsElement().getTemplateSource());
                   wdContext.currentIsrParamsElement().setSetTemplateSourceNecessary(
                        false);
              logger.pathT("Exiting: wdDoModifyView");
        //@@end

  • Maintain Translation for ADOBE Form

    Dear All,
            I have a requirement of viewing the form in the user's Login language.
    I created a form with the all the required fields. its working perfectly in English. When i login with French language the form display in English. how to make changes so that i can able to view the form in French.
    Even i have maintain the Translation for the Adobe form.
    Thanks
    Yogesh

    Hi Ron,
    Goto Se63 Tcode --> enter PDFB in Command Field then enter the form name and convert to what ever Language you want.
    Reward Points if useful.
    Regards,
    Srinivas

  • Is there an enterprise version of Adobe Forms Central subscription that allows multiple users?

    I have found many online form tools. Adobe is reputable so I am inclined to use it, however I can find little information. I need a forms system that stores results in the cloud for export. It must store more than 10,000 responses (how many does the most advanced version of FormsCentral allow you to store)? Also must be able to create unlimited forms.
    Thank you - Blake

    It allows unlimited forms, but the limit on the number of responses at one time is 5000, with a buffer that stores an additional 2500. You can always download the responses before you reach the limit though. For more info, see: http://forums.adobe.com/docs/DOC-1382

  • How to maintain links in adobe forms

    I have created a fillable form and have created a link to another PDF form.  The link works when I test it, but if I e-mail the form, or copy and paste the form to another folder or my desktop, the link again will not work.
    I have tried, "set destinations, create a link, and button actions" and none keep the link when the file is moved.
    I am using Acrobat Pro 10 for windows

    Sorry, should have provided more info.  The link is just to a another pdf file on our system directory (called the S/drive....).  It is not a link to a web site.  I send the form out and the user will fill it in and then auto submit with the use of an e-mail button. (which has all worked in the past).  I recently added this new link for the user if this additional(second) form is required. I have created link so it will open the linked pdf and the use can print and fill out this second form. 
    However, when the form is e-mailed the link no longer works, or if I move the file to another folder again the link will not work. 
    Any more thoughts / help would be great,  I am sure I am missing something, but can not figure it out??

  • Adobe Forms versiona

    Hello,
    Can anyone help me with the latest release version of Adobe Forms?
    Also, when does support and extended maintenance end for that version number?
    Thank you
    Evan

    first of all make sure the ADS is working well for the test system (the connection in SM59 or something else could be wrong).
    if you´re sure ADS is ok for the system, start working with the form. In my opinion the problem is with an unexpected value coming into a field. Like a character coming into a datetime field or something like that.
    Debug the form (and/or use ADS trace) and check the values. Maybe you will find something that does not make sense.
    Cheers Otto

  • Adobe form hiding fields stopped suddendly

    Hi All,
    I had made the sub form as flowed and written the below script in docready event in order to move other fields up if it do not have a value.
    if(this.rawValue == null) 
    this.presence = "hidden"; 
    This was working and it is working for the fields which are in the content area. But it suddendly stopped working.
    Thanks in advance.

    Hi!
    There might be a number of reasons for such behavior. First of all, check for the latest versions of Adobe form. If there were recent changes it might be e.g. some other script which is incorrect and your script fails to run. A simple test for scripts is going to "Preview PDF" tab on Format page. If any error popups - check the corresponding script. It's the first point I start from while having script troubles.
    If Adobe form wasn't changed, I would still check whether this script runs. If this issue can be reproduced in DEV / TEST systems, you can make any kind of debug printing or popup to be sure that IF-condition is fulfilled. If it's ok, have a closer look at the form elements, if not - check the data coming from the outside.

  • Adobe form layout version retrival

    Hi Experts,
    I have a problem in opening the adobe form layout.I am facing an error message error while opening the document.I checked in the production system same problem there also.
    it is possbile to retrevive the older version of layout?
    Adobe life cylce designer is installed properly. But i am able to open the layout of another adobe form in another development system.
    Please suggest me on this.
    Regards,
    Jayant.

    Hi,
    ADS needs to be configured properly,
    this is the part of BASIS team.
    regards
    Ramchander rao.K

  • I'm trying to download a pdf form on my ipad it keeps telling me to download a newer version of Adobe reader I have done this and it still says the same thing any ideas

    IIn trying to print a pdf form on my I pad but it keeps telling me to download the latest version of Adobe reader I have done and it still won't let me see it or open it in any other way any ideas

    Moved to Adobe Reader for iOS.
    If you are trying to open an xml based pdf file, then it is not supported on the present version of Reader for iOS.

  • Problem viewing forms.This form is not supported with the current version of Adobe Reader.Upgrade to the latest version for full support. That does that mean exactly?

    Problem viewing forms.This form is not supported with the current version of Adobe Reader.
    Upgrade to the latest version for full support.
    What exactly do I need to do?

    That means you were probably using Adobe Acrobat to view PDF's. Acrobat is totally unnessary, you can view PDF's in Preview (Applications - Preview).
    BTW PLEASE complete your profile. It's very difficult to help  someone when they don't provide any information about their system. You can easily do this by clicking Your Stuff in the upper right of this page, then click Profile and fill in the pertinent information.

  • Version Control for adobe forms

    Dear All,
    We have a situation where we already go live with version 0 of our adobe form. Now, we have an enhancement to the form i.e.: some new functionalities and new field. Previously we have tried to transport the new changes to the production without any version control and those processes that have been already started prior to the new changes encounter error when the user continues the process.
    I am wondering how do the version control works and any documentation on how to configure it?
    Thanks in advance
    Regards,
    Bryan

    Hi Brian,
    Here is some information that I found in the IMG on Create ISR Scenario...
    Create ISR Scenario
    Use
    In this IMG activity, you create an ISR scenario that has a one-to-one relationship with a form scenario. To be able to use a form scenario in a process, one ISR scenario must exist for each form scenario. The ISR scenario and the form scenario must be linked with each other. You make this setting in Customizing for HR Administrative Services in the IMG activity Link ISR Scenario with Form Scenario.
    In the form scenario, you define primarily the basic set of form fields and their processing through the backend services. In the ISR scenario, you specify the definition of the user interface. You also specify which form is used for the display and how the layout of this interactive form is designed. You use interactive forms based on Adobe software to create and process the forms.
    ISR scenarios and form scenarios are version dependent. The version numbers of the ISR scenario are assigned automatically. Note that a form scenario must have exactly the same version as the linked ISR scenario. For this reason, you should always create a new version in the ISR scenario first and then use the same version number when you create a version in the form scenario manually.
    Note
    If an ISR scenario or form scenario (with an existing version) has already been used in a productive process, you should not change the configuration. If you want to make changes to a process or an ISR scenario or form scenario, you should always create a new version, and only ever use that new version in the future. In this way, processes that have been started can be concluded with the old version and new processes can be started simultaneously with the new version.
    This is from the Create Form Scenario documentation...
    Create version
    Form scenarios are version dependent, which means that there is at least one version of each form scenario. Versions are linked with processes. Since processes can vary, you must also be able to adjust the associated scenarios. To be able to provide different forms for process variants, you create versions.
    You can still process and change an existing version at a later point in time. Once a version has been used to execute a process, you should not make any more changes to this version; instead, you should create a new version.
    The form scenario and the (linked) ISR scenario are both version dependent. They must always have exactly the same version numbers. Note that the version number of the ISR scenario is generated and cannot be entered manually. When you create a new version in the form scenario, you therefore have to use the version number generated in the ISR scenario.
    If you have already made extensive Customizing settings for the form scenario and want to create a new version based on the settings, you should use the IMG activity Manage Form Scenario.
    Hope this helps...
    Cheers,
    Kevin

  • I have downloaded a trail version of adobe acrobat pro and when I try to use it, it says that it cannot be edited in acrobat, please use adobe livecycle designer to edit this form. I can't work out what I need to do?

    I have downloaded a trail version of adobe acrobat pro and when I try to use it, it says that it cannot be edited in acrobat, please use adobe livecycle designer to edit this form. I can't work out what I need to do?

    Acrobat XI is not distributed with Designer. Designer is now a separate product. You can create forms in Acrobat as an AcroForm or using Forms Central (an online forms program). You can print the form to a new PDF and then recreate the fields in Acrobat using the recognize form fields. You will likely have to fix the form fields, but that would be the process. Generally, once a form is taken to Designer, you can't bring it back without such steps.
    Designer is available with AA8 - AAX, but since is a separate product as I indicated.

  • PDF Form Requires a newer version of Adobe Reader

    New at this...Created my form in Live Cycle 8.0/Professional 8. Throughout company we are using Acrobat Reader 7.0 and are not at this time looking to upgrade. When our users open this form, get "This PDF form requires a newer version of Adobe Reader..." and prompts them to upgrade. Is there anyway I can get rid of this message...a way to make my form know that users will be opening in 7.0 and accept without error?
    Also, I'm not able to get the Submit to Email button to work...getting "This operation is not permitted"...how can I fix?
    Funny thing is I had been able to get the e-mail button to work at one time, but now, all of the sudden, it doesn't want to work...even on my machine which has Live Cycle/Professional 8 loaded?????
    Thanks!

    Geo,
    Thanks for the quick response. Tried and received: "This PDF document contains an Adobe XML form. Such files cannot be optimized.
    Help...thanks again

  • Even if we have bought the advance version of Adobe FormsCentral, is it possible to receive via e-mail the completed form in .pdf? If not, is it possible to develop this option? How much would it cost?

    Even if we have bought the advance version of Adobe FormsCentral, is it possible to receive via e-mail the completed form in .pdf? If not, is it possible to develop this option? How much would it cost?

    I know of no way to do this with Reader or XML.

  • This PDF form requires a newer version of Adobe reader !?

    Hi there
    I use LiveCycle 8 and I design forms for a target audience using Acrobat Reader 7..
    My problem is whatever I put in a form, I get a really annoying message when opened in Acrobat reader 7
    This PDF form requires a newer version of Adobe reader, Without a newer version, the form may be displayed but not work properly etc....
    This doesn't inspire confidence for the user.
    I get this message even if I open a new form, add a single textfield and save as Acrobat 7 PDF form.
    Is there a way around this ?
    Thanks
    Chris

    I am not too sure, I thought that saving as Acrobat 7 pdf,would do that. Is that not the case ? Are you referring to something else ?
    Thanks
    Chris

Maybe you are looking for

  • Credit memo and mandatory fields in Sales order

    Dear all, I have 2 problems, hoping these are not too basic questions I'm asking here. 1). I have created a sales order for credit memo's and I'm using the standard billing type G2. The amounts are negative in the order & in the billing document, how

  • Fonts

    I currently use the full version of Adobe Acrobat 7 on a Mac. I understand if the fonts are not embedded in the document when the PDF is created, there will be font issues for the end user when printing. Someone told me this is not the case in Adobe

  • OIM 11gR2 - Error when trying to view task details

    I am having an issue [very similar to this one|https://forums.oracle.com/forums/thread.jspa?messageID=10667996]. When we are in the identity module (/identity), under the Pending Approvals tab, and we click on one of the approval or fulfillment tasks

  • Canot find class name? whats wrong?

         //=======================================================      // Changes the name on the account      //=======================================================        public void name(String newName)          name = newName;        public Strin

  • Why can't I see a discussion?  Says unauthorised?

    Why can't I see or reply on this discussion anymore? Re: Poor support site created by KiltedTim in Using iPhone - View the full discussion This solved my question  This helped me Apple does not provide support via email.  This forum is a volunteer us