I have a form that executes a SmartObject Read method during the form initialize routine. It captures a record from the database that contains both a FirstName and LastName value.
In the output mappings page of the Read method, I am trying to pass FirstName + LastName into a DataLabel value called 'Name', but K2 will not allow for two fields to be added together. One field is replacing the other.
I am reluctant to pass both values into seperate DataLabels and then use the TransferData to move them into another field - it just seems like a pointless overkill when the output mappings should really support this.
Am I missing something here?