document_wrapper
When I try to set a context variable using: Context[“RECIPETYPE”] = “@{Document.type}“; I get the error below. If I use Context[“RECIPETYPE”] = “ThisIsATestString”; everything downstream from this script line works ok. Error log output: 2012-04-09 ...
0 votes
1 answers
1 comments
2808 views