my requirement is to build a ui of a chat bot inside F&O as a control in form, so i used extensible controls as a UI to integrate our LLM model and d365 f&o
but when i change the html and css after build the control and testing the ui the changes is not reflecting to dynamics
i had face the same issue in my drag and drop requirement but after two to three days and it requires many rebuilds the changes is reflected to dynamics but what is the root cause and what is the solution to reflect the changes immediately
First of all, consider whether you really need an extensible control. Maybe you just caused this problem to yourself by using a using more complicated design than necessary.
The requirement (to build a ui of a chat bot inside F&O) doesn't not necessarily require your design (creating an extensible control). Consider these options before resorting to a custom control:
Build a form using usual F&O controls such as String.
Embed a Power App (using Power Apps Host control)
Embed a web page (using Website Host control)
By the way, please don't attach Dynamics AX category to questions purely about F&O.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.