Skip to main content

If we need to map a new subcontract to a broker site so that it will show offices and agents from both subcontracts. Please follow the below steps.


  1. Get associated subcontract for the broker site.  You can get this from tbl_site_mgmt_parent_url using the URL of the broker site.

  2. Get the new subcontractid from the ticket.

  3. Insert record into tbl_subcontract_site_map with associated subcontractid and new id.


For example for this ticket - https://*****.com/c/4k3Ro9GI, I ran the below script.


insert into tbl_subcontract_site_map (primaryid,mapid)

values (1756,1751)