Hi I am currently creating a date time field for sharepoint in XML
My field is created but no default formula is added. Do i need another tag to say i want to have a defaultformula
. The schema i have is
<Field <!-- Some properties here-->>
<DefaultFormula>Today +182</DefaultFormula>
<FieldRefs>
</FieldRefs>
</Field>
Cheers Truez