How can I add sub screens inside cdm binding-detail-screen

Hi, how can I add sub screens inside cdm binding-detail-screen?

I’m in A12-2023-06-ext5.1
I’m using CDM, I have a relationship contract(1) ↔ salary(n)
In the contract form (see attached file) I want to have multiple screens and use navigation button to switch between them, but it seems that the SME doesn’t allow to do it.

In my example, I want to have two screens (go with two navigation buttons), one for contractDetailsControlGrid and one for binding-Contract-ContractSalary_RM. What should I do to achieve it? Thanks!

Hey @nguyen-sharp-drift,

the binding-detailscreen is just a regular detached-repeat-screen under the hood. So only features that are available for the detached-repeat-screen are available for binding-detail-screen.

Unfortunately, multiple screens are not one of them. So this is currently not supported by A12 out of the box.

Thanks for your answer.