Search
-
By the way, stock Sales Receipt screen has the same problem.
-
I created a new "Leads List" tab in the Leads tab group that was based on the Customer table, as opposed to using the stock Method Leads List, which is based on the Contacts table.
I also created a new "Edit" lead screen, because our current Edit Lead screen has severe issues that Method has been unable to explain or ...
-
Awesome! Thanks for the guidance. I will give it a shot.
-
I’m sure as a small business you’re always looking for more ways to increase your sales, which means you need an easy (and efficient) way to fill your sales pipeline with qualified leads. This is why we’re excited to tell you about the Method Web to Lead App — a simple, effortless way to collect sales ...
-
Hey Gloria,
You can't accomplish that using Calculated Fields; you would need to use Scripting.
Take a look at our Report Designer Help Center articles, specifically: Solution No. 416
Scroll down to: 'Calculated script for getting parent'
You would need to modify the code to get it working with LineItems/Retrieving ...
-
Hey Greg,
What if you go to Manage Apps > Edit App (Estimates) > Copy (New / Edit Estimate) > OK
Does it let you copy and customize that screen?
If you follow these steps and still are not able to create a copy of the screen, please give us a call on the Method support line at 1.888.925.6238 x 2 and we'll be happy to take a ...
-
Hi Mortaza,
Thanks for the info, but I'm having a problem.
When I make a copy of the 'New/Edit Estimate' screen, I'm getting an error message whenever I try to load it. I even deleted the screen I made, made a copy of the stock screen without any changes, and tried to load the fresh copy. Unless I'm loading the original stock ...
-
Hi,
I encountered an issue that some SaleOrderLine records are gone for no reason, and I can not find any audit log that delete thos item either in Method or QuickBooks log.
Here is what I did:
1. Create a new Sales Order
2. In a loop of a grid (associated with a customize table created in Method), it will create 23 SaleOrderLine ...
-
Hey Ben,
Great question. Using documentation I was able to put it together correctly.
Firstly the functions:
DATEDIFF()
GETUTCDATE()
And the code:
SELECT DATEDIFF(day, Max(viewaccInvoice.TxnDate), GETUTCDATE())
FROM viewaccInvoice
WHERE viewaccInvoice.Customer = viewContacts.Entity
Layman's terms: take the difference in dates between ...
-
Help!
I have successfully customized our company's Estimate template with Report Designer. However, I need to have the “item” field view/print only the "child" name/number and not the full "parent" name/number details. Does anyone know how I could accomplish this ...
|
|
|