Announcements
I am doing a develop where I have to import a file to AX. To do that I have to import to an intermediate table, and the pass the information at the correct table into the standard.
Problem:
When I arrive to the import instruction to pass the information into standard (CustInvoiceLine table) The program show an error:
“The state of the source document or Source document line could not be updated”
I was reading some solutions in the net and I tried to check all my fields, refresh, debug, etc., but I do not see anything, I am starting with AX and I am lose with that, Could you help me? Thanks
*This post is locked for comments
Hi
I faced same issue, once I add table TaxUncommitted with Read Effective Access to user privileges, it works fine.
Thanks
Mislam
hi
did you find any Solution ?
Am facing this issue while Posting Purchase Invoice .
Kindly advise.
You might also try out granting a reading right for the table "TaxUncommitted" to the user role.
This does the Job without the Need to grant global Access.
Hi,
In case anyone else has this issue, there are two ways to solve it:
1. Give access to all legal entities
2. Create new customer role and add Full access to TaxUncommitted. Give this access to this role to all approvers in all companies.
Give limited access rights to all other user roles.
Kind regards,
Milda
Finally the problem had solved changing the recId to import to the standard. The parentRecId to import was wrong. Thank you all for the help. You make me think a lot jajajaja.
I think it's a database synchronization problem because the error is changing, complaining about fields that no longer exist in the tables.
I made a synchronization, and appeared an error with the CIL. Then I generated an increment CIL, and fixed the error that the CIL shows. Generated it again and now the message in the log is: the Cil generate correctly, but the error persists. When compile the table, in the in the compiler output tells me that there are no errors, but also said generates an incremental CIL (I have already tried it several times) before executing the CIL code.
I think we need some more information to help you.
Please read this post : community.dynamics.com/.../273.suggestions-for-posting-a-new-question
Perhaps as the least you should post the code you are having problems with.
If its standard code, the names of the elements you have problems with.
If its code you wrote, then making a simple example code snippet would be a good idea.
André Arnaud de Cal...
294,137
Super User 2025 Season 1
Martin Dráb
232,877
Most Valuable Professional
nmaenpaa
101,158
Moderator