Hi! using the Dynamics 365 web api, I was able to pull systemforms and customcontrols. I wan't to be able to re-render the form somewhere else by using the xml layout of the form from systemforms and control generating scripts from cusom controls. Is this possible?
Hi,
You won't be able to do it in CRM form as you need to publish your form changes, but you can think of using html and render your controls there.