Duplicate Demand Record Created with Same NumberIssue A duplicate demand record was created with the same number. The problem occurs when the user clicks on 'Save' and 'Submit' UI Actions within 1 second of each other.ReleaseAllResolutionThe best way to resolve this issue is to impose the unique numbering via a Business Rule, so that duplicate numbers can not be stored, blocking the record insertion. Before an insert, the business rule script should make sure that a new number is generated and assigned to the new record. Please refer documentation for a Sample business rule: . **PLEASE NOTE**: It is highly recommended to test the changes in any of the sub-production instances, validating thoroughly for any possible issues due to the changes before proceeding to production.