Creating a GUID in workflow
Hello,
I am in need of creating a GUID in workflow and assigning it to a variable that gets placed into an attribute of featurelayer. The reason I don't have SDE automatically assign the GUID/Global ID is that there will be batch updates added to the DB that already have a GUID, so I need to do this programitcally in the workflow.
Thank you!
0
-
id = Guid.NewGuid(), where id is System.Guid datatype.
0 -
That worked wonderfully! Thank you so much!
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer