c# - SharePoint 2010: field formulas -


does know way using either sharepoint 2010 client object model or sharepoint 2010 web services evaluate formula given field? example, if have datetime column default value set formula like:

=datedif([column1], [column2],"d") 

or

=month([today]) 

i able somehow evaluate formula client application.

thanks in advance can offer.

edit:

i dealing datetime calculated default values seem handled differently typical "calculated" field.

there no client side way evaluate such formula using sharepoint apis , don't think server side api publically available.

your best option update item , read field back.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -