Now we have created a new custom text field in our quotation that allows us to add a special note to our quotes to customers. Now, while we are creating a sales order for our quotation, we want to move this custom text field to show in our sales order as well, how to do so?
Thanks @Rahul2690 , i followed your steps, but i don’t have the option to set the field name. Once created it gets an automatic name, which I’m not able to change it???
You can change the field name after creating it by going to DocType Custom Field, selecting the field you want to change, and then clicking the Rename Field Name button.
One thing that tripped me up before was forgetting to match the field options exactly, not just the field name. If the type or options differ even a bit, the value won’t carry over and it can look like ERPNext is ignoring you. I also like adding a quick fetch on the Sales Order side while testing so I can see right away if the field is behaving as expected.
One thing that tripped me up before was forgetting to match the field options exactly, not just the field name. If the type or options differ even a bit, the value won’t carry over and it can look like ERPNext is ignoring you. I also like adding a quick fetch on the Sales Order side while testing so I can see right away if the field is behaving as expected.
One thing that tripped me up before was forgetting to match the field options exactly, not just the field name. If the type or options differ even a bit, the value won’t carry over and it can look like ERPNext is ignoring you. I also like adding a quick fetch on the Sales Order side while testing so I can see right away if the field is behaving as expected.
One thing that tripped me up before was forgetting to match the field options exactly, not just the field name. If the type or options differ even a bit, the value won’t carry over and it can look like ERPNext is ignoring you. I also like adding a quick fetch on the Sales Order side while testing so I can see right away if the field is behaving as expected.