File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ function Invoke-ExecCustomData {
368
368
dataset = $Mapping.extensionSyncDataset.label
369
369
sourceType = $Mapping.sourceType.label
370
370
directoryType = $Mapping.directoryObjectType.label
371
- syncProperty = $Mapping.extensionSyncProperty.label
371
+ syncProperty = $Mapping.extensionSyncProperty.label ?? @ ( $Mapping .extensionSyncDataset.addedFields.select -split ' , ' )
372
372
customDataAttribute = $Mapping.customDataAttribute.label
373
373
}
374
374
}
@@ -438,7 +438,7 @@ function Invoke-ExecCustomData {
438
438
$Body = @ {
439
439
Results = @ {
440
440
state = ' success'
441
- resultText = " Mapping deleted successfully."
441
+ resultText = ' Mapping deleted successfully.'
442
442
}
443
443
}
444
444
} catch {
You can’t perform that action at this time.
0 commit comments