Unable to view the 'Expected end ' field on work order formIssue On the work order form ( wm_order ) unable to view the field ' Expected End ' or ' Estimated End ' fields together Either one of them is hidden when the other is visible on the formResolutionOn the work order form , among the two fields ' Estimated End ' and ' Expected End ' only one of them is visible.There is a client script ' Hide End Date Fields ' which sets the field's Display to false based on the Process cycle the application is running on https://<instance_name>.service-now.com/sys_script_client.do?sys_id=3f524b67c333210081d7dccdf3d3aeb3&sysparm_record_target=sys_script_client&sysparm_record_row=1&sysparm_record_rows=1&sysparm_record_list=scriptCONTAINSexpected_end%5EORDERBYorder The Expected end is visible when the 'request-driven ' is set , and the estimated end field is visible when ' task driven '.https://<instance_name>.service-now.com/$sm_config.do?sysparm_application=Field%20Service&sysparm_app_name=field_service&sysparm_title=Field%20ServiceBased on customer's requirement the process cycle can be set or customize the client script to have both the fields visible , but this will be considered as customization.Related LinksSTEPS TO REPRODUCE : Hop into the instance Navigate to ' wm_order ' tableUsers will be able to view only one of the field , either Estimated end or Expected end