How to find module id at the time of resource selection?

sivashankary
Community Member

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.

0 Likes