Hi Community,

 

I need to customize Portal Dashboard by adding a new div/block which will show like below

 

 

Above div/block is rolling news and will be show on top of portal dashboard, News will be fetch from 3rd party API.

What file and how should be customize for achieving this requirement?

 

Any help will be highly appreciable.

 

Regards

Like 0

Like

1 comments

Hello Muhammad,

 

You can create "Web-page" dashboard that will display data and layout of some 3rd-party website where you can apply changes you need using HTML-code (create these blocks, adjust blocks layout, fill in those blocks with needed data and so on). And as a result all portal users will see a separate web-page in this dashboard (as an IFrame) and will be able to browse it and your business task will be achieved.

 

Best regards,

Oscar

Show all comments

Hi everyone, 

 

I would like to add my Cases (with certain filters) as an additional tab in Agent Desktop.

https://prnt.sc/pcrw94

 

The current tab "CASES" comes from the Queue section.

 

Thank you in advance!

Like 0

Like

4 comments

Please create a new detail based on the Case object via Detail wizard. The article on the academy will be helpful for that:

 https://academy.bpmonline.com/documents/technic-sdk/7-14/creating-detail-wizards

Add a new tab and add the newly created detail to the tab via Section wizard. There is an opportunity to add filter to the detail via JS development. Please find the example in the article by the link below: 

https://community.bpmonline.com/articles/filtering-details-several-fields

Alina Kazmirchuk,

Hi Alina,



Thank you for your reply, it has given me an idea of how I can populate the tab once it's there. The problem however is that I cannot add a new tab. 

The only visible option is changing the fields to display https://prnt.sc/pcxsnw , it seems like the tabs are created in a very unique way. 

Yosef,

The related topic was discussed in the post by the link below: 

https://community.bpmonline.com/articles/agent-desktop-group-queue-items-queue-instead-entity

Alina Kazmirchuk,

Thanks again for the reply but it does not achieve what I want.

I want to create a new tab based on the *case Section*.



Another example to clarify my goal is to have a second tab that contains all the accounts. It has nothing to do with queues. (this is not my goal, this is an example)

If we look at the code from the link you send me we can see that "Queues" is being used: 

var esq = Ext.create("Terrasoft.EntitySchemaQuery", {rootSchemaName: "Queue"});

I am trying to avoid this. 

 

Hopefully this clarifies my goal.

Show all comments