You need to sign in to do that
Don't have an account?
Peace
Dynamically create object for a value selected from Picklist
Hi,
I am new to salesforce. i have a simple query. Please help.
i have a listbox containing 10 values. The value i select is stored in 'selectedValue' variabe.
now i have to create an object for this selected value in apex.
How can i dynamically create objects ?
You need to something like this:
All Answers
You have a picklist field:
Values in this picklist are name of object.
You want to create a new record of that object on selection of picklist values.
Is this correct?
Yes Bhawani,
I have a picklist field
Values in this picklist are name of object.
I want to create an instance of that object on selection of picklist values.
You need to something like this: