Question

How to customize working Area the page that displays after application is loaded?

How to customize working Area the page that displays after application is loaded?

Like 0

Like

3 comments

Hello Nagaraju,

You can apply needed changes to the start page by replacing IntroPage schema of UIv2 package and applying changes to this replaced schema. This particular schema declares the state of Intro page that you see when you firstly login to the application.

Best regards,

Oscar

Hi Oscar,

Thanks for the Answer. I tried with creating a replacing client module for SimpleIntro schema in UIV2 package as I just want to add additional link in BasicTile. When I am saving the module I am getting "SimpleIntro not found" error. Could you please help me with this?

Nagaraju,

Try to create the URL as a custom control element 

https://community.bpmonline.com/articles/how-create-custom-control-element

Then place it in the replacing client module for the BaseIntroPageSchema

Show all comments