Skip to content

Instantly share code, notes, and snippets.

@NithinMahesh1
Created November 4, 2019 22:08
Show Gist options
  • Save NithinMahesh1/c475ba680cc511f1ca3bfc1b2779bf8f to your computer and use it in GitHub Desktop.
Save NithinMahesh1/c475ba680cc511f1ca3bfc1b2779bf8f to your computer and use it in GitHub Desktop.
Innovator inn = this.getInnovator();
Item identity = inn.newItem("Identity", "get");
string owner = this.getProperty("owner", "Administrators");
identity.setProperty("keyed_name", owner);
Item itm = inn.newItem("Part", "get");
itm.setPropertyItem("owned_by_id", identity);
return itm.apply();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment