Is it possible to code a stamp to do two things:
- create an alias of a note and
- move the alias to a container called /Active?
- the original note will stay where it is.
If so…How would you code it?
Tom
Is it possible to code a stamp to do two things:
If so…How would you code it?
Tom
This isn’t possibly at present. The rest would be trivial
Thank you
Didn’t test it, but you could probably create an agent whose query matches the note (which results in an alias of the note) and then move this alias to the desired container. You’ll probably want to delete the agent afterwards, but I think this should all be doable with the current Action Code.
Thanks Pete for that suggestion.
Tom