Skip to Content
0
Sep 02, 2022 at 05:00 AM

SAP CAP 6.1.1 edmJson

1039 Views Last edit Sep 02, 2022 at 05:02 AM 3 rev

Hello @all,

I have a problem in SAP CAP 6.1.1 with an edmJson.

@Core.OperationAvailable: {
$edmJson: {
$If: {
$And: [
{$Eq: [{$Path: 'isBitbucketRepoCreated'}, true]},
{$Eq: [{$Path: 'isSSCAppCreated'}, true]},
{$Eq: [{$Path: 'isJenkinsCreated'}, true]}
]
},
true,
false }
}

This translates to this metadata XML with two <Bool>true</Bool> value.

image.png

I would expect the second to be false. Anybody an idea what's might be wrong ?

Attachments

image.png (30.6 kB)