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
Namrata HeggadalNamrata Heggadal 

Deployment issue with Process Builder adding namespace

Custom fields used in the process builder are not prefixed with the packaging org namespace.
Deployment is done from development org to packaging org using ANT. Do we need to modify package.xml file to achieve this?
Currently we are using Flow metadata type to deploy process builder
C R 4C R 4
Is an update available for this issue?
Rajesh3699Rajesh3699
Hello ,

I hope the package.xml is in the below format....I don't think, there is a need to change the xml file

<members>Process Builder Name - Version of Process Builder</members>
<name>Flow</name>

Example:

<members>Update_Account _to_Send_Email - 5</members>
<name>Flow</name>