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...

Read more...
0 Comments

Read more...
0 Comments

Category: Office Integration (134)

STATUS DETAILS
Completed

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...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1301)

STATUS DETAILS
Completed

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...

Read more...
0 Comments

Read more...
0 Comments

Category: General (1800)

STATUS DETAILS
Completed

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.

Read more...
0 Comments

Read more...
0 Comments

Category: General (1800)

STATUS DETAILS
Completed

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...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1301)

STATUS DETAILS
Completed

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.

Read more...
0 Comments

Read more...
0 Comments

Category: Project Management (207)

STATUS DETAILS
Completed

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...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1301)

STATUS DETAILS
Completed

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....

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1301)

STATUS DETAILS
Completed

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...

Read more...
0 Comments

Read more...
0 Comments

Category: Geographies and Localization (396)

STATUS DETAILS
Completed

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

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1301)

STATUS DETAILS
Completed