What are the guidelines on using uvm_config_db::get() calls inside a uvm_object

In reply to Venkatesh Maddibande Sheshadrivasan:

In a uvm_component you do not randomize anything. Therefore I do not understand why you want to switch-off the randomization of a config_object variable.
And the build process for an object like aseq_item/sequence or config_object does not happen in the build_phase, because it does not exist there.