Solved

task_usable field usage

  • 22 February 2023
  • 4 replies
  • 45 views

Userlevel 5
Badge +13

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

icon

Best answer by Hasara Dinu 23 February 2023, 05:27

View original

4 replies

Userlevel 6
Badge +26

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!

Userlevel 5
Badge +13

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

Userlevel 6
Badge +26

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!

Userlevel 5
Badge +13

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