Jump to content
Macro Express Forums

What is the command for "end"?


kaseone

Recommended Posts

Hi there..

 

I would be gradefull for anykind of help. My problem is as follows:

 

I use macro express to answer emails for support inquire a company. If I receive email, which does not fall under my competence, I pass these further.

 

For this there are numerous departments to which I pass them with the help of the macro express, because this is much faster.

 

My problem is, I have a hotkey for the different departments, which route to.

 

Now a new group developed, which is concerned with "billing" questions in english (I work in german). The name of this department. we call the department for example " XYZ Billing".

 

Now the name of the new department is " XYZ Billing english". If I try to route an email to "XYZ Billing", it will automatically routed to "XYZ Billing english".

 

I guess it's about the order of the departments.. ( I'm not specialist, only "user")

 

What can I do, so that those email, wich should be routed to "XYZ Billing" not be routed to "XYZ Billing english"?

 

Is there any command for "end of command"?

 

I hope I explained this clearly (my english is not too good, but I didn't find any german forum about this)

 

Thanks for your help in advance!

 

Kind regards

 

Kase

Link to comment
Share on other sites

It may depend on how the hotkey works. For example if you are comparing text a partial match can give different results to exact match. "If contains", "XYZ Billing" could select either; exact match for "XYZ Billing english" (or "XYZ Billing") will only select that one.

 

If the macro selects from a list, it may choose the first in the list but if you specify an exact match it should make no difference.

 

In file lists, the order would be:

XYZ Billing

XYZ Billing english

XYZ BillingABC

It may be different with German listings.

 

I am not sure what you mean by command for "end of command". There is "Macro Stop" which stops the macro.

Link to comment
Share on other sites

Thank you for your quick reply..

 

My problem is, I'm not too expirienced. and I was searching for the function saying "exact match only" or something...

 

Could you maybe tell me where to search this option?

 

Anyways, you helped a lot and thank you very much!!!

 

 

PS.: the original command is something like (I'm not at work anymore but I will try to search for the option tomorow)

 

>enter<

>F1<

>enter<

>route to XYZ Billing<

>enter<

 

That's how I tried to put almost all kinds of signs after >route to XYZ Billing(.)(¤)({})(|) and so on...

I thought there is maybe a sign for "stop" or what...

 

Thank you very much for your help again!

Link to comment
Share on other sites

When your macro processes these commands:

>route to XYZ Billing<

>enter<

there are some commands after that which are used to re-direct the email. The problem is in those commands. It's impossible to say where without seeing the code. For example:

 

T1="XYZ Billing" (input from Prompt)

If T1 Contains "XYZ Billing" send email to XYZ Billing english

Else

If T1 Contains "XYZ Billing" send email to XYZ Billing

Else

If T1 Contains "ABC Billing" send email to ABC Billing

End IF

 

Changing to

If T1= (in other words, exact match)

would cure the problem

 

There are several possibilities

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...