hello guys i am new to development and scripting , can anyone explain me what does this condition represent(new global.StateFlow().validFlow(current, 'b46c02ca4f2d0a0097b3b82ca310c743', 'manual')), here sysid represent state flow record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2016 12:16 PM
hello guys i am new to development and scripting , can anyone explain me what does this condition represent(new global.StateFlow().validFlow(current, 'b46c02ca4f2d0a0097b3b82ca310c743', 'manual')), here sysid represent state flow record
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2016 04:53 AM
That's a call of a script include named "StateFlow" for its function named "validFlow".
If you go to System Definition -> Script Includes and search for Name IS StateFlow you will find the script and be able to see its content:
More on state flows:
Regards,