- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 11:44 AM
Hello,
I am trying to use the Mobile Agent Asset Lookup to some assets but have an issue where the asset tags were printed with a prefix "FR ". Is there a way to update the parameter after it has been submitted to strip the "FR " and just keep the number before it attempts to do the lookup?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 12:11 PM
I found a solution. On the data item you can select the condition type. Setting it to script allows you to use javascript to set the query.
By referencing "input." and my parameter I was able to updated it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 12:11 PM
I found a solution. On the data item you can select the condition type. Setting it to script allows you to use javascript to set the query.
By referencing "input." and my parameter I was able to updated it.