Hi Deve Hi try this work around, tell me if you are agree with me
Hi update the store procedure NEvoweb_NB_Store_ProductRelated_Update
Fabio
Hi update the store procedure NEvoweb_NB_Store_ProductRelated_Update
...
end
---------------------------------------------------------
if @BiDirectional = 0
begin
-- Bi-Directional Relation Disable, so Disable the other side
if exists (select RelatedID from dbo.[NB_Store_ProductRelated]
where PortalID = @PortalID
....
with...
end
---------------------------------------------------------
if @BiDirectional = 0 AND @Disabled = 0
begin
-- Bi-Directional Relation Disable, so Disable the other side
if exists (select RelatedID from dbo.[NB_Store_ProductRelated]
where PortalID = @PortalID
...
for me this solve the problem.... tel me if you think the sameFabio