cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate to standard Activity Task not working

0 Kudos
369

Hello Experts,

I've created a custom embedded component on the Customer screen.

Among other things, this EC contains a list of activities.
These activities are of the standard Activity BO type.
I want to add a button to the list, which when clicked takes you to the Activity Task Thing Inspector.

I based my solution on the standard Activity Task OWL and tried to re-create it.
But when I click the link, I get an error stating that I don't have the correct Work Center assigned.
This is impossible, since the navigation from the standard OWL works perfectly.

Below some screenshots of my current setup:

// icon with click event

// event handler

// outport

// obn navigation

// error message

What is wrong in the configuration?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member240914
Participant
0 Kudos

Hi Glenn,

The best way to navigate to thing inspector/quick view screens either custom or standard UI is using Thing Type.

Since you are in Custom EC its very simple follow the below steps

1) Bind Activity UUID in the data model.

2) Associate a thing type information, and Description data field as shown below

3) Display Task UUID on the list as Link, and make sure you have selected description only.

That's it!! you are set to test 🙂

Thanks & regards

Pramodh

0 Kudos

Thanks, works like a charm!

Kind Regards,

Glenn

Answers (0)