Sales Order entry question - Populate Cardholder name automatically
When entering a Sales Order and typing the card number, we need the Cardholder Name {ccname} to be auto-populated based on the FirstName and LastName of the customer loaded on the sales order.
We've tried this via Workflow to trigger on Exit of the Card Number field, which does work using the NAME/ID field - but how can we get it to work using the FirstName + ' ' + LastName.
I have tried {customer.altname} but that didnt work.