Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

CDML Edit Master Record and Portal Records


This topic is 8131 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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">


This topic is 8131 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.