Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2015 01:53 PM
Hi Johannes,
Is your "asset_name" variable a reference variable?
If so, you need to replace:
items.variables.asset_name = 'No Asset';
with:
items.variables.asset_name.setDisplayValue('No Asset');
(assuming you have a record with that name).