Showing display value for checkbox in Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 01:30 PM
I am dynamically creating a string for the description and want to show the label and the value selected. Here is a snippet of my code:
producer.cameras.getDisplayValue() + ': ' + producer.cameras.getValue() + '\n' +
both getDisplayValue() & producer.cameras.getValue() display 'true' value instead of the label for the checkbox. How do I display the label for my Record Producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 02:30 PM - edited 11-15-2022 02:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 07:05 AM
Yep, that worked fine. Thanks. How do I find out what methods are available for my use in the Record Producer? There is no real intellisense for the Javascript.