Support for Resource Assignment on the Time Sheet PortalTo enable the Resource Assignment field on the Time Sheet Portal, customers have to make small modifications to the files below. 1.Create a resource assignment object in the header fields Object of the additional choices,JSON Format field of the TimeSheet Portal Page- https://instanceName/sp_config?id=page_edit&p=worker_portal&table=sp_instance&sys_id=1d7b842493532200ea933007f67ffb22 2.To remove the resource plan column from the time sheet portal, comment out these two lines of code from the Server Script Section of the Time Card Grid Widget. https://InstanceName/sp_config?id=widget_editor&sys_id=191df3b393332200ea933007f67ffbab&spa=1 if(data.allowChangeOfResourcePlan) data.fields.push(rplnColumnName); After applying this workaround, make sure to set flag ‘replace_on_upgrade’ to true on record created in ‘sys_update_xml’ table for the above files(This will make the modified file to upgrade during future upgrades).