-
Don't let me hold you up.
Did I tell you that we were accepted into Microsoft's Bizspark program. We basically get azure at no cost for three years and all of Microsoft's software.
-
Paul
Yes, it makes perfect sense. Having the two versions is wayyyy more preferable even if it means being a bit more diligent with certain details.
-
Paul
Lucky for us that we are using source control.
Here's the old one. It was in a version from last night and earlier this morning. Its still giving this same message.
https://www.methodintegration.com/stage/ThirdPartyLogin/ThirdPartyLogin.aspx?pid=%2bDJB2Jo2hTNs847Z8qs7iTFKWuN6BklJgfH1wt%2fkokSpp5Vuf06JQ917hM5UPT50
You can get the ...
-
Last night our customer portal said it was down for service for 10 minutes. This persisted for more than 14 hours.
We made no changes to the portal settings. However, when I looked at the URL in the portal settings it had changed and when I navagated to this new url the portal works as expected.
I have made the correction on our ...
-
John
I believe that by default grids will sort by asending recordID. As a result the estimate line rows are sorted in the order that they are input. This behavoir can be modified by customizing the screen and changing the grid sort property.
-
Sounds like you've got a working solution.
-
Blake
Here's an another approach. You can add an unbound text box object to the screen, label it "delete password", and set the masking property. You can then use the user supplied value in your condtional statement.
-
Blake
There are a number of ways to accomplish this. Here's one idea. Add a new field to the users table called "IsPrivileged" then surround the an action set in this case the delete link with a conditional statement that tests true when the signed in user is privileged.
-
Don't think I can help much with the PHP, we are more on the C#.net side. However, this reponse is related to properties set inside a method account. Did you log into method and check that the user who's credentials you are passing to the webservice has API perrmission set to true?
-
Hi luvboy
The API documentation and examples can be found here> http://www.methodintegration.com/self-service-documentation.aspx
How to call is the same as any other webservice. You can just google "Consuming a webservice using PHP".
HTH