Hello everyone,
My app consists in document creations, so I have a field that asks the document number. Actually I fill this field manually but it’s very inefficient and opens any ways to make errors.
So I wanna make a logic that a can “+1” in the number and the field can’t be editable (the field is in a forms).
OBS.: The field is in a char format because number format doesn’t worked. It should display in the format “0000” (example: 0001, 0103, 1511…)
Someone can help me please?