how to force new Hardware product model records into the global domain.
I have a business rule created for this.Before InsertOrder - 10000Condition - Class is hardware modelScript - (function executeRule(current, previous /*null when async*/) {setGlobalDomain();function setGlobalDomain() {//make current transaction uncan...