on 2023 Jun 27 1:34 PM
Dear all,
is it possible to disable the help text (appears upon mousehover the blue question mark) in the goal plan? The help text appears only above the table (field id="milestones") in the goal plan.
<field-definition id="milestones" type="table" required="false" detail="false" viewdefault="off" showlabel="true" field-show-coaching-advisor="false" cascade-update="push-down">
In case the help text cannot be disabled, is it possible to edit the content?
Thanks a lot!
Best
Lilla
Request clarification before answering.
karthik.gobburu this is not possible.
The help text using <field-description> in Latest Goals is available for metric-lookup-table and milestones. Otherwise, <field-description> does not display in the UI for the other field types, and it is used merely to provide additional context in the XML template for those editing it.
Thanks!
Jordi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi lillabozo01 and karthik.gobburu
The help text that appears in the Milestones field can be removed.
In the XML template, make sure to delete the <field-description> that appears within the field-definition of milestones. If you want to keep it, you can absolutely change the text displayed in the help text.
<field-definition id="milestones" type="table" required="false" detail="false" viewdefault="off" showlabel="true" field-show-coaching-advisor="false" cascade-update="push-down">
<field-label>Milestones</field-label>
<field-description><![CDATA[This is a description of the milestones field]]></field-description>
<table-row-label lang="en_US">Milestones</table-row-label>
<table-column id="start" type="date" required="false" validate-start-before-due="true" cascade-update="push-down">
<column-label>Target Date</column-label>
</table-column>
<table-column id="desc" type="textarea" required="false" cascade-update="push-down">
<column-label>Milestone</column-label>
</table-column>
<table-column id="due" type="date" required="false" cascade-update="push-down">
<column-label>Actual Date</column-label>
</table-column>
</field-definition>
Hope this will help,
Best regards,
Jordi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jordi-
Really helpful.
One more question can we add the help text ( question mark) after every field in Gola Plan ( like Goal Name, Start Date, Description etc), Will the same <field-description> work for these as well, Please advice
User | Count |
---|---|
9 | |
4 | |
4 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.