As we begin our journey of creating the first few, of what we expect to be many, forms and business processes, are there any best practices for making sure every form field has a unique name (including the variable name)? Even if it's a field that conceptually be used in dozens of different forms?
For example, a radio button field that contains two choices, "Active" and "Inactive" could potentially be used in many different form applications. Should each different form which requires a status field have a unique variable name (e.g., Employee_Status, Customer_Status, etc.) or could the variable "Status" be used in many different forms, as long as the radio button choices are the same.
Any clarification on this subject would be greatly appreciated.