You are viewing limited content. For full access, please sign in.

Question

Question

token editor insert " - " between tokens for readability

asked on November 9, 2016

using the following string to rename an entry:

%(RetrieveFieldValues_ClientID)%(RetrieveFieldValues_PlanID)%(RetrieveFieldValues_Email Subject)

I would like to insert a space, a hyphen, and another space between the tokens to increase readability, and so far I've been too thick-skulled to figure out how to accomplish this.

Anyone willing to update my sample to represent the correct code - I am in your debt. And if you could point me to the area of documentation where I should have found this I'd appreciate it as wll.

Thanks

0 0

Replies

replied on November 9, 2016

You can add the characters directly in the path.

%(RetrieveFieldValues_ClientID) - %(RetrieveFieldValues_PlanID) - %(RetrieveFieldValues_Email Subject)

 

1 0
replied on November 9, 2016

Thanks Steve!!!

I certainly made this a lot more difficult than necessary. I loked at an example of the code generated when I chose one of the pre-defined choices ,,,

Appreciate it!

1 0
replied on November 9, 2016

As Steve said, you can use directely the rename activity to rename the entry directly.

 

and use the token dialog to visualize the name of the entry you want to do

this will open this Windows whee you can add the field and static info you want

 

you can also see the field in a token plain text by checking the case

 

you have the same feature (token dialog) in each activity so you can also use it in the activity "Assign Token Value"

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.