Method Community

 

Search

Page 9 of 17 (163 items) « First ... < Previous 7 8 9 10 11 Next > ... Last »
  • Re: Updating TenantID field in Users table

    Hi Matt, &nbsp; What function are you using.? I&#39;ve tried to update the tenantid field of the users table from 1 to 1 like you are doing and the message I get back is &quot;The field TenantID does not support edit&quot;. Which is different than the message you are getting. Dave
    Posted to Method:API Q&A (Forum) by Method_David on 10-25-2012
  • Re: RecurrenceInfo field too short

    Hi Matt, I would not recommend editing it. Did you use MethodAPISelect_XML or MethodAPISelect_XMLV2 to retrieve the RecurrenceInfo field your are trying to copy? RecurrenceInfo is xml that is saved in a varchar field. But the api is also returning xml. So in order to transmit the data in the field, it gets encoded. Before sending the data back ...
    Posted to Method:API Q&A (Forum) by Method_David on 10-23-2012
  • Re: CreateMethodUserV2 and multi-tenancy

    Hi Matt, At this time it does not exist. I have put a ticket in with the dev team about adding a new&nbsp;function to allow this. I cannot offer a timeframe at this point for when it will be done, but it is definitely something we want to add in the future &nbsp; Dave&nbsp;
    Posted to Method:API Q&A (Forum) by Method_David on 10-23-2012
  • Re: Issues with Address Fields

    Hi nick_warren, Rather than wait for the sync to happen, you can invoke either of the following functions MethodAPIActionSendToDesktop or MethodAPIActionSendToDesktopV2. This should initiate a sync. Can you elaborate on the rearranging address fields problem? Dave
    Posted to Method:Classic General Q&A (Forum) by Method_David on 10-01-2012
  • Re: Fields removed when there is no data from Select

    Hi Dominic Riccetti, This is actually pretty standard for passing xml, if there is no data why does the node need to be there? Your code shouid be able to check&nbsp;whether the node exists. Dave
    Posted to Method:API Q&A (Forum) by Method_David on 10-01-2012
  • Re: Attribute request

    Hi LaCrews Good suggestion...unfortunately&nbsp;it is not going to be done at this time.&nbsp;For the select XML methods&nbsp;you will need to check whether the MethodIntegration node has children. For the select dataset methods need need to check the row count of the first datatatable of the dataset Dave&nbsp;&nbsp;
    Posted to Method:API Q&A (Forum) by Method_David on 09-25-2012
  • Re: MethodAPIInsertV2 - Inserting Data into SupportsAdd: False fields

    Hi SmileJV and LaCrews, Some fields are not meant to be populated by users. An example of this is the RecordID field&nbsp;of the contacts&nbsp;table. This field is an identity field that is automatically populated when a new record is added. This is probably where your insert is failing. Following up on LaCrew&#39;s point. Some fields are ...
    Posted to Method:API Q&A (Forum) by Method_David on 09-25-2012
  • Re: Simple SQL call

    Hi Dominic Riccetti, We don&#39;t allow table join&nbsp;queries via the API. I&#39;ll put in a suggestion about allowing this in the future. To accomplish what you are trying to do you need to link the tables first and then query the resulting table via the API. I&#39;m gonna point you at the following ...
    Posted to Method:API Q&A (Forum) by Method_David on 09-25-2012
  • Re: Issues with Address Fields

    Hi nick_warren, You mentioned you have a conflict. Until that conflict is resolved the change will not occur in QB in this case.&nbsp;When a conflict occurs the sync engine does not know how to proceed, so to protect your data from being corrupted it waits for you to tell it how to resolve the conflict. Here&#39;s a scenario, You change an ...
    Posted to Method:Classic General Q&A (Forum) by Method_David on 09-20-2012
  • Re: Issues with Address Fields

    Hi nick_warren, The api is not the synchronization engine. The api manipulates data in your method account. The synchronization engine is what moves data between your&nbsp;method account and QB. First question, have you followed the steps from Paul above? I have and the ship address fields clears just fine. Second question, adter syncing if ...
    Posted to Method:Classic General Q&A (Forum) by Method_David on 09-20-2012
Page 9 of 17 (163 items) « First ... < Previous 7 8 9 10 11 Next > ... Last »