record producer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 06:16 AM
Hey.
Would appreciate help..
I created a record producer:
I created a caller_id variable that refers to the sys_user (User) table:
My script include:
And then I used the Reference qualifier and calling in my script include when i call the caller_id i get undefined:
Why the script return undefined?
Thank. Shir
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 07:11 AM
Hi @Shir Sharvit ,
Your are calling incorrectly you script include. Just use:
javascript: new PositionForRecordProducer().refinePosition(current.called_id);
Make sure you selected Advanced Reference qualifier.
Hope that help you.