Did you already do some analysis and check the source of the entry by using the fields "Source No.", "Entry Type" and "Source Type" which helps to find from where the entry is created.
Also can you please let us know in which version of NAV do you have this issue? Please check if there are any hotfixes released in that version if the issue is due to Standard NAV.
Did you already do some analysis and check the source of the entry by using the fields "Source No.", "Entry Type" and "Source Type" which helps to find from where the entry is created.
Also can you please let us know in which version of NAV do you have this issue? Please check if there are any hotfixes released in that version if the issue is due to Standard NAV.
Did you already do some analysis and check the source of the entry by using the fields "Source No.", "Entry Type" and "Source Type" which helps to find from where the entry is created.
Also can you please let us know in which version of NAV do you have this issue? Please check if there are any hotfixes released in that version if the issue is due to Standard NAV.
Since you are using NAV2016 version, Can you please create a test codeunit and use the Subscriber 'OnBeforeInsert' of table 32.
Within this subscriber , If we can create a message in this trigger, OR do a check on fields Posting Date, Document No., Source No., Source Type when they are empty, then we can try to at least find the source of the auto ILE entry, from where it is created.
Answers
Did you already do some analysis and check the source of the entry by using the fields "Source No.", "Entry Type" and "Source Type" which helps to find from where the entry is created.
Also can you please let us know in which version of NAV do you have this issue? Please check if there are any hotfixes released in that version if the issue is due to Standard NAV.
Posting Date, Document No., Source No., Source Type, Entry Type All field is blank. we are using Nav 2016
Posting Date, Document No., Source No., Source Type, Entry Type All field is blank. we are using Nav 2016
Since you are using NAV2016 version, Can you please create a test codeunit and use the Subscriber 'OnBeforeInsert' of table 32.
Within this subscriber , If we can create a message in this trigger, OR do a check on fields Posting Date, Document No., Source No., Source Type when they are empty, then we can try to at least find the source of the auto ILE entry, from where it is created.