XML Forms: Multiple Object-Browser

Hello,
within the Form the user can add a link to a document using the Browser-Control. Is it possible to add then another Browser-Control to add an additional link. And if he add this link, to show another one, and so on?
kind regards,
Marco

Hello Marco,
Unfortunatelly, the functionality of dynamically adding new controls during runtime is not implemented.
Therefore, you need to specify during design time of the XMLForms formular the maximum number of controls e.g. for document links.
Kind regards,
Roland

Similar Messages

  • Content based routing and XML with multiple objects

    I have some structure:
    <contracts>
      <contract>
         <department>1</department>
      </contract>
      <contract>
         <department>1</department>
       </contract>
      <contract>
         <department>2</department>
       </contract>
    </contracts>
    I need to route contract to 2 system based on <department> value:
    contracts/department = 1 --> System1
    contracts/department = 2 --> System2
    Will XI split my XML (based on Content Routing rules in ID) into 2 structures (with departmet=1 and department=2 accordingly) ?
    Or I have to perform 1ToN mapping? I don't like it bacause it will be diffucult to monitor hundred of messages.

    Alternatively if you donot like 1:n mapping and BPM.
    Create two message mappings in the IR
    1.Source :<contracts>
    <contract>
    <department>1</department>
    </contract>
    <contract>
    <department>1</department>
    </contract>
    <contract>
    <department>2</department>
    </contract>
    </contracts>
    Target:
    <contracts>
    <contract>
    <department>1</department>
    </contract>
    <contract>
    <department>1</department>
    </contract>
    Basically mapping generates a target structure which has only department 1.
    2.Same like step1 but the mapping should generate the XML with department = 2.
    Once requires steps are done in the ID , do the content based routing in the reciever determination and give the appropraite message mapping in the interface determination.
    That should your problem and also you will like doing it as it does not involve any split level mapping..:)

  • Error in Browser field of  XML Form

    Hi All,
    We have recently upgraded our portal system from NW 7.00 (SP23) to NW 7.01 (SP09).
    Post upgrade we are facing an issue in XML forms for file browser element.
    On the XML forms we have an element u201Cfile browseru201D which we use for attaching documents as attachments in the XML forms.
    After upgrade, when we select a document using this element u201Cfile browseru201D, the file path is getting uploaded in the field without the file name. Hence after saving the XML forms when we try to display it and open the attachment in the XML forms, it is giving the following error.
    The folder you are looking for has no displayable content. You can try one of the following:
    u2022     Access the folder using the Navigation user interface.
    u2022     Access the folder as a Web folder. Your operating system and browser dictate whether or not this will work.
    Example : Suppose we are attaching a file f1.xls  in /documents/images folder, the path captured in the browser textbox is /documents/images  (it should be /documents/images/f1.xls).
    This was working fine before the upgrade to NW 7.01 SP09.
    Our system is already running LIVE on production and we are facing major issues due to this problem. Kindly provide a solution at the earliest.
    Regards,
    Nitesh

    It was a bug .
    SAP released two new patches
    EPBC209P_10-10005895
    SAPJTECHS09P_16-10005886
    issue resolved after patch application.
    Regard,
    Nitesh

  • Link to a folder in XML form

    Hi Guys!
    I was faced with a strange problem.
    I want to add link to some folder to an XML form. Like with link to 'Read more' document in SAP's example.
    But...
    If I select folder in a moment of creation of XML form via standard browser controll, there is path to that folder ('/documents/Public documents' for example) in a field. On presentation time (in NewsExplorer iView) clicking on that link opens 'http://myportal.domain/irj/go/km/docs/documents/Public documents/' instead of 'http://myportal.domain/irj/go/km/navigation/documents/Public documents/'...
    What can I do with that?
    Thanks in advance!
    Regards,
    DK

    Hi Denis Kleymenov,
    If you do not set "Start In" property of the "Browser" control, by default it will show you "root>>documents>>"
    root = "http://servername:10000/irj/go/km/docs/"
    For example if you select an image which is resided under "root\documents\teamindia.jpg" it will show you below path.
    "http://servername:10000/irj/go/km/docs/documents/teamindia.jpg"
    not as you expected below
    "http://servername:10000/irj/go/km/nagivation/documents/teamindia.jpg"
    if you need any specific repository folder for the target selection. Please set "Start In" property of the "Browser" control like below
    Ex:
    /Your repository name/followed by folder structure/
    /XTest/Home/Documents/Images/
    Thanks,
    Satyadev

  • Import XML spawns multiple forms

    I am using Designer to create a form. I am importing XML into that form. The XML has multiple records. I want the form to create a page for each record with the data from the XML record on each corresponding page. Is this doable?
    Thanks,
    Eric

    Hi Eric,<br /><br />Let's assume the form has a single page and it should repeat to show the repeating data groups. Create a form with single page and allow it to repeat. In Object palette > Binding tab, select Repeat Subform for Each Data Item.<br /><br />For example:<br />The data looks something like:<br /><br /><?xml version="1.0" encoding="UTF-8"?><br /><root><br /> <transaction><br />  <currency>USD</currency><br /> </transaction><br /> <transaction><br />  <currency>CAN</currency><br /> </transaction><br /></root><br /><br />The for looks like:<br /><form1><br /> <transaction><br />  <currency/><br /> </transaction><br /></form1><br /><br />where the transaction subform is repeating.<br /><br />Regards,<br />Hélène<br />Adobe Systems Inc.

  • In Acrobat 9 Pro, How do you split xml into multiple forms?

    Greetings,
    I'm new to Acrobat & xml in general. I'm trying to take one data file containing multiple copies of xml forms for importing in to Acrobat Pro. It keeps failing with the second xml header. The following is a sample of the data file.
    <?xml version="1.0" encoding="UTF-8" ?>
      <fields>
        <CaseNumber>00-12345</CaseNumber>
        <SendToNameAndCareOf>Somebody
        .</SendToNameAndCareOf>
        <SendToAddr>Address here</SendToAddr>
        <SendToCityStZip>City, St, Zip</SendToCityStZip>
      </fields>  
    <?xml version="1.0" encoding="UTF-8" ?>
      <fields>
        <CaseNumber>00-67890</CaseNumber>
        <SendToNameAndCareOf>Somebody else
        </SendToNameAndCareOf>
        <SendToAddr>Another Address</SendToAddr>
        <SendToCityStZip>City, St, Zip</SendToCityStZip>
      </fields>
    Is there anyway to accomplish this using the basic functionality of importing xml?

    Actually Graffiti it might be able to be done via 'touchup tool' without creating a new PDF. Assuming of course a photo editor like Photoshop is present.
    To the OP: Acrobat is intended as final destination format and not really suitable for editing (although minor changes can be made with the full Acrobat product). It's always best to do the changes to the original document and then make a new PDF making sure you acknowledge proper version control procedures. Changing the PDF means that you now have a PDF that doesn't match the original document.

  • Firefox crashes continually. Now I'm getting this error and cannot open firefox at all: XML Parsing Error: not well-formed Location: chrome://browser/content/browser.xul Line Number 1068, Column 87:

    SInce the latest update Firefox has crashed continually for about two weeks now. Continually means at least 10 times a day. Now it does not open at all and I get this message when launching Firefox:
    XML Parsing Error: not well-formed Location: chrome://browser/content/browser.xul Line Number 1068, Column 87:

    SInce the latest update Firefox has crashed continually for about two weeks now. Continually means at least 10 times a day. Now it does not open at all and I get this message when launching Firefox:
    XML Parsing Error: not well-formed Location: chrome://browser/content/browser.xul Line Number 1068, Column 87:

  • How to achieve Single content but multiple views in XML form builder

    Hi,
    I have requirement something like this.
    I am using xmlform builder to generate the content template for our portal.
    I have 5 links where I need to render html content dynamically. I am using NewsExplorer and NewsBrowser layout. Presently I have created  5 xmlforms project and design the layout in the renderlist item. I am not satisfied with my approach. It seems very inefficient of doing it as all the content layout is same. but all the different iviews  has different content to pick.
    To make myself clear I am giving with an example
    I have two iviews
    Policy1 and Policy2 which are KM Navigation Iviews whose init path are diferent path to get the different content.
    As the content has to generate dynamically , I am using NewsAuthor to create the content.
    To achieve this , I have created 2 xmlform project( though the rendering format is SAME) and 4 iviews  ( news explorer and newsbrowser for each ie policy1 and policy2).
    Since I need to generate some 100 contents like this .
    I do not think my approach is a very efficient one though the rendering format remains same.
    I wish to achieve this by using one xml form project , one News author and one news browser to create different content as long as the rendering template format is same
    this is something like this
    when I click on the Policy1 link for content creation , It should only shows Policy1 content format . and should not display the content authoring for policy2. This holds good for the viewing also .and also I would like to create only one xml form project as long as the rendering format is same.
    can anyone please tell me how to achieve this ?
    thanks in advance
    pk

    Hi Jasmine,
    To make your project link alone visible, try this
    To make the global setting for the availability of XML forms, choose Content Management > Form-Based Publishing > Forms Availability > Global Setting.
    To make specific settings for folders, choose Content Management > Form-Based Publishing > Forms Availability > Folder Settings.
    You need to give the name(s) of those XML project(s) you want to display in the Forms to Include parameter in the Settings for Folders.
    Forum reference:
    /message/1371270#1371270 [original link is broken]
    /message/1313368#1313368 [original link is broken]
    Consider rewarding points for helpful answers,
    Regards,
    Shankar

  • XML Forms: Browser() Field?

    Hi All
    I am creating an XML form and on this form I am trying to create a Browser Control which will open a folder I specify as the current one opens up the folder where the form is located.
    Does anyone know how to do this? Is it done by altering the Schema Reference?
    Thanks
    Phil

    Hi Phil,
    You can define a start folder for individual browser controls in the control property Start In. This setting overrides all other settings.
    You can also specify a subfolder of %projectroot% dynamically in the iView properties and in browser controls.
    Check this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/ec/0c93ba3e687441840bf86633b75938/frameset.htm
    Regards,
    Shankar

  • TWO objects of XML FORM

    I have two questions
    1- I would like to get the Form in the XML format. I have regular submit button BUT when I distributed the form, I got it in PDF format.
    I tried to put a regular button then I put mailto: someone@somewhare then I picked the send format as XML. But when I distribute the form, it is coming as PDF as default.
    Also, I tried from FORM PROPERTIES, then Advance -> selected the PDF Compatibilities then out put I put it XML, and I saved, BUT its go back to the default which is PDF.
    2- When I designed a PDF FORM, it would take one XML object for the PDF. Is there way to include two or more of XML object with in one form?
    Any help will be appreciated

    Hi Shankar, thanks very much for your assistance!
    Those links have solved my problem.
    To summarise for anyone else who is attempting to do the same:
    1. Create a custom property
    2. Include the customer property in your XML form
    3. Create/Edit a resource renderer, and set the Property for Sorting to the property that you created in (1). Note that this has to be preceded by the namespace in the format <namespace>:<propertyID>
    4. Include this resource renderer in a layout set
    5. Set your iview to use the layout set.
    Hopefully I haven't missed out any important steps here!
    Thanks again for your help!
    Regards
    Richard

  • Creating multiple PDFs from an xml form

    Hello--
    I am a LiveCycle Designer beginner, so please bear with me.
    I'm hoping to automate the creation of multiple PDFs from within a LiveCycle XML form I created.  We have a database with vendor contact information. Each vendor could have multiple records within our database (currently they range from 2-60). We currently send to a pointperson at each vendor an Excel spreadsheet that contains all the records associated with that vendor. That person then modifies, adds and deletes the records in that spreadsheet. We then input those updates into our database.  
    We recognize that this is an antiquated form of contact management, and want to improve. Of course, the challenge is that we do not have our own server to use, and we are not able to use any third party service that costs anything. Since we already have LiveCycle Designer, I'm hoping XML forms can make things easier for our administrators. I really hope there is a scriptable solution for this. 
    Here is what I've done (much of it to learn how LiveCycle Designer works).
    I created an XDP with all the appropriate fields. 
    I also created separate XML files for each vendor.
    I was able to create individual PDFs when I associate the vendor-specific XML file to the XDP using the Locate Data File field in the Defaults tab of the Form Properties.
    While this works, I essentially have just done the same amount of work as our current solution. Nonetheless, since LiveCycle is scriptable, I'm hoping that I can automate a number of these tasks. Is it possible to automate from within Designer, the creation of multiple PDFs—one for each vendor—using the same XDP form?  Do I need to make the XDP form a TDS file? Is this even the right approach? Is there a way to connect to the database and filter out by vendor the information I need? 
    I apologize if this is all over the place. Any and all advice would be most appreciated!!!

    The Split command also allows you to do this with a few more options like contol of the file naming and number of pages. Here is a quick tip on how to do this if you're interested.
    [Click to watch on the AdobeTV site]

  • Allowing multiple users to see same table in object browser

    I can't seem to get multiple users to see the same table in the web based Object Browser, even though I CAN get this to work using sqlplus.
    I have been reading all of the reference documentation and have done the following:
    Created a role called edit_subjects:
    SQL>CREATE ROLE edit_subjects;
    Gave it some priviledges:
    SQL>GRANT INSERT,UPDATE,DELETE,SELECT ON myname.subjects TO edit_subjects;
    Grant the role to another guy:
    SQL>GRANT edit_subjects TO otherguy;
    In SQLPLUS I can do the following:
    C:\>sqlplus otherguy/password
    SQL> select * from myname.subjects;
    That works, BUT when I "Browse Tables" using the other guy's login in the Object Browser of the web based interface, I don't see that subjects table. (When I login as myself, I can see the subjects table) Can anyone help me?
    Thanks,
    Dan

    You might try posting this in the Express Edition forum. I'm unfamiliar with that particular front-end, so I'm not sure. Most GUI tools will have the ability to explore objects owned by other users-- there's almost always a way to pick what schema to browse-- but I have no idea how to do that in this specific tool.
    Justin

  • Apex Object Browser - Share Tables to Multiple Users

    Hi all,
    This is a basic question, but my googling has so far been unsuccessful.
    For a new install of Oracle XE, I'd like to have multiple users be able to see and modify the same tables in the Object Browser.
    I tried the "Grant" tab in Object Browser to add access, but that is not making the table(s) visible in the Object Browser to others.
    I'd really appreciate any assistance! Thanks!

    Thanks for the reply, but I'm afraid this didn't work. I was able to create a public synonym, but the table still doesn't appear in other users' Object Browsers...
    Any other ideas?
    Thnx!

  • How can I open XML form in the Adobe reader, but not through the browser extention

    I am saving the document as Adobe Dynamic XML Form (useing Adobe LiveCycle Designer), When I open the document I get this error and I do have a Adobe reader installer.
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark
    of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other
    countries

    Open the form in Adobe Reader.

  • Adobe Livecycle Designer ES 2 - Adobe Dynamic XML Forms?

    How can you convert a dynamic XML form design in a static PDF Form design? I tried to save a dynamic XML Form as a static PDF Form, and then tried to preview it in Designer but the layout change scripts were working which should work only for dynamic xml forms and not for the static pdf forms. Please suggest another way to do it. Thanks in advance.

    You use Master Pages to set layout that you want to use on multiple pages.
    Design what you want in a Master Page and then assign it to the pages you want in Object>Pagination>Place: and choose On Page> whatever you called your Master Page.

Maybe you are looking for

  • Recording and playback from microphone on MAC OS X?

    Hi there, I have tried out recording using JavaSound....on Windows it works fine, but not on MAC OS X ... it give an "audio data not supported error". So then i try using quicktime java... refering to the demo file SoundRecord.java....i need to modif

  • Problems with replace file name with starting and ending Bates number

    When applying Bates numbers to a set of Acrobat pdf files I am unable to replace file names with the starting and ending Bates number. This is important for me in a legal application. The Bates numbers are applied to each page of each of file without

  • HT201302 How do i get my photo gallery back

    I bought the iphone 5, everything transfered except my photo gallery

  • MII on virtual server

    Hi all, from the Best Practices Guide: "MII can be deployed on virtual server as well as physical server configurations because of NetWeaveru2019s virtualization capabilities." Does anyone have deployed MII + NWCE and/or UDS on a virtual server?  May

  • Unix flavor with oracle

    Hi, currently our databasese are on AIX, but we plan to purchase new sever of unix except IBM.so colud you please tell en which unix flavor is more compatible with oracle sun solaris or HP unix and we also need list of SAN configuration. thanks a lot