0

I'm trying to push a flexipage with conditional formatting but it's not working.

This is the reference in the flexipage.

itemInstances> <fieldInstance> <fieldInstanceProperties> <name>conditionalFormatRuleset</name> <value>Key_Field</value> </fieldInstanceProperties> <fieldInstanceProperties> <name>uiBehavior</name> <value>none</value> </fieldInstanceProperties> <fieldItem>Record.KEY__c</fieldItem> <identifier>RecordKEY_cField</identifier> </fieldInstance> </itemInstances> 

I included the UIFormatSpecificationSet in the package.xml

<types> <members>Key_Field</members> <name>UiFormatSpecificationSet</name> </types> <version>62.0</version> 

And I'm also retrieving in version 62.0.

But when pushing to another sandbox I keep getting this error:

Key_Field isn’t a valid value for Conditional Formatting.

How do I push the conditional formatting?

3
  • and you included the FlexiPage in the package.xml? Commented Aug 3 at 1:09
  • 1
    You are retrieving it in 62. Are you also deploying it in 62? Commented Aug 3 at 17:29
  • yes to both questions Commented Aug 24 at 20:02

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.