- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 06:35 AM - edited 11-28-2023 06:46 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 06:47 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 06:43 AM
need urgent reply if possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 06:47 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 09:25 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 02:48 AM
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 !