Hi,
I imported a form from one server to another. The imported one pops up error message on new item. Below is the message
"The are some problems with the design of this form and this is causing some errors. Please contact the designer of this form to rectify these.
The form is reporting the following errors:
'SafetyCr' is undefined"
I used IE developer tool and looked up the SafetyCr, below is what i see.
<script type="text/javascript">
//<![CDATA[
function fn588098f237204ac2b30b2ac087098ae5(sourceContext, rowIndex) { return NWF.FormFiller.Functions.GetTypedValue({ItemProperty:SafetyCr}) ;}//]]>
</script>
I have no clue how to fix it. (FYI I importing from version 2.5.0.0 to 2.6.0.0)
Any ideas?
Hi,
I would think that SafetyCr is, as suggested in the error, a property on the item and the error may indicate that the List that you have imported the form to does not have the property SafetyCr it is looking for? I have seen similar errors and sometimes it is related to a control on the form that references an obsolete list column.
Regards,
Mark