Wiki

Scale Your Enterprise

User Tools

Site Tools

mbstring extension must be loaded in order to run mPDF

kb:kb_item_129

KB Item 129

Product

CREDITCARD

Product Version (if applicable)

None Defined

Issue

Credit Card Information not saved

Symptom

Client enters Credit Card information in BP clicks OK but the information is not saved

Cause

Credit Card name in BP is longer then 20 Characters

Resolution Notes

Client can shorten the credit card name or run the following query in the database

Truncate Credit Card Names: UPDATE [@TWBS_CC_BPCC] SET U_CardName = Left(U_CardName,20) WHERE LEN(U_CardName) > 20

SELECT * FROM [@TWBS_CC_BPCC] (NOLOCK) ORDER BY U_CardName, U_BPCode

the second select statement is to run after. Need to make sure that there aren`t two cards names the same for the same BP Code

KB Type

Solution

Item Date

06 Sep 2012

kb/kb_item_129.txt · Last modified: 2019/01/24 09:44 (external edit)