Workflow and ServiceDesk Community

 View Only

Workflow - Plugins - Create GUID 

May 24, 2017 02:35 AM

Create GUID

The 'Create GUID' Plugin allows you to generate a random GUID, which can then either be copied to the clipboard or added to the  Primary Model of the current Workflow Project.

Component icon

N/A

Author

LogicBase / Symantec.png Symantec

 

Perform Action

Plugins | Create GUID

Workflow - Menu - Plugins - Create GUID.png

 

BUG: This states "current model" but actually puts it into the Model 1.png Primary model.

Alternative

N/A

 

Location

[Install Drive]:\Program Files\Symantec\Workflow\Designer\Plugins\

DLL

  • LogicBase.Plugins.CreateGUID.dll

Code

Generate a GUID

return Guid.NewGuid().ToString();

Copy to Clipboard 

Clipboard.SetDataObject(guid, true);

Create Component with the Guid pre-populated.

There is more information in the following Article

 

Documentation

[Display any related Documentation]

  • Title URL
    • Chapter/Page #

 

Support

[Display any related Support Documents]

  • Title
    • URL

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.