hi all,
how save form data adobe db?
i have designed 1 xdp file.
through processformsubmission(), got submitted form data document obj.
then have called workflow kickoff program.
code:
invocationrequest request = myfactory.createinvocationrequest ("myprocessname", //specify long-lived process name
"invoke", //specify operation name
params, //specify input values (hashmap obj)
false); //create asynchronous request
it successfulyy started workflow, submitted form data not saved anywhere.
and also, how form data tables?
please provide solution above.
thanks in advance.
regards,
saravanan g
how save form data adobe db?
i have designed 1 xdp file.
through processformsubmission(), got submitted form data document obj.
then have called workflow kickoff program.
code:
invocationrequest request = myfactory.createinvocationrequest ("myprocessname", //specify long-lived process name
"invoke", //specify operation name
params, //specify input values (hashmap obj)
false); //create asynchronous request
it successfulyy started workflow, submitted form data not saved anywhere.
and also, how form data tables?
please provide solution above.
thanks in advance.
regards,
saravanan g
you need create process variable of type in if want able pass data process. params parameter (hashmap) contains list of in variables content want pass process. key name of variable , value content. way should in process.
now livecycle create column in database every process variable, content saved in database creating process variable.
jasmin
now livecycle create column in database every process variable, content saved in database creating process variable.
jasmin
More discussions in LiveCycle APIs
adobe
Comments
Post a Comment