You need to sign in to do that
Don't have an account?
Regarding generic method
hi all i want to create a method with following requirements and it should be generic. The number of fields is not constant i.e. in some instances there might be 3 fields to be updated in some cases there could be 10 on account object.
The methods should either return the AccountID created or a list of AccountIDs created
The method should always create the object with all required fields with default values
any sugesion
The methods should either return the AccountID created or a list of AccountIDs created
The method should always create the object with all required fields with default values
any sugesion
Assuming you can populate the fields dynamically in your VF and from JavaScript remoting pass string of object.