Hello,
I need some custom logic to calculate value of calculated field, suppose, I have field1, field2 and field3. All of them are of whole number type, I have a Calculated filed named Result. I want calculate Result field like maximum(field1, field2, field3). I want to show maximum value out of this three field in Result field. I know this kind of calculation I can do by using JavaScript. but I want to do it by C# code (plugin or any other similar approach).
Is it possible to Calculate value this way? if yes can any one suggest me some document/article to develop such solution.
Thanks,
Ashish
*This post is locked for comments