Skip to main content

Hi experts,

 

I am getting below exception in a screen(Primary table = TASK) when trying to save the task fields. Can anyone help me to understand the usage of this task_usable?

 

 

I am not sure why this field get added to the task update, since this is non db field as mentioned in the error it self. And also, I was unable to find this field in metadata, but was able to find this in the code itself, and also unable to identify the exact usage of this.

 

Is there any specific reason why this field get added to the task_update message?

 

Thanks,

Hasara

Hey @Hasara Dinu 

Check in the UI designer if that field exist on the task screen.

Validate in the XML tab as well, if you cannot see it in the UI.

Also, is there any custom script running on save event? Validate this as well.

Cheers!


Hi @Shneor Cheshin ,

 

Thank you for the reply.

Already checked this in UI designer → xml editor and client script running on save event to identify any task_usable field. But I couldn’t find any task_usable field there.

I am assuming that this is added from code level based on some configuration. 

 

Thanks,

Hasara


Hey @Hasara Dinu 

I can see this field in the baseline task screen. So not sure why you cannot.

Maybe try to add it to the XML? Maybe it was removed accidentally, and is required?

 

Cheers!


Hi @Shneor Cheshin ,

Thanks for the information.

This issue got resolved by adding the task.task_usable as hidden field to the screen.

 

Thanks,

Hasara


Reply