Skip to content Skip to sidebar Skip to footer

How To Set A Default Form From Sub-grid

I've created a sub-grid in Contacts Entity to show related lead records for the contact. Due to the client requirement, We also have the functionality to create a new lead from con

Solution 1:

If you look at the description for extraqs on this page you can specify the form id to open the form with. So you have two options:

  1. Use javascript to edit the url within the subgrid. Not sure if this is possible, but it should be.
  2. Call the OpenEntityForm javascript in the onload of the lead form, after determining the correct product line, passing in the correct form id.

If you get option 1 to work, let us know!

Post a Comment for "How To Set A Default Form From Sub-grid"