Created
November 4, 2019 22:08
-
-
Save NithinMahesh1/c475ba680cc511f1ca3bfc1b2779bf8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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