Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

transporting

Former Member
0 Likes
689

how to transport an object from production to development and testing to development and sandbox to development client?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
663

The landscpe of any company usually follows and sets up in unidirectional like Development --> QA/Testing --> production.

So, based on the setup, the data flows. If u want to send it in reverse order. It is to be set up. And usually this requirement dont arises almost.

Cheers.

6 REPLIES 6
Read only

ferry_lianto
Active Contributor
0 Likes
663

Hi,

I don't think you can transport from PROD to DEV due to transport layer setup (DEV -> QA -> PROD).

You need to create manually in DEV and transport to Sandbox.

Regards,

Ferry Lianto

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
663

Your transport layer would have to be setup for that. Although, it really seems like an unusual model that you present. Usually the transport layter will go in one direction.

sandbox -> development -> testing/QA -> production.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
663

Hi Sunil,

<b>We will not transport any object from

1.quality to development

2. Production to development

If any issue occurs in our object then we make changes in the copy of object which is available in development and transport it to quality then production</b>

Read only

Former Member
0 Likes
663

hi Sunil,

the order in which you can transport the request is

sandbox-> development-> quality-> production ..

Regards,

Santosh

Read only

Former Member
0 Likes
664

The landscpe of any company usually follows and sets up in unidirectional like Development --> QA/Testing --> production.

So, based on the setup, the data flows. If u want to send it in reverse order. It is to be set up. And usually this requirement dont arises almost.

Cheers.

Read only

Former Member
0 Likes
663

Hello,

as Rich wrote, it is really unusual.

But, if your transport layer is prepared for this, you can do the transport as nedded.

Otherwise, you have to change it in the target system manually.