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

Snehal
Tera Expert

need urgent reply if possible

 

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.

 

Sai62
Tera Contributor

Hi

 

I have an issue where we have a record producer which is referencing Service offering table and it should be accessible by end users who are trying to access the catalog items.

 

But an end user is unable to see the offerings on the field when accessing the catalog item. Adding an ACL on the offering table level is not helping here. Any suggestions will be appreciated!

Snehal
Tera Expert

Hi there ,

What i understood from your requirement is you have a variable on your record producer which is referring service offering table .

I am attaching one screenshot it might help you .

go to ur corresponding variable choose field type is lookup select box and and select field as service offering  and then check mark the check box naming map to field.

 

Thank You !