Customize BreadCrumbs

Hi,

I’m using CUBA platform 7.2.7.

In Some of the edit screens in my application I want to show a particular unique value of the record in the breadcrubs bar instead of the screen caption.

This will give my users that how they navigated.

How to customize the BreadCrumbs for my requirement?

Thanks,
Hari

Hi, @harikrishnadhas.k1

You can set the screen caption programmatically:

getWindow().getFrame().setCaption("MyScreen");

Regards,
Gleb

Thanks @shalyganov.

It worked.