According to the documentation the ApplyCheckToTxnAdd member of a CheckAdd message in the QuickBooks SDK takes an optional usemacro value. When I do this it errors with a There is a missing element: "TxnID".
This suggests to me that there is either a bug in the documentation or Web Connector or QuickBooks itself.
The business scenario I am trying to replicate is to paydown a customer credit memo by writing a check.
Any ideas?
Thanks
Mark
Related
I recently started testing the Microsoft Graph APIs, I've been able to successfully upload and delete documents in SharePoint Online document libraries through it.
I have not seen anything documentation around this and would guess it's not supported but wanted to confirm, in case I missed it - Does the Microsoft Graph API support creating document sets and/or updating managed metadata columns?
Based on my test, the managed metadata should have not been supported. Although no official docs states this.
If you cannot get the information by the expand=fields too, I'd suggest you to submit a feature request first: https://officespdev.uservoice.com/
I am new to adwords keyword planner tool. I am using keyword planner tool for keyword research but i am getting Keyword (by relevance) result some thing odd. such as please see below.
As i am using the Testing account for tool planner because of which this sort of result or dummy data is shown once the developer token approved the api will return the actual data.
Please see the adwords api forum discussion and the response/reply from the experts. Please check
I am creating a C# application to integrate with Quickbooks for one of my company's clients using SDK 13.0. The problem is, Quickbooks versions/editions are very different. Quickbooks Pro items do not use a
"Unit of Measure" as Quickbooks Premier items do use a Unit of Measure. If I include Unit of Measure when adding an item to Quickbooks Pro, it throws an error and vice versa. Is there any way to detect and return the user's version of Quickbooks using the session object so that I can turn the Unit of Measure feature off and on with my code? I have gone through the SDK, Technical Overview, and the Onscreen Reference and cannot find anything.
There's not a direct way to query what 'level' of QuickBooks you are using. The recommended way would be to perform a PreferencesQuery first and parse the results to see if a feature is enabled. For your example of Unit Of Measure, even if they have the Enterprise edition, they may not have enabled it and you can get errors if you tried to use it. Unfortunately, that preference isn't included in the PreferencesQuery. The workaround that I've done is try to Query the Unit Of Measure and catch any COMException. You'll typically get a 'This request is not supported by this implementation.' error if the version doesn't support a feature or it isn't enabled.
The On Screen Reference (https://developer-static.intuit.com/qbSDK-current/Common/newOSR/index.html) gives sample code for most of the queries for both C# and VB.
Are any of the SiteCatalyst fields required and if so is there documentation which confirms this?
I found this reference for the data insertion fields:
https://developer.omniture.com/en_US/documentation/data-insertion/r-supported-tags
None of them are marked as required or not required.
At some point I thought I read that certain fields were required, but I can't verify that now.
The link (and developer.omniture.com in general) is mostly about server-side implementation and API use. For the javascript implementation, go here.
There are several ways to implement javascript tracking. Adobe recommends you implement through the Dynamic Tag Manager (DTM), since that's their newest shiniest toy.
Yes, there are a couple of things you must specify. At a minimum:
report suite id (s_account or s.account) - This is the id generated
when you create a report suite.
s.visitorNamespace - You should have gotten this from Adobe when you started a subscription. It's usually the name of your company.
s.trackingServer - You should have gotten this from Adobe when you started a subscription.
s.trackingServerSecure (if tracking on https). You should have gotten this from Adobe when you started a subscription.
If you do not know any of the last 3, you need to contact Adobe Client Care to get that info, or you can follow the directions here.
I am facing this issue when migrating the Google API from V201101, V13 to V201109
I am trying to get all the targets using GetAllCampaignTargets
provided in the link.
For the campaign i added, i am seeing targets in "Google Sandbox
Viewer" but in output object of GetAllCampaignTargets i am seeing
totalNumEntries value as 6 but in actual entries object only 1 is
available with null targets.
Could you please help me to sort out the issue.
Thank you
Balaji
The official forum of AdWords API is http://groups.google.com/group/adwords-api. I recommend that you ask the question there, since the official developer of the PHP library regularly answers questions on the forum. Also, turn on the SOAP logging (the settings are in src/Google/Api/Ads/AdWords/settings.ini), and POST a sanitized SOAP request and response xml for the failing request. Someone will answer your question in a day or two. Make sure you sanitize the xml before posting, do not provide email, password, authToken, developerToken, etc.
Cheers, Anash