Form showing key instead of label

I can't seem to figure out how to get my app to show the column labels instead of the column key when using a dereference.  When I display the columns generated by the dereference, they keys are displayed instead of the labels.  I have attached some images to help describe my issue. 

Thanks,

BC snip4.pngsnip3.pngsnip2.pngsnip1.png

Solved Solved
0 2 197
1 ACCEPTED SOLUTION

Only Ref type columns will display the Label of the referenced record. Looks like you need to make [PartNo],[CustomerName] and [PrintIDNumber] all Ref columns instead of Text.

View solution in original post

2 REPLIES 2

Only Ref type columns will display the Label of the referenced record. Looks like you need to make [PartNo],[CustomerName] and [PrintIDNumber] all Ref columns instead of Text.

Thank You Very Much! 

Top Labels in this Space