Search
You searched for the word(s): %27
-
Hi Mike,
Your logic seems correct and I was able to achieve this the same way you explained it. See my final result below:
Is this what you are trying to achieve? My only suggestion would be to confirm that your new fields are actually in the ItemReceiptLineItem table (not the ItemReceiptLineExpense table), and that you are in ...
-
Hey David,
There's only one action being created and it is built into the vendor textchange event list.
I've highlighted the action and the properties associated with it to help you.
Cheers,
Nelson
-
Hey Jason,
That's what I had assumed, but does not always seem to be the case. For example, I have an action set that loops through the invoice table. Pulls a few values by associating RecordID with the action result for the RecordID of the current row for table updates. Various character functions are in place to convert the ...
-
Hi Charles,
Action results can only be used within the same object/field in which they are created. You can create one in an action set, and it should be available in subsequent actions of that action set. Shared results however can be retrieved anywhere else in Method, including different fields/objects and different ...
-
Also Customer table has a un ique field FullName and it is marked as a unique in method. However when I try to add it as a column for dropdown, there is only recordID.
-
Any update on this? Perhaps a workaround solution? I'm stuck too long on this and it kind of blocks my whole customization.
At first I whought that CompanyName is not unique because of duplicate entries we have created by importing invoices via API and converting Customers from leads. However if the Company have 2 contacts then it will ...
-
Hi furrywombat,
Is this quickbooks report or a method report?
Quickbooks reports you wipe the GeneratedDate and then invoke me of the sync methods (MethodAPIActionSendToDesktop, MethodAPIActionSendToDesktopV2) to generate the report....see http://www.methodintegration.com/cs/forums/t/3009.aspx
Method reports get generated on demand....e.g. ...
-
Hi Antibodyverify,
I think the best way to go about this is to utilize the Customer:Job distiction in QuickBooks and Method. This way all of the universities would be the "main" customer, with each individual contact or department as a job. The setup would look like this UniversityName:Department. As you input a lead, you can ...
-
Hi dbornet,
I think you're a little confused....the function signatures on the V2-less functions are not the same as the v2 functions...so if you do not pass the right parameters correct behaviour will not happen. I'll give C# examples below, I write my reponses to a label.
MethodAPITableList
string XMLToReturn = ""; ...
-
Hey Method folks,
My question is regarding the Lead to Customer transition. Basically, we do a lot of work with very large universities with tons of different contacts and different departments. The problem is that all these leads we are gathering are starting to overlap “customer names” (they are all from the same ...
|
|
|