You searched for the word(s): %27
-
The link I included above lists both VBA/Excel and ASP examples, I'm sure you'd find the latter resourceful. If you hit a road block or have any questions feel free to post on our API forums.
Alternatively you can speak with one of our Method Solution Providers (MSP) for assistance on writing your code.
- Ashur
-
Was just hoping to find a set of code that would give me a good startig point instead of having to write everything form scratch. I can write it from ground up but was hoping to not have to, would save time if I had a decent starting point. I know I would have to do custom coding either but the less I would have to write the better. ...
-
Hi Ben,
We actually have a Help Center article that explains how to add/edit selections in a dropdown list. You can find it here. Basically, when you create the dropdown field a screen is automatically created with the same name. From this screen, you can add add/edit employees.
Jason
-
Hi Trevor,
I noticed you posted a similar question last week. What exactly are you trying to integrate with Method and what is your end goal?
You can utilize the Method API to integrate with Method so I'm not sure exactly what you would want to do using PHP.
- Ashur
-
Hello,
I created a dropdown menu to allow the selection of an employee that will be associated with the client's account. This dropdown has it's own table and is referenced in multiple screens (i.e. new opportunity and customer screens), including a web form that is available for clients to make online requests through ...
-
Anyone have any PHP code for integrating with the Method CRM that they would be willing to sell?
-
Hi dottie,
Can you please give me a little bit more detail of the problem you're experiencing? Is job number a customized field? How and when is the calculation triggered? Can you give me a screenshot of the actions you are using? It's possible that the action set is referencing a field or table that exists ...
-
Hi Dottie,
Did the original screen include any custom fields in the table that may not be included on the new account? I haven't seen this behaviour before. Could you email me the account this is happening on and enable MethodSupport on that account?
Thanks,
Adam
-
We received the following question by email from James:
[quote]I have sales people that I am trying to figure out how to assign customers to. How do I assign a customer to a sales person so that other sales people can not have access to that customer or set of customers? Or said another way how do we control Sales person "A" from ...
-
Hi David Byrd,
We do not allow users to directly access the database server. That would be a severe security policy violation (among other issues....)
MethodAPI is a webservice (located at https://www.methodintegration.com/MethodAPI/Service.asmx), which you can use to manipulate data in your method account programmatically.
You can ...