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

Add GetCollectionType to Edit-In Excel API #550

Conversation

DenLilleMand
Copy link
Contributor

@DenLilleMand DenLilleMand commented Feb 8, 2024

Summary

The issue
We have received this issue: microsoft/ALAppExtensions#21940 where the programmer wants to move all of the filters from one field to another. The only thing missing for this capability is that we should be able to dynamically detect if the filter is a AND or OR expression, this is not possible in the current implementation.

Expected behavior
We should expose the "Edit in Excel Filter Collection Type" property on the filter through the API, such that clients of the API can dynamically detect what collection type the filter has.

Work Item(s)

Fixes AB#498510

@aholstrup1 aholstrup1 modified the milestones: Version 24.0, Version 25.0 Feb 26, 2024
@DenLilleMand
Copy link
Contributor Author

DenLilleMand commented Apr 5, 2024

Just putting this here, adding

    "preprocessorSymbols": [
        "CLEAN25"
    ]

to the app.json seems to compile fine.

@grobyns
Copy link
Contributor

grobyns commented Apr 5, 2024

Just putting this here, adding

    "preprocessorSymbols": [
        "CLEAN25"
    ]

to the app.json seems to compile fine.

which just goes to show: compilation is not enough :-P

encimita
encimita previously approved these changes Apr 8, 2024
@DenLilleMand DenLilleMand merged commit 302e4bf into main Apr 18, 2024
25 checks passed
@DenLilleMand DenLilleMand deleted the private/mattinielsen/AddGetFilterCollectionTypeToEditInExcelAPI branch April 18, 2024 09:24
JesperSchulz pushed a commit that referenced this pull request Apr 26, 2024
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
We merged in a PR updating the Edit-In Excel module API
#550, but forgot about updating
the documentation, namely the README.md which had examples using the old
API.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#527688](https://dynamicssmb2.visualstudio.com/Dynamics%20SMB/_workitems/edit/527688/)

Co-authored-by: Matti Nielsen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants