79

Current infolog is showing only last 500 messages and deleting all other messages


Consider the following job


for(int i =1; i <= 502; i++) error(strFmt("line error %1", i));


for(int i =1; i <= 502; i++) info(strFmt("line info %1", i));


it will display only last 500 messages and status will be info instead of error(it can be the real case for example if we have 1000 lines in journal and first 500 contains an error – user when running journal check will see only last 500 messages and did not see an errors)


The following problem with the current implementation:


-no indication that error happened


-not all messages are displayed


-not able to easily copy all these messages to clipboard


-Message limit should be extended(let’s say to 10000) and if the message limit is reached error should be generated to inform user that not all messages are displayed


Users are definitely will not be happy with this "new infolog" as it is a base function(and it worked fine in AX2012)

Category: User Experience
STATUS DETAILS
Under Review

Comments

D

@MS: Are you going to do it and when?


Category: User Experience

D

@MS please consider advancing this topic, as it is a much needed functionality.

Category: User Experience

D

@MS Is it possible to update if any action is already taken on this topic, since it's from 2017?


A couple of days ago I wanted to export batch log info but found no such way to do this


eg. Customer often asks the output of a infolog to be replied in a ticket.

Sometimes the info of this log can't be accessed by users that have no access to the log (eg. batchhistory log)

In AX2012 we have this functionality in F&O 365 there is no such possibility?


Kr Tomas

Category: User Experience

D

This is a much needed functionality.


All the info messages should displayed and there should be a provision to export the all the messages to excel and analyze them .This would be helpful to analyze the error,warning and info messages and take action on them

Category: User Experience