cancel
Showing results for 
Search instead for 
Did you mean: 

Show GP Item Properties In UWL

Former Member
0 Kudos

Hi,

We are using Guided Procedures composed of Visual composer screens for 5-6 workflows. When we use the standart functionality in the UWL, everything works fine.

What I mean is I can show the Subject, From, Start Date etc. properties of the tasks in the UWL(it's standart). However I want to show the item specific properties in the UWL(the properties from the Visual Composer screens).

Is it possible to add these properties to the UWL?

  • I saw examples about the SAP Workflows, couldn't find any about the GP.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198228
Active Participant
0 Kudos

Hello Baris,

You can use the GP API to get details regarding a task or the VC object name etc and source this into UWL using the UWL API. Both the javadocs are on sdn.

Abdul

Former Member
0 Kudos

Thanks Abdul,

Using the APIs and writing code will be my second choice.

Therefore I'm still looking for a configuration solution like the one that people created for SAP Workflows or ABAP Objects. (CustomAttribute examples are all about these subjects not the GP).

However if I can't fix it with configuration, coding will be the only choice. Do you have any code samples regarding this?

Thank you