2 Replies Latest reply: May 30, 2014 5:36 AM by sixteenlabsinc RSS

    Additional Parameters to a "dataRef" population service.

    sixteenlabsinc Community Member

      Is it possible to send more than one parameter to the "dataRef" option of a mobile form via a URL?

       

      It looks as if a single parameter can be included but additional parameters are ignored when passed in a URL. For example: http://server:8080/lc/content/dam/lcapplications/theApp/1.0/Forms/theForm.xdp/jcr:content? type=html&dataRef=http://server:8080/rest/services/theApp/Services/Application/Fill/New?fi rstGUID=ABCD&secondYear=2014&anotherID=Stuff.

       

      I've tried a number of combinations of ?'s, &'s, and encoding of the URL without success. Separately the render service and population services work well. The record and playback shows parameters being passed properly when called alone and a single parameter only when passed as part of the dataRef URL.