Created
January 19, 2020 21:53
-
-
Save YMA-MDL/376a95bf4c9b913b0214d6d7b6dc9d76 to your computer and use it in GitHub Desktop.
[set actual Identity as assigned creator / owned by id] #csharp #Aras
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(); | |
string identities = inn.getUserAliases(); | |
string aliasId = identities.Split(';')[0]; | |
this.setProperty("owned_by_id",aliasId); | |
return this; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment