Search
-
I added a 'report' at the bottom of my purchase order screen and quote screen so my sales people can view and email the selected form but my report includes ALL quotes. How do I tweak this so only the selected quote is showing? Thanks, Laura
-
Hi Laura,
The reason for this is because the report is being built from a specific table and by default will only list these fields, in this case only fields from the PurchaseOrder table. The AccountNumber and Email fields you’re looking for are found in the separate Vendor table.
What you’ll need to do is add the two linked fields to the ...
-
I am creating a new report for my purchase orders and I don't see a few fields to map to my form. Account Number (the alfa numeric given to me by my vendors) and also the Vendor email address. Please point me in the right direction. Thanks, Laura
-
Joe sent in some questions about the CRM app:
"I have a couple of questions concerning the CRM app.
I can see how we could structure Method to work the way we want with some coding. Is there any documentation on how to use the actions? I could figure it out from the examples but it would be easier with some ...
-
Matt,
The easiest way to get this done is by using the Character Function action. This allows you to join the subject line (Type In) with the name field (Value From Screen) in a variety of different styles i.e. join with space or join with comma and assign the newly joined value to an Action Result. Then, by using the Send Email action, ...
-
Hi Paul,
Thanks for your replay..
i got the some php source from http://sourceforge.net/projects/nusoap/ this link..
nusoap.php is the file while supports all soap funtionalities it seems...
when i tried with one of the ASP.NET webservice .asmx file , it is connecting to the webservice and its not returning any value..
then i've ...
-
Hi Navaneethan,
We haven't created any PHP or Coldfusion examples yet. But all you need to do is consume the web service the way you would any other .net web service. There's lots out there on google about using web services with PHP. One tool that looks promising is:
http://sourceforge.net/projects/nusoap/
I'd like to ...
-
Hi,
I have some questions in MethodAPI,..
I have downloaded the MethodAPI sample code in ASP.NET and its working fine..
i need to access the webservice MethodAPI .asmx file from PHP.. but i did't get any code from MethodAPI they provide only in ASP.NET
so, Is it possible to access the methodAPI from PHP..
If any one come across ...
-
I was just reviewing the demo from the Blog on actions. Specifically the part about sending an email when a new contact is entered. I have a few different scenarios I was curious about and unsure how to add.
1. Suppose I want the subject line of the email to be "You have a message from" and then the customer name field. How can I ...
-
Hi Joe,
Location is actually a field in QB for items. It is only used by the ItemFixedAsset. So you’ll need to call it something else, like “InventoryLocation”.
The reason the API wouldn’t grab it, is that it only shows up for the ItemFixedAsset table. All Items actually share fields in common with one another, and show and ...
|
|
|