Search
-
Hello Tate,
This question is a good one for the MethodAPI Q&A. Unfortunately, I don't know how the Web Forms back-end works. I'm moving the post over to that forum.
- Greg
-
Hello Mike,
I have been told I was wrong. 'view' tables are ones that store information that is not for QuickBooks, but for Method. 'viewacc' tables store accounting information from QuickBooks. You can ignore my previous post.
-
Hello Mike,
I'm not sure the techincalities of the database structure. My thoughts were that the 'view' prefix is for a temporary table holding the fields for the view and the 'acc' prefix denotes the actual tables.
- Greg
-
Hello,
In my knowledge of databases, this would not be true. Whatever you name the field in QuickBooks is what the name will be in Method. You may have two Program Level fields in the table or Method is only showing one. It's not a good idea to use the same name as a field already in the ...
-
Just to let people know, this issue was taken care of offline on the support line.
- Greg
-
Hello,
The best thing to do is give us a call on the support line. The number is 1-888-925-6238 x2. We can take a look at the issue and resolve it. It's hard to diagnose without taking a look.
If I were going to diagnosis it, I would check the Google Gadget settings in My ...
-
Hello,
The action is called 'Assigned value to action result'. You can find information on it in our Help Center. It's straight forward to set-up. When you have the Action Properties screen up, you give the Action Result a name, choose Value From Screen and select User - Sales Rep Initial. This is ...
-
Hello Mike,
It sounds like you have it correct. It will save to your StaffAccountStatus and CustFld1 if you have a 'Save All Sections' or 'Save Sction' on your save button.
- Greg
-
Hello,
It is possible, but is a very involved process to do. This is what I came up with.
CASE WHEN viewContacts.SalesRep = session.user
THEN '<b>' + ISNULL(viewContacts.Name,'') + '</b><br />' + '<i>' + viewContacts.FullName + ...
-
Hello Mike,
In reminder, you can not have a custom field carry over from Method to QuickBooks, but you can do it from QuickBooks to Method. Once you add a custom field to QuickBooks, it should become available in Method to use. Try a manual changes-only sync if you don't see the field in the table on the Method ...
|
|
|