Get customer credit card number based on Expiry date validation
public static
RefRecId getCreditCardOCP(CustAccount
_custAccount)
{
CreditCardCust custCreditCard;
select
firstOnly RecId,ExpiryDate from custCreditCard
where
custCreditCard.CustAccount == _custAccount;
if(custCreditCard.ExpiryDate
&& CreditCard::checkExpireDate(custCreditCard.ExpiryDate))
{
return
custCreditCard.RecId;
}
return
0;
}
Great Information sharing .. I am very happy to read this article .. thanks for giving us go through info.Fantastic nice. I appreciate this post. Need credit collection services commercial? Visit dlrcollectionagency.com
ReplyDelete