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
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