How to add a help text for a variable whose type is HTML

Community Alums
Not applicable

How to add a help text for a variable whose type is HTML

Thanks in Advance
Utsav

2 ACCEPTED SOLUTIONS

Hi @Utsav JAISWAL ,

 

You can try the below:

 

Write a onLoad Client script:

g_form.showFieldMsg('variable_name', 'Help text goes here', 'info');

 

OR,

Navigate to configure dictionary of the HTML field and define the hint as below:

SN_Learn_1-1718604810603.png

 

 

It will look like below:

 

 

SN_Learn_0-1718604648160.png

 

 

 

 Please Mark My Response as Correct/Helpful based on Impact

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

Hi @Utsav JAISWAL ,

 

Unfortunately that won't be achievable out of the box. DOM manipulation is never recommended as it will break things in future.

 

Please Mark My Response as Correct/Helpful based on Impact

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

7 REPLIES 7

SN_Learn
Kilo Patron
Kilo Patron

Hi @Utsav JAISWAL ,

 

You can define it under the annotation as shown below:

SN_Learn_0-1718600521423.png

 

 

The output on the portal:

 

SN_Learn_1-1718600553856.png

 

 

Please Mark My Response as Correct/Helpful based on Impact

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Community Alums
Not applicable

Hi @SN_Learn 

In my scenario, the variable (whose type is HTML)  is not under any catalog item.
It is simply defined under a table.

Thanks in Advance
Utsav

Hi @Utsav JAISWAL ,

 

You can try the below:

 

Write a onLoad Client script:

g_form.showFieldMsg('variable_name', 'Help text goes here', 'info');

 

OR,

Navigate to configure dictionary of the HTML field and define the hint as below:

SN_Learn_1-1718604810603.png

 

 

It will look like below:

 

 

SN_Learn_0-1718604648160.png

 

 

 

 Please Mark My Response as Correct/Helpful based on Impact

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Community Alums
Not applicable

Hi @SN_Learn 

Thankyou for the support, I have tried putting the text in Hint, it is working..

What will happen if we will put the help text in HELP  field.

UTSAVJAISWAL_0-1718612056834.png

I have tried this also but no..result is reflecting on the variable


Thanks in Advance
Utsav