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
richfer_richfer_ 

Adding custom field to a standard object?

Having added a custom field(Group_ Tasked __c) to the case object in clients org, they have the values  being added to that field also for the cases created.

And I’m working on a different developer org, that’s with a customized app for the client. I’ve a data table that shows the cases with the desired fields that should’ve the custom field(Group_Tasked__c) in it. When I’m getting a managed package with my developer org, the field has namespace added to the beginning. When it’s being installed to the clients org, it behaves as a different field that the cases have both the fields as “W_F__Group_ Tasked __c” and “Group_ Tasked __c”.

Is there a way for me to have a custom field added in my developer org and that can have the values in the clients org’s custom field when the package is installed?
Ashish_SFDCAshish_SFDC
Hi , 


This is not possible, 

Both the feilds are treated different to each other. 

You may hide the old field from the Page Layout and only add the Package Field. 

There by doing a Copy paste of values from that field to new field via a trigger or a workflow. 


Regards,
Ashish