August 20, 200223 yr Hello! I have a CDML-based form that displays a master record along with related portal records from a secondary table. Ideally, I would like to be able to edit both the master and portal records from the same form at once. When I submit the form for the master record, I get a 102 error (field name not found). When I remove the portal fields, this error goes away. This must mean that the 102 is generated because FM looks for those field names in the master table? Is there a way to edit the related records? If so, can anyone please lend assistance? Thanks! Kevin
August 21, 200223 yr First get rid of the error -- 102 Field is missing You have more fields on CDML than on layout. Use single layout for all CDML work with all fields and portals. Portal rows are edited with following syntax: <input type="Text" name="WebEdit::tracking_detail.[FMP-CurrentPortalRowNumber]" value="[FMP-Field: WebEdit::tracking_detail]" size="10">
August 21, 200223 yr Author Thanks Anatoli! The CurrentPortalRowNumber tag on the end of the field name is what I was missing.
Create an account or sign in to comment