Forum Discussion
miguelisidoro
Jan 31, 2018Iron Contributor
Override NewForm, DisplayForm, EditForm with SharePoint Provider-Hosted Add-In
Hello,
I want to implement a SharePoint Provider-Hosted Add-In to implement a business process. Data will be stored in SharePoint Lists (main List and several secondary Lists). I would like to ...
Jan 31, 2018
Might I ask why you want to implement this in a Provider-Hosted AddIn? If the data is stored in list: why not implement it with SPFx?
miguelisidoro
Jan 31, 2018Iron Contributor
Hello Juan,
For the present, the only thing you can do using SPFx is web parts, not full page applications. Using a provider-hosted add-in, I can choose whatever technology I want to implement the add-in (ex: MVC with Knockout JS, Angular, etc).
When full pages becomes available in SPFx, I will consider it as an option.
Can you please confirm that it is possible to override the NewForm, DisplayForm, EditForm to the URL of a Provider-hosted addin?
Thanks,
Miguel