Is there an eval() equivalent in apex/Salesforce? -
i've looked this, , seems there no directly related function available since apex typed, wondering if had found workaround. i'm designing credit risk object , client wants able insert expressions such "150 + 3" instead of "153" when updating fields speed things on end. unfortunately, i'm new salesforce, i'm having trouble coming ideas. feasible?
you allow hand-entering of soql statements , use dynamic soql process them. require bit more "150 + 3."
otherwise in javascript , pass value apex calculated number.
Comments
Post a Comment