Skip to main content
Nintex Community Menu Bar

Platform parameter for method OpenWorklistItem

  • January 16, 2020
  • 1 reply
  • 10 views

Forum|alt.badge.img+3

Hi,

I have a short question for the OpenWorklistItem Method of the K2 Runtime API.

Does  the parameter Platform has any effect or is it just an info? Is it important to set this parameter by using in a ASP.NET application for example? What happens if set or not set?

 

public WorklistItem OpenWorklistItem(  string SerialNumber,  string Platform,  bool Alloc,  bool IgnoreStatus)

Andi

1 reply

Forum|alt.badge.img+3
  • Author
  • January 16, 2020
Sorry, I think I found the answer here:
https://community.k2.com/t5/K2-Net-Blackpoint/OpenWorklist-Platform-for-WinForm/m-p/7465#M3057
Unfortunately the links are broken.
But the post means "Platform parameter" is just a filter option - is this correct or does the parameter has more effects.