The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Related to service offering

Snehal
Tera Expert

Hi Team,

I have question variable which is Does this issue related to Avaloq or Iress if i select Avaloq then under "which offering is affected particular offering needs to mention since we have only service offerings related to Avaloq and but when i select the iress same offerings are listed for iress i need to hide those until iress realated services not confirm . Please suggest me how to do that Screenshot 2023-11-28 at 8.03.03 PM.pngScreenshot 2023-11-28 at 7.57.09 PM.pngScreenshot 2023-11-28 at 7.57.18 PM.png

1 ACCEPTED SOLUTION

Prince Arora
Tera Sage
Tera Sage

@Snehal  

 

Snehal basically you need to play with the reference qualifier like this:

 

javascript: getServices(current.variable.which_offering_is_affected); //please check the backend name


function getServices(data){
if(data == "Avaloq"){
  return "parent.name=Avaloq";
}else{
return "parent.name=Iress"
}
}

I hope you get the idea how to achieve this!

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

 

View solution in original post

5 REPLIES 5

Hi Sai ,

Did you find my solution useful please Accept as solution else mention the comment below .

 

Thank You !