Search
-
Sam-
This is a good suggestion. I will make sure to pass it along, though I don't know when or if it will be implemented.
-Michael
-
Blake-
Nothing yet but I was able to duplicate this and determined that the cause is entering values into money fields using actions. There are some actions in the Save button that get updated values and puts them onto the fields in the screen,
-Michael
-
Inclusivitie-
I'm glad to hear that you figued this out.
-Michael
-
Ian-
An Method update would have not caused a lead to go missing. Can you try and duplicate this again by adding some dummy leads? Did you get any error emails sent to you?
-Michael
-
Nia-
The only action required to send an email is the Send Email action, in that action you could hard code all the values or pull them from action results.
If you want to test this out, create a button with just the Send Email action and fill out all the required fields in that action.
More step by step instructions on how to retrive and build ...
-
Andy-
One last detail-
If you want a $ use {0:$#.00###}
-Michael
-
Andy-
You can use a format string like the following {0:#.00###}
This will show at least 2 decimal but up to 5 if needed.
-Michael
-
LAppeal-
Did you put a message in your Show Message action? If you didn't, nothing will show.
Since it looks like it never reached the Send Email action, it means that maybe the filters in your loop is to strict or never being met.
The Send Email is a pretty basic action, and based on what you are saying this issue lies outside this action ...
-
Shelley-
If an object is disabled it is still viewable just not editable.
-Michael
-
LAppeal-
Going over your actions is something that we leave for paid consuting since we would need to look into each each to determine what is actually going on, but I will give you some general troubleshooting tips.
If you are not getting an error message from a Send Email action, it means 1 of 2 things, the email was sent (could still mean it ...
|
|
|