-
Type: Sprint Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2019R4
-
Fix Version/s: CFA 2019R4
-
Component/s: customerSales
-
Labels:None
-
TestRail Run Link:
-
Source Code ID(s):
Cannot update Invoice with special chars. Receiving a Requested Operation Failed Error:
NHibernate.Exceptions.GenericADOException: could not execute native bulk manipulation query:
UPDATE tboas
SET
tboas.CustomerId = :CustomerId,
tboas.InvoiceNumber = :InvoiceNumber,
tboas.[Description] = :Description
FROM tbonaccountsale tboas WITH (nolock)
WHERE tboas.OnAccountSaleId = :OnAccountSaleId
AND tboas.TransactionSummaryID = :TransactionSummaryId
AND tboas.entityid = :EntityId
[SQL:
UPDATE tboas
SET
tboas.CustomerId = @p0,
tboas.InvoiceNumber = @p1,
tboas.[Description] = @p2
FROM tbonaccountsale tboas WITH (nolock)
WHERE tboas.OnAccountSaleId = @p3
AND tboas.TransactionSummaryID = @p4
AND tboas.entityid = @p5
AC #6. Confirm that the Invoice Number can be updated with alpha, numeric and special characters, with a max length of 30
- blocks
-
CFAMX-4353 TBC - Edit fields displayed in grid
- Closed
-
CFAMX-4837 Execute Test Cases
- Done