Edit Web Link: Passing Dynamic value in URL
if(field1_Id IS NOT NULL)
then i need to pass the field1_Id in the URL =
https://communities.oracle.com/Id=%%%field1_Id%%%
if(field1_Id IS NULL AND field2_Id IS NOT NULL )
then i need to pass the
field2_Id in the URL https://communities.oracle.com/Id=%%%field2_Id%%%
Thanks