brotherton-erpnext/erpnext/docs/user/manual/en/customize-erpnext/articles/increase-max-attachments.md

25 lines
897 B
Markdown
Raw Normal View History

2015-12-24 15:09:53 +00:00
#Increase Max Attachments
In ERPNext, you can limit how many files can be attached to specific Document. Using Custmize Form, you can set **Max(imum) Attachments** which can be added to a particular documents.
Let's assume we need to update Max Attachment for Quotation to five.
#### Step 1: Setup
`Setup > Customize > Customize Form`
#### Step 2: Select Document Type
2017-07-31 11:11:35 +00:00
<img alt="Select Doctype" class="screenshot" src="/docs/assets/img/articles/max-attachment-1.png">
2015-12-24 15:09:53 +00:00
#### Step 3: Set Limit
Set Maximum Attachments as five.
2017-07-31 11:11:35 +00:00
<img alt="Set Max Attachment" class="screenshot" src="/docs/assets/img/articles/max-attachment-2.png">
2015-12-24 15:09:53 +00:00
After update Max Attachments, Update Customization Form. Reload your ERPNext account and then check specific Quotation to confirm if Max Attachment limit is applied.
<div class="well">Note: Maximum limit/size of an attachment is 1MB.</div>
<!-- markdown -->