Hi guys,
I'm asking this in relation with development then later for the deployment (maybe to UAT or Production), since I'm experiencing difficulties to change my field from a String to Enum type. Which apparently I need to delete first the field which mean I also need to change (remove) all the reference as and when it is used in code classes or in forms then Build & Synchronized successfully.
Do I need to Check-in first this deletion ? then also wait for the next deployment succeeded, before then I can add new field with the "wanted" field type which is in my case is Enum ?
Or I can, after the Build & Synchronize after the deletion, then Check in, then I can just add the new field, Build & synchronized again, and Check-in again ?
So when doing deployment, it will know there is two steps : deletion and add new field but with the same name ?
Thanks,