Hello all,
We added 'form view' script on our web report.
The script is to make it possible to open a eform(form view) directly with WorkID.
I referred to the sample 'TEST_SUM_Turnaround_WebReport.html'.
///sample ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
[/* Provide edit button to edit a form contained in a Workflow:
<FORM>
<INPUT ONCLICK="document.location='[LL_REPTAG_URLPREFIX /]?func=formwf.FormEdit&WorkID=[LL_REPTAG=VOLUMEID /]&SubWorkID=[LL_REPTAG=VOLUMEID /]&formID=@FORM_ID@&viewname=@CUSTOMVIEW_NAME@%&editable=true&noredisplay=1&NextURL=[LL_REPTAG_MYURL /]' " TYPE="BUTTON" VALUE="Edit" NAME="Edit1">
</FORM>
*/]
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
But the sample code doesn't work on Live link 9.7.0.
According to the Opentext service center representative...
>In 9.7, Verified &editiable changed from being &editable=false to &editable=######, where ###### is an integer id of the object stored in the LLCache table.
> No manipulation of any values in the LLCACHE table is supported or recommended.
Do you have any idea to set 'editable' or to open eform without it?
(So far It is set the max integer id of the object stored in the LLCache table,
but sometimes a LL form template was displayed instead of eform because of SEGMENTBLOB contained 'false'.)
Regards,
Ryo