88 "TRADING_PLATFORM_ID" => $ebay->getId(),
89 "CODE" => $mapEntityCode
92 $catMapVarEntRes = MapEntityTable::getList(array(
96 if($arCatVarMapEnt = $catMapVarEntRes->fetch())
98 $result = $arCatVarMapEnt[
"ID"];
102 $addRes = MapEntityTable::add($fields);
104 if($addRes->isSuccess())
105 $result = $addRes->getId();
109 throw new SystemException(
"Can' t get map entity id for code: ".$mapEntityCode.
".");