- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 12:59 AM - edited 05-02-2023 02:23 AM
Hi Team ,
As u can see in the below image , Here i have added sub- category and application category based on the category selection . it is OK in Platform level .
If u can see in the portal it is not showing
How to update my reference qualifier
My Reference Qualifer
javascript:if(current.variables.subcategory=='CFS Edge') 'element=u_application_category^name=incident^value=Platform Support'; else 'name=incident^element=u_application_category^dependent_value=Lighthouse';
Thanks
@Community Alums
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 09:01 AM - edited 05-02-2023 09:11 AM
@nameisnani
Try the below
javascript:if(current.variables.subcategory=='CFS Edge') 'element=u_application_category^name=incident^value=Platform Support'; else if(current.variables.subcategory=='Bottomline SWIFT Gateway')'name=incident^element=u_application_category^dependent_value=Bottomline SWIFT Gateway';else 'name=incident^element=u_application_category^dependent_value=Lighthouse';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 01:07 AM
Hi @Community Alums
Thanks for the QR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 04:46 AM
Hi @nameisnani ,
there are a few things you can check:
-
Check the portal ACLs: Make sure that the portal user has the necessary permissions to access the records that the reference qualifier is filtering. Review the ACLs for the tables involved in the reference qualifier and ensure that the portal user has the necessary read access.
-
Check the portal widget: If the reference qualifier is being used in a portal widget, check that the widget is configured correctly. Ensure that the widget is using the correct table, and that any necessary portal-related configurations (such as portal ACLs) have been set up.
-
Check the reference field: If the reference field itself is not displaying any records, check that it is correctly configured. Ensure that the field is pointing to the correct table, and that any necessary reference fields are configured correctly.
-
Check the reference qualifier script: Review the reference qualifier script to ensure that it is correctly written and does not contain any syntax errors. Make sure that any variables or fields referenced in the script are spelled correctly.
-
Check the records being referenced: If the reference qualifier is not filtering records as expected, review the records being referenced to ensure that they meet the criteria specified in the reference qualifier script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 05:01 AM
Hi @Community Alums
Portal Acls , Portal widget and others all are looks good .
i don't why i am unable to achieve this ,