Sharepoint Authentication by User OAuth for System Application Module
Could you please provide an additional Authentiaction for the Sharepoint Integration Module.
Right now the only way to authenticate is by ClientId and ClientSecret.
https://github.com/microsoft/ALAppExtensions/blob/main/Modules/System/SharePoint%20Authorization/src/Share...
Improve InStream Data Type with Wrapper for Properties Length and Position
The Stream operations could be improved if you provide wrapper for the properties
Length: https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.length?view=net-7.0
and
Position
https://learn.microsoft.com/en-us/dotnet/api/syste...
New FlowField of Dimension Value Name for table Default Dimension
**🕮 Describe the issue**
We often have the requirement of our customers to see the Dimension Value Name in the list of Default Dimensions.
**📣 Expected behavior**
I would add a new FlowField and add it to the page `"Default Dimensions"` too.
This...
New Microsoft Graph Module for the System Application
Similiar to the other API Modules for Azure Blob Service or Sharepoint, I'd like to create a generic API Module for the Mircrosoft Graph API, that can be reused for severel purposes, like retrieving user information or other informations from there.
Improve Microsoft Graph Module of the System Application with OData Query Parameters
We currently cannot specify OData Query Parameters when we use the Microsoft Graph Client of the System Application.
Most of the list requests support the OData Query Parameters.
https://learn.microsoft.com/en-us/graph/api/user-list-contactfolders?view=graph-r...
Enable Deletion of Job Archive (Project Archive) via Retention Policy
Currently a Job Archive Record cannot be delted via Retention Policy
This should be possible simliar to Sales Header Archive where you can specifiy which how many versions to keep.
Make Parsing of the SharePoint Module (part of the System Application) Debuggable
Currently there are still some NonDebuggable in places where they aren't needed.
e.g. in all the Parsing processes of the Sharepoint Client of the system application.
Since we have access to the Response Message already the NonDebuggable should be removed from...
Remove NonDebuggable from not needed procedures and variables in the system application
Currently there are still a lot of objects in the system application that have procedures that are marked with NonDebuggable.
There are several procedures that don't needs the NonDebuggable property, because the paramaters are Debuggable outside of the inner procedure already....
Provide Extensibility for (Default) Dimensions in Sustainability Journal Line simliar to other Journal Lines
Currenlty the handling of Default Dimensions of Sustainability Journals aren't extensible.
Therefore I suggest to add similiar procedure
procedure CreateDimFromDefault...
Add Client Credentials Authentication via Certificate to the Mircosoft Graph Module of the system application
Currently we only can use Client Credentials Authentication via ClientId + ClientSecret on Microsoft Graph Module of the system application.
We should be able to use certificate with password for Authentication