ContentTypes
There are 1 entries for the tag ContentTypes
Creating and using Calculated Columns in your ContentTypes are a bit tricky. First off the syntax for defining a Calculated column is like <Field ID="{Some GUID}" Name="Name" Group="GroupName" Type="Calculated" DisplayName="Display Name" StaticName="Name" FromBaseType="TRUE" ResultType="Number/Text" ReadOnly="TRUE"> <Formula>Some Forumula</Formula> <FieldRefs> <FieldRef Name="Name of Field Referred"/> </FieldRefs></Fiel... For the calculated column to work...