Product:
Search Type:

Making CC number visible in Edit mode

Article ID: 3985 
Last Review: Apr,24 2008
APPLIES TO:
  • Parallels Business Automation - Enterprise, 4.2

SYMPTOMS

Customer credit card number in PCP is shown masked as 1234*********.

CAUSE

By default Parallels Business Automation shows customer credit card numbers masked for security reasons.

RESOLUTION

Credit card number can be made visible to provider in Edit mode.  "CreditCard_UpdateWin.xml"  window customization is used for this purpose. Credit card number can not be made visible in View mode.

To make the customization:

1. Log in to PBA production server as root.

2. Switch to "~bm/wnd/BM/customization" directory via command: "cd ~bm/wnd/BM/customization". This directory contains customizable PBA screens.

3. Open "CreditCard_UpdateWin.xml" file for editing via command: "vi CreditCard_UpdateWin.xml".

4. Find the following XML block:
<window id="CreditCard_UpdateWin">
  <layout>
    <grid id="dataGeneral Info" group="General Info">
      <row id="CardNumber" after="Logo">
        <cell labelfor="CardNumber">`Credit Card Number`</cell>
        <cell>CutNumber "&#32;&#32;" vFoundInBlackList</cell>
      </row>
      <row id="vFoundInBlackList" remove="yes">


5. Change line "<cell>CutNumber "&#32;&#32;" vFoundInBlackList</cell>" as follows:
"<cell>CardNumber "&#32;&#32;" vFoundInBlackList</cell>"

6. Exit saving changes.

7. In order changes to take effect, restart WWW container via command: "/etc/init.d/pba restart www"

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields