1

Create Unix timestamp

Creating a unix timestamp in AL code is usually pretty straightforward, but not when the code used by different client types. A webservice client is always in UTC and does not need any time zone corrections, while a web client session does. E.g.


OriginDateTime := System.Create...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1162)

STATUS DETAILS
New
1

Separate app compilation & XLIFF generation

The generation of the XLIFF source translate file should be handled in a separate step that can be executed via Shell/PowerShell. As it stands right now, the only way of generating a translation file of an AL project is by compiling the associated extension. Likewise, compiling a project with ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
1

Change DataAccessIntent on Report Request Page

Hello,


the DataAccessIntent is a great feature for reports. But unfortunately this does not work with document reports when they are printed and need to modify the "no. printed" in the respective header table.


It would be great if we could change the DataAcc...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
1

Extend Cross-Environment Intercompany functionality for custom fields

Add the ability to extend the cross-environment intercompany to pass custom field values between environments.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
1

Bug fix in the Reservation Management Codeunit

On the Reservation Management codeunit (99000845) there is a bug the call to the procedure OnBeforeAutoReserveTransLine should be with both RemainingQtyToReserve and RemainingQtyToReserveBase, the current call is with RemainingQtyToReserve for both parameters , please see be...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
1

Make Affixes not necessary for AppSource apps

We have now namespaces, what I love.

But we need still use an affix for AppSource apps.


I don't think that this is necessary if you make the namespace as a requirement.


The code will be more readable if we don't need to use affixes.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
16

Issued Reminder Email Enhancement

When issuing a new reminder via the Email print option for customer notification, the sent email does not appear in the ‘Sent Emails’ within the customer’s profile. This lack of record can lead to confusion. It w...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
4

CaptionClass for actions

Make it possible to have a dynamic caption for an action.

I would suggest to do it via the CaptionClass property, which is available for fields.




Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
1

Page Scripting Tool

Good morning. It would be very interesting to have a converter for the Yaml file that generates test objects and thus alleviate the task of generating new tests.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New
1

Page Scripting Tool

Good morning. There should be a speed control for steps without the need to incorporate a "wait" statement after each step.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1162)

STATUS DETAILS
New