
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 03:49 PM
I have created a catalog item using maintain items. One of the variables is 'If a single property, which property is the request for?'. The variable name is location. I tried mapping it using :
gr.requested_for.location = current.variable.location;
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2018 02:28 PM
Close, the correct answer is :
gr.location = current.variables.requested_for.location;
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2018 02:28 PM
Close, the correct answer is :
gr.location = current.variables.requested_for.location;