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

[BUG] Table-valued function arguments are in the wrong order #601

Closed
hiroyuki0415 opened this issue Dec 4, 2024 · 0 comments · Fixed by #602
Closed

[BUG] Table-valued function arguments are in the wrong order #601

hiroyuki0415 opened this issue Dec 4, 2024 · 0 comments · Fixed by #602

Comments

@hiroyuki0415
Copy link

hiroyuki0415 commented Dec 4, 2024

Operations

スクリーンショット 2024-12-05 0 52 08

Actual result

arguments are in the wrong order

SELECT *
FROM RetrieveDependenciesForDelete(<@ObjectId, UNIQUEIDENTIFIER>, <@ComponentType, INT>);

Expected result

SELECT *
FROM RetrieveDependenciesForDelete(<@ComponentType, INT>, <@ObjectId, UNIQUEIDENTIFIER>);

Environment

  • SQL 4 CDS edition: XrmToolBox
  • Results of SELECT @@VERSION:
Microsoft Dataverse - 9.2.24111.198
	SQL 4 CDS - 9.4.1.0
	11 11 2024 12:05:16
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

Successfully merging a pull request may close this issue.

1 participant