on 2018 Aug 29 12:20 PM
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.