2015-12-24 15:09:53 +00:00
#Editing Value in Submitted Document
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
Once document is submitted, fields are frozen, and no editing is allowd. Still there are certain standard fields like Letter Head, Print Heading which can still be edited. For the custom field, if **Allow on Submit** property is checked, it will be editable even after document is submitted.
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
< div class = "well" > Standard fields cannot be set as Allow on Submit.< / div >
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
#### Step 1: Go To
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
`Setup > Customize > Customize Form`
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
####Step 2: Select Form
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
In Customize Form, select Document Type (Quotation, Sales Order, Purchase Invoice Item etc.)
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
< img alt = "select docytpe" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/allow-on-submit-1.png" >
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
#### Step 3: Edit Field Property
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
In the fields section, click on the Custom field and check the **Allow On Submit** .
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
< img alt = "Check Allow on Submit" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/allow-on-submit-2.png" >
2015-12-03 12:22:46 +00:00
2015-12-24 15:09:53 +00:00
#### Step 3: Update Customize Form
< img alt = "Update" class = "screenshot" src = "{{docs_base_url}}/assets/img/articles/allow-on-submit-3.png" >
2016-02-08 08:16:42 +00:00
After updating Customize Form, you should reload your ERPNext account. Then check form, and field to confirm its editable in submitted form as well.
2015-12-03 12:22:46 +00:00
2016-02-08 08:16:42 +00:00
<!-- markdown -->