Scenario:
1) Create new Item X, containing a text string such as "this is original text".
2) Create new Item Y and type "[[" within Item Y to bring up the "Embed Link to..." dialog.
3) In Item Y, use the dialog to embed a link to Item X (with "Use Item Text" checkmarked in the dialog).
4) Now, Item Y displays a clickable link ("this is original text") that points to Item X.
5) Modify the text of Item X, such as "this is MODIFIED NOT original text".
Is there a way to update/refresh Item Y such that Item Y now displays the clickable link "this is MODIFIED NOT original text" that points to Item X?
Thanks
How do I ?
Comments
Hi, This can be done using…
Hi,
This can be done using VBScript, which could be triggered by toggling a Y/N field
See 7. Visual Basic Editor
If you need help, do not hesitate to ask
Thanks, I'll take a look at…
Thanks, I'll take a look at the VBScript approach.
It is "feasible" but a bit…
It is "feasible" but a bit complex:
(where i and j are the position returned by step 1 and 2 respectively)