Method Community

 

Search

Page 44 of 2502 (25012 items) « First ... < Previous 42 43 44 45 46 Next > ... Last »
  • Re: API Filter - How to search for a Company Name that has a single quote in it?

    Jamie - Escaping with a redundant quote will do the trick in escaping the url parameter: (i.e.&nbsp;Magnolia&#39;&#39;s not&nbsp;Magnolia&#39;s) https://rest.method.me/api/v1/tables/Entity?filter=Name eq &#39;Magnolia&#39;&#39;s%20Best%20Storage&#39; Paul
    Posted to Method:API Q&A (Forum) by Method_Paul on 02-06-2023
  • Re: API POST Contact / Not OtherName

    &quot;Ok I think the problem I was running into was that I was hitting the Contact end point, and nothing was happening. But I hit the customer end point and it will make the entity, and the contact at the same time?&quot; -Yes. This is correct. -Worth pointing out though, that you may still need to use the Contact end point to ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 02-06-2023
  • Re: API POST Contact / Not OtherName

    Ok I think the problem I was running into was that I was hitting the Contact end point, and nothing was happening. But I hit the customer end point and it will make the entity, and the contact at the same time? Is that similar if I am making a new customer from an action set? Do I create a new record in the customer table instead of the contact ...
    Posted to Method:API Q&A (Forum) by sp9001 on 02-04-2023
  • API Filter - How to search for a Company Name that has a single quote in it?

    I am using the API to search for customer records. Any that have single quotes in their names are erroring in teh API. I have tried encordURI, as well as replacing the single quotes with %27 and keep getting the same error. Any advice on how to search for a name with a single ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 02-04-2023
  • Re: API POST Contact / Not OtherName

    So, we aren&#39;t making this easy on you! &nbsp; Instead of creating an Entity, create a Customer. &nbsp; That will automatically create an Entity with EntityType&nbsp;Customer. &nbsp; Here&#39;s one I created using PostMan:&nbsp;https://imgur.com/a/BH1Ezn8 Note, when you create a new Customer, it will automatically create a Contact for ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 02-03-2023
  • Method Updates- February 3, 2023

    The following updates are now live for users of Method Fixes Cases - Added a &quot;Save &amp; Back&quot; button to the New Case screen.&nbsp;(PL-33138) Date/Time widget -&nbsp;Fixed an issue that prevented year 2001 from being entered.&nbsp;(PL-39738) Regards, Ayushi
    Posted to Release Notes (Weblog) by Method_Ayushi on 02-03-2023
  • Re: API POST Contact / Not OtherName

    I&#39;m sorry. I guess then what I&#39;m trying to do is create a new entity that does not set it self as the type &quot;OtherName&quot; When I post to the entity end point say this data { &quot;Name&quot;: &quot;Prime Ribs&quot;, &quot;FullName&quot;: &quot;Prime Ribs&quot;, &quot;EntityType&quot;: &quot;Customer&quot;, ...
    Posted to Method:API Q&A (Forum) by sp9001 on 02-02-2023
  • Re: API POST Contact / Not OtherName

    The Entity &quot;&quot;Supply Central&quot; already existed, and existed as a Vendor. The relationship between an Entity and a Contact is that an Entity have 1 or many Contacts. So I could have: Entity (Customer): Bob Crenshaw Contact 1: Bob Crenshaw Contact 2: Betty Crenshaw Or a business Entity (Customer): XYZ Industries Contact 1: ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 02-02-2023
  • Re: API POST Contact / Not OtherName

    Thanks for the reply Paul, When you created your contact it looks like it made it as a vendor, how would you specify vendor or contact when creating?
    Posted to Method:API Q&A (Forum) by sp9001 on 02-02-2023
  • Re: API POST Contact / Not OtherName

    Hi there! The Contact should belong to an Entity, otherwise it is orphaned. Entities are existing customers, vendors, or OtherName. This is a JSON I just posted&nbsp;to create a contact: { &quot;FirstName&quot; : &quot;Peter&quot;, &quot;LastName&quot; : &quot;Greenman&quot;, &quot;Name&quot; : &quot;Peter ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 02-02-2023
Page 44 of 2502 (25012 items) « First ... < Previous 42 43 44 45 46 Next > ... Last »