See the thread close by called "assignment to form records". Dieter Maurer suggests using Object for a related problem, and I did it like this: import Products.PythonScripts.standard ObjFields = Products.PythonScripts.standard.Object() ObjFields.a_field = a_value HTH, Fernando