mercredi 4 février 2015

Custom Display / Edit / New Forms in a O365 Provider Hosted App



Is it possible to change the Display / Edit / New Form Urls, so when a user clicks on an existing list item or tries to add a new item it will redirect them to the App?


I have tried changing the Forms in the List Schema.xml but this results in build errors.


Schema.xml



<Forms>
<Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
<Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
</Forms>







0 commentaires:

Enregistrer un commentaire