How to find module id at the time of resource selection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2016
05:05 AM
1. we created an App using XML configuration.
2. created one new module from the modules tab.
3. Added one resource in the module through External App. After resource is created, I received the value for module id, with the help of custom variable.
<blti:custom>
<lticm:property name="module_id">$Canvas.module.id</lticm:property>
</blti:custom>
DOUBT:
But at the time of resource selection we receive only the variable instead of value on that. Is there any possibility to receive the current module id at the time of resource selection itself.