RE - Credit card fields

Dear All,

I have to add four fields to a form… for credit card details

  1. Card number ( It should be validated as 16 digits)

  2. Expiry date (Month) (Year) separately

  3. Card Type as enum

Nw tel me how can i add the first two fields…

Regards,

Madhan

Hi,

Where where do you want to add this fields… i guess credit card deail can be captured in sales order form.

Pranav…

Hi Pranav,

I need to add in SO payment journal…

Regards,

Madhan

Hi,

Have a look at ‘CreditCardNumber’ field in ‘CreditCardCustNumber’ table. If possible reuse this functionality or implement your functionality based on this.