Reputation: 6244
The following link descrip about Non-Relational field types in database: http://wiki.developerforce.com/page/An_Introduction_to_Force_Database
one of field types is the formula fields:
Formula - A read-only field holding data generated from a formula expression.
I use c# and entity framework as development tools.Business logic in this application will be changed over months.I want to let system administrators(some users) to define application 's formula and store in the database. My Question: How can is calculate formulas ,stored in database dynamically with c#?! (formula contains: static values,field names,functions,operators and ...).
What are your ideas?
Upvotes: 2
Views: 2018
Reputation: 39898
Two options come to mind:
Upvotes: 3