How to change the style and color of a property in the Edit/View activity screen?
Summary:
Content (required):
Hello good afternoon community;
I want to ask you if there is a way to change the style, font, color of a property value in Edit/View activity screen?
I tried to make the change using XSLT Transformation at the Properties level, but it didn't reflect the change.
I based on an example from the documentation (https://docs.oracle.com/en/cloud/saas/field-service/faadu/t-create-a-string-property.html#CreateAStringPropertyExample-3710A47A) but it didn't work .
[xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"]
[xsl:template match="/"]
[style]
.property_format
{
style="color:#EB3324;"
}
[/style]
[p class="property_format"] [xsl:value-of select="xa_warning"/] [/p]