Home > Enterprise > Office 365 how to customize the task form
Office 365 how to customize the task form
Time:09-19
Sharepoint online for examination and approval of the default built-in interface is too simple, and is not able to display the data of application form, is there any way you can use the native HTML Custom task form? The Info path now customers are not allowed to use
CodePudding user response:
Completely customize, writing services on Azure, then write their own approval page (using the API to read the data), and then fill in the corresponding page with JS operations into its own links, easier said very trouble to do it, Can also change Form Form, directly with the SPD Recommend the use of the FLOW in, it looks good,
CodePudding user response:
Display application form data, can be read on the page using JavaScript or REST, and then to display, specific code search on the net a pile; Then, use the Jquery hide unnecessary fields, should still acceptable;