Style text in Application Studio

We are using Epicor 2024.1 and I want to add some text to the header of the page. Ideally I wanted to use a Shape and dynamically change the value but this doesn’t appear to work. The even runs but the value of EnabledCaption is not changed.

Is there any other way we can style the text?

Are you just trying to change the text?

The key is just to find the right property to set.

Give your Shape an ID:

Create and event on whatever trigger you want (I just did a button-click to test with):

Property-Set (using your shape’s ID):

The property for the text is enabledCaption

And yes… the Value can be dynamic. I bound mine to the value of TransView.heroCaption

Before triggering my test event, I can give TransView.heroCaption a value:

Clicky-da-button:

‘Styling’ as far a custom css is not supported. there are hacks:

Thank you. I was using EnabledCaption where it needed to be enabledCaption.