-
[quote user="viret56"]I have examine my code and logic from several angels. The 'Go To Tab Link' action has the correct parameters. I have many 'why' questions but no answers. Does anyone recognize this unexpected behavior? [/quote]
I have not seen this behaviour so it's hard to determine what ...
-
[quote user="Jason_L"]Can you give me ideas on how I can do that?[/quote]
I'm going to move this thread to the API forum and I can say I don't think what you're trying to do is possible ouside the Method API. From my knowledge there is no direct access to our database without going through the API.
-
[quote user="SMFletcher91"]I'm trying to add a column to my lead list.[/quote]
On step 2 of 9 while editing a grid you should be able to add additional columns to your grid here. Is there a reason why you're using SQL overrides to show columns that exist in the table the screen is based on? You should be able to ...
-
No idea since the project is totally in the hands of Vocalocity team but I do not they are very motivated to get this released. Might help if you reach out to them and ask. :)
Danny
-
@Jake - I just received confirmation from the Vocalocity team that their desktop widget will support Mac when it is released. :)
Danny
-
[quote user="chowrentoys.com"]The same error is occuring in our Invnetory Adjustment Screen[/quote]
Is this a custom screen? If it's a stock Method screen then our free support will cover looking into the problem for you. If it's a custom screen then you'll need to have a paid consultant to have a look. ...
-
@Jake - I've just reached out to them directly so let me see what I can find out for you about the plug-in they are creating for Method.
-
[quote user="VLocke"]What is the best pratice for keeping the Admin user in place but inactivating it from the current user's list and activating the new limited user's role?[/quote]
There would be no way to make the admin user inactive on an account - this is a special user and needs to be enabled at all times to make changes ...
-
@Jake - I just took a quick look at Vocalocity's site and they seem to have a desktop application for Mac. Check it out.
http://desktop.vocalocity.com/
Danny
-
[quote user="kinetixjake"]For example, it could send a post to http://methodintegration.com/method/someurlhere.aspx?search={callerid} where the phone number is populated into the {}'s.[/quote]
You can't directly call a screen and pass variables through like you're trying - you could build something through our API to ...