Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Whiteotlc

#1
Quote from: Victor Kirhenshtein on April 21, 2016, 04:32:24 PM
Hi,

you cannot add another placeholder, but you can concatenate anything you need into {instance-name} in filter script. For example, to add prefix "instance" to every instance name return from script as following:

return %(true, $1, "instance: " . $1);

first element is acceptance indicator, second is instance ({instance} will be replaced by it), third is instance name. There should be examples on the forum for filtering scripts used to return meaningful interface names in {instance-name}.

Best regards,
Victor

thank you so much for very helpful post. i will definitely take a note on everything you say because for sure it will resolve my problem as well in filter script adding. thanks!