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
yvk431yvk431 

Dynamic Apex Logic

Hi All,

I dont know how to put it, I am given with this crazy idea to build an custom visual force page for the auto selection of the products/services based on comparions of the inputs given on opportunity. Meaning the comparision between the inputs needs to be varied by the users in a timely fashion and apex should not hard code the comparisions , instead it should get the comparision criteria from a different object's records so as to allow the users to change them from time to time.

Before starting on anything, I just wanted to make sure that apex code can handle this kind of scenario. Please let me know.

--yvk
Andy BoettcherAndy Boettcher
I don't see why not - until you start fleshing out more of your requirements I'd say go for it.
yvk431yvk431
I know about dynamic soql and other stuff, but I am out of ideas when it comes to this dynamic apex. Will be of great help if you can give any tip or a clue.

--yvk