function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chercher 

Do FLS come through ECLIPSE ide

Hi

 

i am trying to migrate package from sandbox to production. I would like to know if I do the migration with eclipse if the FLS will come through?

 

Thanks

EnthEnth

If you want to migrate the FLS the best way is to create one of more profiles, as needed, with the appropriate FLS and include these in your package. These are not directly copied, but can be used as 'profile templates'.  When the package is installed you select which 'profile template' to apply to each user profile in the target org.

 

However, I wouldn't normally expect you to use packages from sandbox to production - Change Sets will also do this (if  you include both the fields being managed and the profiles in your change set).