Created
November 4, 2019 22:07
-
-
Save NithinMahesh1/a93e95af11e6001237bf50f30a1ccd21 to your computer and use it in GitHub Desktop.
This file contains hidden or 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"); | |
| identity.setProperty("keyed_name", "Administrators"); | |
| 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