Hi All,
I al trying to implement simple calculated column of a List. This list is part of SharePoint App. I tried following two options. Let me know if anyone faced similar issue or this is not supported in App Web.
1. Using List Schema >> This doesn’t throw any error. Also not doing any calculations.
<Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Type="Text" Name="Title" DisplayName="$Resources:core,Title;" Required="TRUE" SourceID="link removed" StaticName="Title"
MaxLength="255" /><Field Name="RequestID" ID="{15c831fb-4b12-4397-8872-b2b57fcc37ec}" DisplayName="Request ID" Type="Number" List="Request">
<Formula>=[ID]+1</Formula>
<FieldRefs>
<FieldRef Name="ID" />
</FieldRefs>
2. Also Post Deployment tried to edit column (find below screenshot) >> This is throwing correlation ID below error.