So I currently have 2 Object Schemas, one for testing and one for production (actual use). These 2 are designed so the testing one should be identical to the production one. So to save a lot of time, I would like to create an automation rule to do this. So the best scenario would be, when I create an Object in the production object schema, i would like an automation rule to copy this object in the Testing object schema. This would save a lot of time.
Hi @Christopher Taylor - Yes, I believe this would be possible. You'd need to set a couple global automation rules.
HIi @Mark Segall
Ok is there any examples of this as I am new to Insight and unfamiliar to IQLs and the automations rules.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also is there more documentation on IQLs? As from searching, there is very limited and not as much as JQLs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's one I put together real quick for when a new object is created:
You would need to add other attributes and for each you'd add the smart value {{object.attribute}} where attribute = the name of the attribute.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Re IQL resources... This is my go to:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mark Segall
So would this Object B be identical to Object A but in a different schema? Also would i have to replace the "name" in that smart value?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Christopher Taylor - You could have them in the same schema, but my recommendation would be separate because by default, attribute pickers will show all attributes in the object schema. So, if you have duplicates, it's difficult to differentiate between what's on Object Type A vs Object Type B.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes i agree, I i'm trying to have 2 Object Schemas which when I created an object in the "Production" object Schema, it automatically creates an identical one in the "testing" object schema
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please share a screenshot of your rule and log if this one is still being finicky with you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.