Jump to content

jereze

Member
  • Posts

    23
  • Joined

  • Last visited

Everything posted by jereze

  1. Thank you @vitor for your review and suggesting these nice enhancements. I would not have been able to do the espacing with osascript. I released a new version: https://github.com/jereze/alfred-hacker-news-search/releases/tag/v1.0.2
  2. Got it. Done : https://github.com/jereze/alfred-hacker-news-search/releases/tag/v1.0.1
  3. Done : https://github.com/jereze/alfred-hacker-news-search/releases/tag/v1.0.0
  4. Thanks for your answer. My bad, I thought having them in the README file on Github was enough. Screenshot: Same with transparency : Dependency: * jq
  5. Sure. Vitorgalvao's workflow only searches from the front page of Hacker News (the latest publications), whereas mine searches the full history.
  6. Hi, I'd like to submit a workflow I created for the library. The Hacker News Search Alfred workflow allow searching on the popular tech community site Hacker News. URL : https://github.com/jereze/alfred-hacker-news-search Please let me know the publication procedure. Cheers
  7. Hi everyone, I have released a new version of the Salesforce workflow, 0.0.5, to address the problem with Python 2 being removed since macOS Monterey 12.3. You'll need to have Python 3 installed. It is easy to install with Xcode command line tools provided by Apple. You can find instructions here. I successfully tested it with Alfred 5.0.1 on macOS Monterey (12.5.1). Should work from Alfred 4. Best way to get the latest release is on the Github page: https://github.com/jereze/alfred-salesforce Cheers, Jeremy
  8. Hi @able, Thanks I guess you get an error when you open the result (in the browser). You can use "sf > switch" to switch the opening between Salesforce Classic and Salesforce Lightning. Cheers,
  9. Hi everyone, I have released a new version, 0.0.4, that addresses an issue introduced in the previous version. Also, I activated the auto-update mechanism of the workflow (for following releases). You can download the latest version on Github: https://github.com/jereze/alfred-salesforce @xgo: Regarding your issue, I confirm that the Salesforce App required to install the workflow is blocked by your Salesforce administrators. I also confirm that this workflow works locally; your Salesforce access or data never leave your computer when you use this workflow. Cheers,
  10. Hi everyone (and in particular @able and @jsanch01 ), I have released a new version of the Salesforce workflow, 0.0.3. It should fix the issues with Catalina. I successfully tested it with Alfred 4.1.1 on macOS Catalina (10.15.4). I believe it should work with Alfred 3+ on High Sierra and later. Please let me know if it works for you. Best way to get the latest release is on Github: https://github.com/jereze/alfred-salesforce Cheers,
  11. Hi @able, I upgraded to Catalina 2 weeks ago and I've not faced any issue until now. Do you still have a problem? Can you help me to reproduce? Cheers.
  12. Hi, Thank you @able for reporting your issue, and thanks @deanishe for your feedback. I haven't upgraded my system yet to Catalina, so I cannot investigate the issue. I will try to do it by the end of November. On a technical side, I will consider switching back to Alfred-Workflow's http library or find another alternative.
  13. Hi @JJJJ, I have studied the bug report. No particular error during the authentication with Salesforce. I cannot explain the API error when refreshing the token (400). However, I found another error: No such column 'Type' on entity 'Account'. That's exactly the issue that got @AcidAlfred one year ago. He solved the issue making the field `Type` visible. Can you try to do the same? A next version of the workflow could fix this issue (=work without this field).
  14. Hello @JJJJ, I was not able to reproduce your issue. In the debugger output, there is not the part I'm interested in. Can you again log out and log in, then type the command "sf > debug" and send me the file (or the full content) that you will find in the directory? You can send it in a private message if you prefer. Jeremy
  15. Hello @JJJJ, Glad to read that this workflow could be useful. In the logs, I see the following error: API error when refreshing the token (400): {"error":"invalid_grant","error_description":"expired access/refresh token"} Has the workflow ever worked? Can you try to logout and login again? (using "sf > logout" and "sf > login").
  16. @AcidAlfred Sorry for answering late. Great that the plugin now works. Updating fields with the plugin is possible. But which objects (leads, contacts, opportunities...) should be editable, and which of their field (only the status?)? If the plugin allows editing, it should be not too difficult to use, and generic enough so that it is useful for different people/organizations. For now I don't have enough visibility about this.
  17. Here is the error: "No such column 'Type' on entity 'Account'" The plugin tries to get the Type on Accounts (a standard field), but Salesforce API returns an error. Do you know if the field 'Type' is available and retrievable?
  18. Hi all, I just published a new version (0.0.2). You should update manually (no auto update yet). @wefikus : There is now an option to open links in Salesforce Classic. This should fix your issue. @AcidAlfred : Indeed, some logs would be helpful. Also, do you know if your Salesforce organization has any IP restriction? @deanishe : Thanks for your help
  19. Hi @wefikus! Thanks for your message. Can you confirm that you can search with the plugin but then you get an error when the page is opened in your browser? I will have a look at it very soon.
  20. Thank you deanishe. BTW, your library alfred-workflow is great, thank you for the great work. In a first version, I was using Alfred-Workflow's http library but I had several Python SSL Errors. Using requests solved the issues. I thought including requests library would make the workflow more reliable across the different MacOS versions. About the logging, that's a good suggestion you make. How can I use the logger of Workflow also in server.py that starts in a new process? About the test on the length of wf.args, indeed, you are right. I will remove it.
  21. Hi able, Thank you very much for your feedback. Hum, I'm not able to reproduce the bug you mention. Are you typing very fast when you get wrongly the "Type at least two characters to search in Salesforce" message? About the notification: the token (ie. authorization) given by the Salesforce REST API expires after few hours. So the workflow needs to refresh the token every few hours. I should remove the notification. I will wait for more feedbacks before releasing a new version with bugfixes.
  22. Description Alfred workflow to search in Salesforce. Keywords `sf [blabla]` to search for any contact, account, opportunity, lead `sf > login` to connect `sf > logout` to log out `sf > switch` to switch the opening between Salesforce Classic and Salesforce Lightning `sf > debug` to write some debugs logs Requirements Alfred version 3 or 4 or 5 (please see the release notes on the Github page to know which version of the workflow to use) A Salesforce account with access to the REST API From macOS Monterey 12.3, you'll need to install Python 3 (it is easy to install with Xcode command line tools provided by Apple, see instructions here) Resources Download the workflow file from the latest GitHub release and install it by double-clicking on Salesforce-{version}.alfredworkflow. Find more info on the Github page: https://github.com/jereze/alfred-salesforce
×
×
  • Create New...