-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Sprint:2021.R6 CloudLink Sprint 3
-
SCRUM Team:Globogym Purple Cobras
-
Story Points:2
-
Work Type Classification:Sustaining
We need to link the Transaction that's being refunded by populating the PluCodeId in the 'F', 'Refunds' record
It appears as though this Transaction ID will be stored in OtherInfo2 in tbTransactionControlnfo:
select top 100 tci.TransactionControlInfoId, ci.ControlInfo, tci.ControlInfoAmount, tci.RegisterNumber, tci.ClerkID, tci.ClerkName, tci.TransactionDate, tci.OtherInfo3, tci.POSTransactionID from tbTransactionControlInfo as tci with (nolock) join tbControlInfo as ci with (nolock) on tci.ControlInfoId = ci.ControlInfoId where ci.ControlInfo = 'RetrieveandRefund' order by 1 desc
We'll need to populate the PluCodeId using the "transactionLink" JSON field:
"transactionLink": 1439
Regards,
Brent
- implements
-
CFAMX-14120 CloudLink - MVP
- Open
1.
|
Review Test Scripts | Done | Unassigned |
|
|||||||||
2.
|
Deploy | Done | Unassigned |
|
|||||||||
3.
|
Functional Review with QA | Done | Sree Surapaneni |
|
|||||||||
4.
|
DIT | Done | Sree Surapaneni |
|
|||||||||
5.
|
Design Review | Done | Sree Surapaneni |
|
|||||||||
6.
|
Update PluCodeId and map it to the "transactionLink" field | Done | Sree Surapaneni |
|
|||||||||
7.
|
Create Test Cases | Done | Gareth Leibbrandt (Inactive) |
|
|||||||||
8.
|
Execute Test Cases | Done | Gareth Leibbrandt (Inactive) |
|