I have read over the instructions for adding custom fields to the new Modern UI, however I am getting this error.
The field Document.UsrICProjectTaskID cannot be bound to a FieldState.
Attached are the HTML and TS files I created. The screen is AR301000
Best answer by Tony Lanzer
@Leif I was able to resolve this. I simply needed a DAC extension class to define the custom field in the DAC. I hadn’t done this yet because I had been trying to get this simple customization to work for weeks in different instances and neglected to do this for my current instance. I assume your were probably missing this yourself.
@Leif I was able to resolve this. I simply needed a DAC extension class to define the custom field in the DAC. I hadn’t done this yet because I had been trying to get this simple customization to work for weeks in different instances and neglected to do this for my current instance. I assume your were probably missing this yourself.
@Leif I was able to resolve this. I simply needed a DAC extension class to define the custom field in the DAC. I hadn’t done this yet because I had been trying to get this simple customization to work for weeks in different instances and neglected to do this for my current instance. I assume your were probably missing this yourself.
@Tony Lanzer can share the solution ,how to convert Extended DAC fields into Moder UI