Solved

How to set up task type 'GUI code'?

  • 7 June 2023
  • 1 reply
  • 50 views

Userlevel 2
Badge +7

To test certain functionality we want to use a task with the logic type 'GUI code'. Apart from these 2 lines in the documentation, we can't find anywhere how to get such a task working.
https://docs.thinkwisesoftware.com/docs/sf/tasks#gui-code

Does anyone have examples of tasks with the type 'GUI code'?

icon

Best answer by Anne Buit 8 June 2023, 09:02

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +5

Hi Marc,

GUI code tasks are all but deprecated.

These tasks are built using C# code (kind of similar to object model extenders) and placed in the Windows- or Web GUI folder of the GUI to be executed at runtime.

However, these days a wrapped service called via an http connector is in almost all situations a better option to execute arbitrary C# code in your application.