Uploaded image for project: 'CFA MX '
  1. CFA MX
  2. CFAMX-13721

Produce Program (CHR) Vendor entity item import doesn't update Entity Item UOMs

    Details

    • Type: Customer Defect
    • Status: Done (View Workflow)
    • Priority: Major
    • Resolution: Closed/Resolved by Caller
    • Affects Version/s: CFA 2021R2
    • Fix Version/s: None
    • Component/s: Imports
    • Labels:
      None
    • SCRUM Team:
      Brotherhood of Mutants

      Description

      Produce Program (CHR) Vendor Entity Item (VEI) import doesn't update Entity Item UOMs.
      Import contains the following directives:

      Directives on PurchaseUnit - {DefaultToReportingUnit}{UpdateEntityItem}{AddUOMMapping} 
      
      Directives on StockTakeInner - {UpdateEntityItem}{AddUOMMapping}
      

      However, StocktakeUnit1ID and ReportingUnitID do no get updated to PurchaseUnit
      and StocktakeUnit2ID doesn't get updated to StockTakeInner in Vendor entity item import.

      //Item example in CFA Staging:
      
      select * from tbitem with (nolock)
      where 
      --itemid = 853
      itemcode like '14846%'
      
      select * from tbvendorentity with (nolock)
      where entityid = 32
      
      select StocktakeUnit1ID, StocktakeUnit2ID, ReportingUnitID, * from tbentityitem with (nolock)
      where  itemid in 
      (4038) and EntityID=32
      
      

      A side note, StocktakeUnit1ID got updated to the desired only when

      {UpdateEntityItem}

      directive was included in Vendor item import.

      The expectation is that Vendor entity import behaves the same as Vendor item import when the imports exists along with the directives.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                stacy.privalova Stacy Privalova
                Reporter:
                stacy.privalova Stacy Privalova
              • Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  PagerDuty

                  Error rendering 'com.pagerduty.jira-server-plugin:PagerDuty'. Please contact your Jira administrators.