I have list of objects I want to reuse in different application. How can I import object as new object with New Application Prefix. Duplicating each object will take time. My goal here is to make objects which are reusable for future. Please let me know if more information needed.
Discussion posts and replies are publicly visible
No other way apart from duplicating all of these objects. To make it worse, there is no automated way to duplicate objects and you'll have to do everything MANUALLY
I tried importing in new environment with an exported zip file. I made changes to the UUID of the object .xml document. But appian didn't accept it. I find it little strange because whether I manually change the UUID or not, the object UUID is new for the new environment. I thought it should accept but it didn't.
Appian accepts any UUID if you do not make a mistake.
Wow. I didn't know you guys are doing it or that is even doable.
Always wondered if this was the case. Has anyone ever done a script to run through the files and insert new UUIDs and replace all references everywhere with the new UUIDs?
I am just creating new objects, using existing ones as templates.
Copy paste is your friend. You can always copy the code out of one object and paste it in the expression editor of your new object.
What do you mean when you say "Appian didn't accept it"? What error messages are you seeing? For what it's worth I don't recommend changing the UUID - it's usually better practice to create reusable components like others have mentioned.
Ok. So, here is the scenario I tried:we have <versionUuid> , <uuid>, <parentUuid> and <historyInfo versionUuid tags.
I tried manupulating or removing the uuid and updated the object name. Deployment happened sucessfully but the object is not created.
Everything I am trying here is in same application and in same environment.Please guide me how you achieved in your case.
And we see new UUID is created when we create a new object. Is there a way that appian creates a new UUID when I import an object? I am just curious