Skip to main content
Hi ,

We are doing a proof of concept on writing our own task list and submission "portal". I have managed to pull in a list of activities and then load up details around the activity.

How can I pull in the client event info and pick up the URL to a form associated with the Client Event ?

Thanks in advance.

Becaflow
I suppose it depends on the way you - 'managed to pull in a list of activities and then load up details around the activity'

The correct way to do this is through the K2ROM API. Open a connection to the K2.net Server with the logged on user's credentials and retrieve a list of worklist items for this user. Each worklist item contains a 'Data' property which in turn contains the full URL associated with the client event.

Have a look at the Help file for sample code.

Hope this helps,
Ockert
That Worked Ockert , Thanks for you help.

BecaFlow

Reply