function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sharron VolgyesSharron Volgyes 

CMS Force - Including product line items in a web form?

I'm trying to create a webform that includes product line items, but haven't been able to figure out how.  Any suggestions?
Best Answer chosen by Admin (Salesforce Developers) 
David VPDavid VP

I presume you have a Master-detail relationship to your product line items ?

If that's the case : that's not what CMSForce was designed for : It will allow you to update any single object but it will not generate you an interface to input multiple objects at once ...

 

You'll have to use VisualForce / Apex for that.

All Answers

David VPDavid VP

I presume you have a Master-detail relationship to your product line items ?

If that's the case : that's not what CMSForce was designed for : It will allow you to update any single object but it will not generate you an interface to input multiple objects at once ...

 

You'll have to use VisualForce / Apex for that.

This was selected as the best answer
Sharron VolgyesSharron Volgyes
I was a little afraid of that... thanks for the information though! Visual force here I come!
Sara-CASASara-CASA

i'm hoping that by using a separate form for each object I can make this work (only pain in the butt is that you have to click save for each form separately).  What I'm still trying to figure out is how to fill in the ID of the master in the detail form somehow... Anyone have ideas?