When deploying forms from the source account to the target account using SDF, you may encounter an error: ‘The visible value of the [scriptid=custentity_portal_active_date] field object cannot be modified.‘ This error can occur when the forms try to overwrite an existing form.
The error occurs when, in the existing form, a field is set to be visible, meaning that the ‘Show’ option is checked for that particular field. However, when attempting to re-deploy or modify the same form with the value ‘<visible>F</visible>’, it will attempt to update the current form by unchecking the ‘Show’ option. But that particular field cannot be modified once it is created. This will cause the error. When deploying such fields, keep the value the same as in the existing form. Hence we can solve the error.

