Exposing part business foundation test libraries to SaaS#4738
Merged
ventselartur merged 8 commits intomainfrom Sep 12, 2025
Merged
Exposing part business foundation test libraries to SaaS#4738ventselartur merged 8 commits intomainfrom
ventselartur merged 8 commits intomainfrom
Conversation
JesperSchulz
previously approved these changes
Sep 11, 2025
Co-authored-by: Jesper Schulz-Wedde <JesperSchulz@users.noreply.github.com>
grobyns
previously approved these changes
Sep 12, 2025
Aleyenda
previously approved these changes
Sep 12, 2025
nikolakukrika
previously approved these changes
Sep 12, 2025
Co-authored-by: Nikola Kukrika <39086991+nikolakukrika@users.noreply.github.com>
24e6f3f
nikolakukrika
approved these changes
Sep 12, 2025
ankosiorek
approved these changes
Sep 12, 2025
miljance
pushed a commit
to miljance/BCApps
that referenced
this pull request
Oct 22, 2025
) The goal of this pull request is to expose business foundation test library to SaaS for two reasons: 1. The base Application's test library "Library - Utility" has a dependency on LibraryNoSeries which is part of the business foundation 2. We have a request from partner to use this library It is achieved by moving the NoSeries app inside of SaaS folder that has a "Cloud" scope. The plan is to make this test app available for partners and also change the dependency in "Library - Utility" [AB#559125](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/559125) --------- Co-authored-by: Jesper Schulz-Wedde <JesperSchulz@users.noreply.github.com> Co-authored-by: Nikola Kukrika <39086991+nikolakukrika@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The goal of this pull request is to expose business foundation test library to SaaS for two reasons:
It is achieved by moving the NoSeries app inside of SaaS folder that has a "Cloud" scope. The plan is to make this test app available for partners and also change the dependency in "Library - Utility"
AB#559125