You need to sign in to do that
Don't have an account?

dynamic forms
is is possible to create "dynamic" forms in salesforce (SF)? example - we have a host of services that we offer, and would like to create one object in SF to handle all of the service requests. for example -
- a user could choose a service and a set of fields would appear
- a user could add more services, making another set of fields appear
Can SF load different fields dyanmically based on a user's seletion in a checkbox or dropdown?
Take a look at Record Types.
Hope that helps,
Sati
thanks! i've looked into record types, but it seems that you can only select the fieldset when first navigating to the object.
i'm looking for functionality that would dynamically create and remove fields in real-time based on the user's seletions.