Please specify what version of the library you are using:
Expected / Desired Behavior / Question
When a managed metadata is defined as one of the column values of my Library List, and has no default value and expects to display only the term label. It will result in a error, because the value is NULL. I tried to overcome the problem by using the "fieldOverrides" property, but it only runs after running the normal rendering and displaying the error.
Because the business case, I can't add a default value for the columns, nor change the way they value is displayed. Is there a way to overcome this issue? For an existing item I think I can overwrite the property values after collecting the list item, but for non existing items (creating a new) it would still create errors.
I notice hiding the columns works, but I like the columns to be presented in the form.
Observed Behavior
When running the code, the form isn't loaded and an error is displayed immediately.
The error:
The specific part of the script failing:
DynamicForm being used
The code for custom rendering is dummy code to just check the functionality.
Category
[ ] Enhancement
[x] Bug
[x] Question
Version
Please specify what version of the library you are using:
Expected / Desired Behavior / Question
When a managed metadata is defined as one of the column values of my Library List, and has no default value and expects to display only the term label. It will result in a error, because the value is NULL. I tried to overcome the problem by using the "fieldOverrides" property, but it only runs after running the normal rendering and displaying the error. Because the business case, I can't add a default value for the columns, nor change the way they value is displayed. Is there a way to overcome this issue? For an existing item I think I can overwrite the property values after collecting the list item, but for non existing items (creating a new) it would still create errors. I notice hiding the columns works, but I like the columns to be presented in the form.
Observed Behavior
When running the code, the form isn't loaded and an error is displayed immediately.
The error:
The specific part of the script failing:
DynamicForm being used
The code for custom rendering is dummy code to just check the functionality.
Thanks!