How can I combine multiple field values into a single link field in a child table?

In ERPNext, how are the item code and item name displayed together in the sales order item table after a selection is made?
I would like to achieve a similar effect in my custom app. What configuration and code changes should be made to achieve similar behavior?

Any assistance would be greatly appreciated!

In ERPNext, this feature is implemented effectively in the Sales Order.

I am looking for the item in the Items table.

Selecting the particular item.

Once the focus leaves the rows, the Item Code column displays both the item code and the item name.

@thinkdigital check this Display of Item name in the link fields

2 Likes

Thank you, @Jeel I truly appreciate your assistance.