We had to create a new Workforce project which is almost a copy of an older one. However, in our older version, the assignments table had assignmenttype, workerid and dispacherid as esriFieldTypeInteger. Now in the new project, these fields are of type esriFieldTypeGUID.
Why is it different and how could we change it to esriFieldTypeInteger? We have an API built to work with the Workforce and changing of the field types creates an error.
Thanks!