I’ve created a custom field in the Sales Order Doctype named custom_s_o
, and it holds the Sales Order name.
The same field (custom_s_o
) is also created in the Payment Entry Doctype and is of type Link to Sales Order.
When I submit a Sales Order and then use “Create > Payment Entry”, the custom_s_o
field in Payment Entry is not automatically fetching the value from the Sales Order. Why .Please Help