metasfresh/metasfresh

Update EXP_ReplicationTrxLine when C_OLCand is reactivated

Open

#1,416 opened on 2017年5月1日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Java (1,569 stars) (548 forks)batch import
good first issuetype:bug

説明

Is this a bug or feature request?

Bug

What is the current behavior?

  • When a C_OLCand is deactivated with the "Eintrag übernehmen" field (which is actually the IsActive column), then the underyling EXP_ReplicationTrx can be cleared to be processed into C_Orders
  • the EXP_ReplicationTrxLine referencing the deactivated C_OLcand is in this case switched from "ImportedWithIssues" to "Completed" together with the other EXP_ReplicationTrxLines.

TODO

What we need now is, if the C_OLcand is later reactivated again (and still has Processed='N' and IsImportedWithIssues='Y') then its EXP_ReplicationTrxLine needs to be found that records ReplicationTrxStatus needs to be update from "Completed" back to "ImportedWithIssues"

コントリビューターガイド