Get current task ID in FTL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2013 06:17 AM
Hi!
It's possible to get the current task ID in FTL code of a component present in "task-edit" form?
Thanks in advance,
João
It's possible to get the current task ID in FTL code of a component present in "task-edit" form?
Thanks in advance,
João
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2013 07:37 PM
When you open a task - in the browser URL it displays the task-id for that task.
You can always get the URL prarameters in your ftl. The place to capture such request parameter would be form.lib.ftl wherein you may define a hidden field to hold the value for task id which you can use on your ftl.
Hope this helps.
Thanks,
You can always get the URL prarameters in your ftl. The place to capture such request parameter would be form.lib.ftl wherein you may define a hidden field to hold the value for task id which you can use on your ftl.
Hope this helps.
Thanks,
