Cannot access Change fields from Change task table.Description<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Change request fields are not showing up in data picker. Some of the change form related fields are not showing up.Fields like start_date, end_date are not present. Resolution Please note the 'Parent' field is a reference to 'task' table, not 'change_request'. The columns mentioned Planned start date (start_date)/Planned end date (end date) are columns on the change_request table. This can be seen at the following link. Please expand the change_request table on the schema: <Instance name>.service-now.com/nav_to.do?uri=%2Fgeneric_hierarchy_erd.do%3Fsysparm_attributes%3Dtable_history%3D,table%3Dtask,show_internal%3Dtrue,show_referenced%3Dtrue,show_referenced_by%3Dtrue,show_extended%3Dtrue,show_extended_by%3Dtrue,table_expansion%3D,spacing_x%3D60,spacing_y%3D90,nocontext From this we can see these columns do not exist on the task table, but rather the child table change_request. In this case, from change_task you will need to dot walk through the 'Change request' field which references change_request table.