-
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
There are no Sub-Tasks for this issue.