Question

Error Message

Hi Guys,

 

Please, i need an urgent help.

I don't have validation on  Product Category, when i tried to save or edit product. i get this message "Field Category : Enter a value". Also in the console, it shows  "Instance of class Terrasoft.Container is destroyed".  Please help, it is very urgent

File attachments

Like

2 comments

Hi Adebola,

In this case, you probably want to check is this field is required in Product object in your Configuration. Also, you can search for Category in your JS files(Ctrl+Shift+F12 in Chrome console) for any business rules or code which can make it required.

thanks Elias. Figured it out yesterday. There was another lookup with different name but pulling data from the same category lookup and the field was required.

Show all comments