Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: martin_winkler

Hi All,

 

I know I provided not enough information, sorry for this.

We found the solution. I just wanted to replace that components which are built in and if the rule doesn`t find one of the component then go on and doesn`t show an error message. ("The component is not found")

 

I used that:

 

Try

If Component.IsActive("itemname1:1") Then

Component.Replace("itemname1:1", "itemname2.ipt", True)

End If

Catch

End Try

 

Thank you for help

Jnaos