-
There is a known issue we are aware of on the Expenses Dashboard where the report list is not displaying any reports. We are looking into this already and will provide an update once we determine what the issue is.
Thanks,
- Danny
-
To get you started on the right foot with the beta, here are the steps you should take. Note that I’ll be calling “Method Expense Reports” short form “MER” throughout my post.
Subscribe to the MER Beta Forum
Subscribing to this forum group is key element of participating in the beta. If anyone ...
-
Problem: Loading time taking too long. Here's what I did:
Clicked on Customer Center
Clicked on Customer List
Clicked on Filter by View - All Customers
Entered account name
Clicked Address Information Tab
Edited name of account and contact person
Clicked on Save
Loading the saved info took 1 1/2 - 2 minutes. Did ...
-
Hi,
I just tested this out and it worked fine for me in Method. You can select 'Undeposited Funds' as the value from the dropdown on the 'Deposit To Account' field. You can test this out by simply creating a screen based off of the deposit table and drag the 'Deposit to Account' field onto the screen. You can also ...
-
Can anybody give me an answer?
-
Seny, I moved your post over to the Method API Q&A forum. Here is the link to the post: http://www.methodintegration.com/cs/forums/t/952.aspx
-
Seny posted the following question:
Can I update a field of type DropDown to null?
It seems the query will fail by passing empty string or 'null' to the MethodAPIUpdateV2.
Can somebody help me out?
Thanks
-
When on the mobile screen, i click on create new invoice and nothing happens. Also if i click to try and create a new customer, nothing happens. How do i get this to work properly?
I would also like to add time tracking into the Mobile screen. I have created a tab link to try and do this. But when you click the tab, again nothing happens. Please ...
-
Can I update a field of type DropDown to null?
It seems the query will fail by passing empty string or 'null' to the MethodAPIUpdateV2.
Can somebody help me out?
Thanks
-
I was trying to use the MethodAPI funtion MethodAPIInsertV2 to insert a record into my custom table.
In that table, there is a field of type "File Attachment", how do I pass the file value to that function in ASP.NET C#?
Thanks.