Regarding to Invoice Data, the mandatory fields are ID, Number, and Date. These are the mandatory fields that should be visible on each invoice. According to invoice rules, the Number field automatically displays the invoice number in order. For example. If you have invoices starting with number 1. The order should be 1, 2, 3, 4, 5, 6, and so on. So in case of EUD prefix, if 1, 2 and 3 has been assigned already to previous invoices, then creating a new invoice will display automatically number 4 once the EUD prefix has been selected. So you can't skip a number to go to a higher number if it hasn't already been assigned to an invoice, because this will generate an error. At first, my idea was to make the field editable, but later we disabled the Number input because the user doesn't need to edit it first. After selecting the prefix, the number appear automatically and come in ascending order.