Commit 2f2465a
fix #594: re-state RemoteName in Level 8.6c to avoid Studio Pro Integration pane NRE
`create or modify external entity` overwrites `RemoteEntityName` (BSON field
`RemoteName`) with the empty string when the `RemoteName` property is
omitted from the statement (see mxcli#594). Level 8.6c was relying on
preservation of the value set by 8.6a/8.6b, but the resulting BSON ended up
with `RemoteName: ""`. Studio Pro's Integration Pane visualiser then NREs
in `ODataRemoteEntitySource.get_RemoteId()` with
`ArgumentNullException("EntityTypeName")` because the C# property aliases
the BSON `RemoteName` field.
Repeat `RemoteName: 'Account'` in 8.6c. The underlying executor bug is
tracked separately in #594 and will be fixed in its own PR; this commit
keeps the example file usable today.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9064b4c commit 2f2465a
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
335 | 342 | | |
336 | 343 | | |
337 | 344 | | |
338 | 345 | | |
339 | 346 | | |
| 347 | + | |
340 | 348 | | |
341 | 349 | | |
342 | 350 | | |
| |||
0 commit comments