Can I create dynamic Link or dynamic URL?
Can I create dynamic Link or dynamic URL? If I want to create layout or dataview like the image attached.
I want to create buttons in the block that can click to open file on the server with dynamic entity member , for example Section.
Is this possible?
If yes, how?
Thank you.
Answers
-
Hi Surat Sritomya,
yes, that's possible. But, not directly in the layout displaying the data. This layout should be made "master-object" thus defining the entity member (in your example the Section).
You would then need to configure a viewer-object to display the file.This viewer object should have a layout defined with an algorithm to build up the link, concatenating the file-path and the name of the file depending on your selection. The resulting string should be the "action-value".
If you select one row in your dataview, the selected row will give you the entity-code for the layout behind the viewer object,
since it is a master-object.
Kind Regards,
Helmut
1 -
Thank you.
0 -
Thank you. I will try your solution.
0