-
Hello, Im facing an issue to a make a sharepoint Required field in Doc lib form Non-Mandatory. The coument library uses default content type i.e. Document Steps i tried which did not helped :- 1. OM SPList list = web.Lists["Test Demo Lib"]; SPField field = list.Fields["Name"]; field...
-
Hi All, I am trying to package the custom list defintion - what is the correct procedure for adding addition custom forms to the schema.xml: < Forms > <!– Removed for lSettings –> <!– <Form Type="DisplayForm" Url="DispForm.aspx" WebPartZoneID="Main"...