Value of State field not populating on widget
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 09:27 PM
I am working on a widget, where I am populating some fields from asmt_assessment_instance table, I have created variables like this
var fields1 = 'task_id.number,sys_created_on,state,due_date,u_survey_type';
var fields2 = 'task_id.number,sys_created_on,state,due_date,u_survey_type,taken_on';
var fields3 = 'task_id.number,sys_created_on,state,u_survey_type,taken_on';
The value of state field is coming blank in widget, how I can solve this??
0 REPLIES 0