Skip to content

Instantly share code, notes, and snippets.

@YMA-MDL
Created January 19, 2020 21:53
Show Gist options
  • Save YMA-MDL/376a95bf4c9b913b0214d6d7b6dc9d76 to your computer and use it in GitHub Desktop.
Save YMA-MDL/376a95bf4c9b913b0214d6d7b6dc9d76 to your computer and use it in GitHub Desktop.
[set actual Identity as assigned creator / owned by id] #csharp #Aras
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