-
Hi Blake-
I am going to recommend taking a look at the SimpleInvoice report as an example.
The SimpleInvoice template consists of a Master table(Invoice) and a details table(InvoiceLine).
If you click on the Detail1 bar so that it is selected and look at the Group and Sort properties found at the bottom of the page you will see that by default ...
-
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