Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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]

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!