cancel
Showing results for 
Search instead for 
Did you mean: 

KUT - How get the sections as tab in the appointment screen ?

Former Member
0 Kudos

Hello everybody,

I would like get the sections "Attachement", "Parties involved" and "Notes" as tab into the Activity / appointement screen like below the result screen wished :

But  I'm not able to find where I can do it ? when I switch to the adaptation mode, I'm not able to find them :

Someone has an idea ?

Thank you for your help

Best regards

Olivier

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

You can leverage the copy and paste functionality available using the KUT's.

This can be done for most components, however 'Notes' is currently not available.

The Steps are really straight forward:

1) Highlight the component and select the 'Copy' button

2) Navigate to the screen where you want to add this component

3) Highlight the relevant section and click on Paste. Tip: You may need to select the parent first to see the paste icon.

Hope this helps.

Regards,

Jameel

Former Member
0 Kudos

Great, it exactly what I could do in order to solve my issue.

Unfortunately, I'm only able to copy, not to paste... I'm not able to get this button even in trying to slect first the parent. I don't know how to do

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you all for your answers. But the tabs "Attachment", "Notes" and "Involved" seems to be already exist in standard, so, no SDK seems to be needed.

I'm going to try the solution provided by

Best regards

Olivier GOURMAND

0 Kudos

Go up one more level. Click the Parent icon again.

Former Member
0 Kudos

I had tried several times without success then it finally worked ! thank you very much !

0 Kudos

Hi Olivier,

You cant achieve it directly from adaptation. You have to create different tabs using embedded components and need to create a read event handler on the tab loading. Just do the required inport outport binding as usual and drag the required fields to display on embedded component.

Regards,

Debasis

Former Member
0 Kudos

Hello Oliver,

One way to do it could via Custom embedded components via SDK. The only prerequisite would be the availability of right standard queries over all the nodes you mentioned. Some brief about the steps you can follow.

1. You create an EC component bound to the node which are linked to tab you want.

2. Create a query under the controller tab which will be bound to standrad available and appropriate query and fire it onInitialization event of your EC.

3. Bind your EC to your overview tab. Certainly, you can find lot of videos/Blogs at SCN on it.

Regards,

Saurabh