We are having an issue with recsum.htm and Lawson Security. Apparently the DMEObject calls in recsum.htm are not supported by users who are CheckLS=Yes.
So if an approver wants to view a req from the ProcessFlow inbasket, they must be CheckLS=No in order for recsum.htm to execute.
Has anyone else encountered this?
If not, and you are using ProcessFlow inbasket for req approvals, with CheckLS=Yes, would you mind sending me a copy of the recsum.htm you use so I can compare to our system.
Thanks in advance,
~Shane
That is a known issue if you use the new lawson security. The workaround we are using is to have our requisition approvers stay on LAUA security
Are you sure this is a security issue? The path to the Java programs Lawson uses in the Inbasket Display Exec files changed in LSF9 and have to be updated in recsum.htm (and all other display files).
<script src="../rndtodecimal.js"></script>
<script src="../bversion.js" language="JavaScript1.2"></script>
<script src="../rndtodecimal.js"></script>
<SCRIPT src="../useskin.js" language="JavaScript1.2"></SCRIPT>
<SCRIPT src="../combine.js" language="JavaScript1.2"></SCRIPT>
<SCRIPT src="styles.js" language="JavaScript1.2"></SCRIPT>
<SCRIPT src="translate.js" language="JavaScript1.2"></SCRIPT>
<SCRIPT src="../commonHTTP.js" language="JavaScript1.2"></SCRIPT>
<SCRIPT src="../data.js" language="JavaScript1.2"></SCRIPT>
<SCRIPT src="../transaction.js" language="JavaScript1.2"></SCRIPT>
<SCRIPT src="../user.js" language="JavaScript1.2"></SCRIPT>