Add support for DecisionMatrixDefinitionVersion and ExpressionSetDefinitionVersion #2850
Closed
twardegaSFDC
started this conversation in
Ideas
Replies: 3 comments
-
@tomekwardega - Thanks for posting your idea. In this case, the Salesforce CLI supports these metadata types but it looks like there's a bug in how they're currently handled. We're tracking progress on this issue here: #2823 Could you take a look at that issue and add additional context if appropriate? Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Vivek,
Thank you for a quick follow-up. I will monitor issue #2823 for the
resolution - I will add my additional contacts in that issue. You can close
or attach the issue that I created #2850 as you see fit - seems to be the
same root cause,
Tomek Wardega
Senior Technical Architect | Salesforce
Mobile: 440-334-6327
…On Tue, Apr 30, 2024 at 12:16 PM Vivek M. Chawla ***@***.***> wrote:
@tomekwardega <https://github.com/tomekwardega> - Thanks for posting your
idea.
In this case, the Salesforce CLI supports these metadata types but it
looks like there's a bug in how they're currently handled.
We're tracking progress on this issue here: #2823
<#2823>
Could you take a look at that issue and add additional context if
appropriate? Thank you!
—
Reply to this email directly, view it on GitHub
<#2850 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BB7MXQRMTPLYDG5E37CGSUDY767XJAVCNFSM6AAAAABHAI4KG2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TENZXGU2DG>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Vivek,
I updated issue #2823 - to indicate that the issue affects 2 metadata types:
DecisionMatrixDefinitionVersion and ExpressionSetDefinitionVersion
I also included a test manifest file on issue #2823:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>DAWSON_Case_Type_Mapping_V5</members>
<members>DAWSON_Matter_Queue_Assignment_V1</members>
<members>DAWSON_Event_Code_Mapping_V3</members>
<members>DAWSON_Trial_Location_City_Mapping_V2</members>
<name>DecisionMatrixDefinitionVersion</name>
</types>
<types>
<members>OCC_Dawson_Contact_ES_V1</members>
<members>DAWSONApplicableStagingMatter_V1CLONE1</members>
<members>OCC_Dawson_Matter_ES_V1CLONE0</members>
<members>OCC_Dawson_Legal_File_ES_V1</members>
<members>OCC_Dawson_Practitioner_ES_V1</members>
<name>ExpressionSetDefinitionVersion</name>
</types>
<version>60.0</version>
</Package>
Tomek Wardega
Senior Technical Architect | Salesforce
Mobile: 440-334-6327
On Tue, Apr 30, 2024 at 12:22 PM Tomasz Wardega ***@***.***>
wrote:
… Hi Vivek,
Thank you for a quick follow-up. I will monitor issue #2823 for the
resolution - I will add my additional contacts in that issue. You can close
or attach the issue that I created #2850 as you see fit - seems to be the
same root cause,
Tomek Wardega
Senior Technical Architect | Salesforce
Mobile: 440-334-6327
On Tue, Apr 30, 2024 at 12:16 PM Vivek M. Chawla ***@***.***>
wrote:
> @tomekwardega <https://github.com/tomekwardega> - Thanks for posting
> your idea.
>
> In this case, the Salesforce CLI supports these metadata types but it
> looks like there's a bug in how they're currently handled.
>
> We're tracking progress on this issue here: #2823
> <#2823>
>
> Could you take a look at that issue and add additional context if
> appropriate? Thank you!
>
> —
> Reply to this email directly, view it on GitHub
> <#2850 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BB7MXQRMTPLYDG5E37CGSUDY767XJAVCNFSM6AAAAABHAI4KG2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TENZXGU2DG>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using DecisionMatirixDefinitions and ExpressionSetDefinitions in our PSS project on GovCloud+. We are using SF CLI v 2.38.7.
We deployed DecisionMatrixDefinitions and ExpressionSetDefinitions to sandboxes and production (go-live a week ago) without issues.
We need to deploy new versions of DecisonMatrixDefinitions and ExpressionSetDefinitions and it looks that DecisionMatrixDefinitionVersion and ExpressionSetDefinitionVersion metadata is not supported by Salesforce CLI at this time:
Beta Was this translation helpful? Give feedback.
All reactions