Empty values for the full_name field in the cmn_location tableDescriptionThere are several Location [cmn_location] records where Full Name [full_name] is emptyCauseAn active, out of the box Business Rule, "Location - generate full name", that populates Full Name.This is the script: // call HierarchicalReference to generate the full_name// after business rule// implementations should set the full_name as the display namevar r = new GlideHierarchicalReference();r.generate(current); The records in 'cmn_location' table are being generated by import of data using transform maps.On the transform maps, if 'Run business rules' check box is unchecked then the business rules are not executed and full name is not populated. (As full name is generated by business rule 'Location - generate full name')ResolutionFor the Out of the box Business Rule to be executed, ensure that the "Run business rules" check box is selected on transform maps.Additional InformationList view fields are blank after data import