How to generate ta GUID using BluePrism
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-18 07:00 PM
I want to work with SQL database where I want to generate GUID and save into sql database.Please help me in this
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-18 07:19 PM
Research the SQL data type 'uniqueidentifier' or use a code stage with a line such as OutputText = Guid.NewGuid()
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-18 08:22 PM
In Utility - Strings object you have Generate New GUID method.
