AUtomatically Import the Update Set from Source to Target Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello Community,
I'm trying to set up a REST message that pushes an update set from a source instance to a target instance—specifically from a local update set to a retrieved update set.
I’m able to get this working in the global scope, but I can’t get it to work within a scoped application.
Does anyone know why this happens or have any resources that could help me build this logic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
HI Daiva,
If I understand you correctly, you are talking about transporting update sets from one instance to another instance. For example, DEV to TEST. If this is the case, you can use out of the box Remote Instance option.
System Update sets --> Update Sources --> Create New.
Best Regards,
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
@Mani23 ,
You are right. I don’t want to use any out-of-the-box features for deploying applications from one instance to another. I want to build my own automation setup that will deploy update sets to the target instance whenever a deployment request is raised.
