-
Type: Customer Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: CFA 2023R2
-
Fix Version/s: CFA 2023R3
-
Component/s: Inventory
-
Labels:None
-
VTask #:VTASK0514866
-
Root cause - Reason:Code defect
-
Root Cause:assigning US as the country code when creating expense items from the MMS Wizard
CFA is adding a new expense item, when they try to add it to the vendor in MMS they get an error that Country Code can't be null, I see the item assigned to the vendor but I don't see a record for this ItemID in tbDefaultEntityItem.
Select * from tbVendorItem with (nolock) where VendorCode = '107625'
select * from tbDefaultEntityItem with (nolock) where ItemID = 6138
The error CFA sent is attached.
- blocks
-
CFAMX-11540 Production Defects
- Open
- Is Clone Of
-
CFAMX-25367 CFA 2023R2 CLONE - When creating Expense Items from MMS no records created in tbDefaultEntityItem table
- Done