Hello,
I want to create Purchase Credit Memo.
First I crate Purchase Header for that and that is getting created successfully and I get a document no.
using same document no. I try to create a Purchase Line. and that gives me error :
error: {
code : Internal_InvalidTableRelation,
message: The field Document No. of table Purchase Line contains a value (38212) that cannot be found in the related table (Purchase Header)
}
Purchase Header:
Purchase Line : Can someone please check above and help me understand why this error is coming ? as I have Record in Purchase Header but still error says Header Record not found.
Let me know if more details required.
Thanks.