In iVendNext, documents typically lock fields after submission to maintain data integrity. However, businesses often need flexibility—such as updating a "Supplier ID" post-approval or correcting a field with the wrong data type. This guide covers two critical workflows:
Editing fields after submission using Allow on Submit.
Changing a field’s data type after creation (e.g., from Text to Link).
Standard Fields: Locked after submission; require Cancel → Amend to edit.
Custom Fields: Can be made editable post-submission via Allow on Submit.
Go to Customize Form → Select the DocType (e.g., "Supplier Quotation").
Locate the target field (e.g., "Supplier ID") → Expand its properties.
Check Allow on Submit → Click Update.
Users can now edit the field without amending the document.
Audit Trail: Changes are logged in the document’s version history.
Use Case:
A submitted Purchase Order requires a late-added supplier contract number.
Common scenarios:
A Text field needs to become a Link (e.g., "Client" → Link to "Customer").
A Data field requires dropdown options (conversion to Select).
Search for Custom Field via the global search bar.
Open the record for the target field (e.g., "Client").
Change Field Type (e.g., from Data to Link).
Fill required properties:
For Link: Enter the target DocType in Options (e.g., "Customer").
For Select: Add options (one per line).
Click Save.
Existing data must match the new type (e.g., Text "John Doe" won’t auto-convert to a Link).
Use Data Migration Tools or scripts for bulk updates if needed.
Test Changes in Staging: Avoid disruptions in production.
Document Dependencies: Fields used in reports/scripts may break after type changes.
Use Placeholder Values: For mandatory fields during migration.
Allow on Submit empowers teams to update critical fields without cumbersome amendments.
Data Type Changes require careful planning but enable system evolution.