Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't delete entity records whose entity has a 1:N relationship to a virtual entity #478

Closed
tony-mykhaylovsky-va opened this issue May 16, 2024 · 1 comment

Comments

@tony-mykhaylovsky-va
Copy link

Hi Mark,

I have a custom entity that has a 1:N relationship with a virtual entity.

When deleting the custom entity with a where clause:
delete from ops_summary
where ops_name like 'ZZZ Summary %'

error:
Msg 10337, Level 16, State 1, Line 1
DeleteMultiple has not yet been implemented

I also checked the following:

  1. Can delete multiple custom entity records in the UI (check boxes - unsure if DeleteMultiple runs or if its an individual Delete).
  2. Created a power automate to delete a specific ops_summary record and it works
  3. Checked the 1:N settings and behavior is set to Referential
  4. The virtual entity that is N:1 to custom entity has Delete step as unimplemented (this is intended)
  5. I can delete an OOB record like a contact just fine.

Thank you for considering this question.

Best,
Tony

@MarkMpn
Copy link
Owner

MarkMpn commented May 16, 2024

This looks the same as #469, please see the workaround there until this is fixed in the next release

@MarkMpn MarkMpn closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants