Need help on reference Qualifier condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 01:43 AM
I have created a look up select box variable having the reference qualifier condition as below and its not working as expected. Could you help on this
javascript:"u_definition.u_taskSTARTSWITHRequest for-"+current.variable.category
u_definition.u_task is having the value as Request for-Revenue
current.variables have the value category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 01:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 02:00 AM
javascrip:"u_definition.u_taskSTARTSWITHRequest for-"+current.variables.category tried like this still not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 02:04 AM
@JPSS Please try the following.
"u_definition.u_taskSTARTSWITHRequest for-"+current.variables.category
use variables in place of variable