Jump to content

TrevorKillick

Administrators
  • Posts

    781
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by TrevorKillick

  1. @HHH Currently that is not possible with the CSV upload, so assign users to an Organisation automatically you would need to use the LDAP import tool. https://wiki.hornbill.com/index.php/LDAP_User_Import Kind Regards Trevor Killick
  2. Hi @samwoo This is by design the payload in the WebHook shows you the data that has been changed, at the moment there are no plans to include the un changed record data this will have to be obtained using the data::entityGetRecord API. Kind Regards Trevor Killick
  3. @Martyn Houghton Thats correct, i will check with out Mobile App Developers it uses a different mechanism for authentication so i just need to confirm the behaviour for timeout and suspended accounts. Kind Regards Trevor Killick
  4. @Martyn Houghton As part of the UserAccountStatus configuration the status can be (active | suspended | archived ) so you can set the Hornbill Accounts to suspended based on an AD flag, this is typically done using a separate configuration of import that is set to update only and search LDAP for disabled users. Currently the active session is not expired automatically and would need to time out. Kind Regards Trevor Killick
  5. For anyone that gets the issue in the future there was a second duplicate set of nodes for converting the date and updating the custom field after the send template email node, this caused the custom field to be updated before the email was sent as BPM nodes do not always fire one after the other and wait for completion when there is no suspend node present. Kind Regards Trevor Killick
  6. @SJEaton No the integration call node is set up correctly otherwise you would not see the correctly converted date at all, also there was some confusion before it can be used for any field as long as you correctly map the field to the input on the integration node, if that was not working you would never see the correctly converted date. Can you download and PM me your BPM unless you are happy to attach it here then i can have a quick look through for anything obvious. Kind Regards Trevor Killick
  7. @SJEaton So its correctly converting the date, so is something then setting this to undefined before your email template get used? Kind Regards Trevor Killick
  8. @Martyn Houghton Yes of course sorry about that have updated the example and rebuild the tool. Kind Regards Trevor Killick
  9. @Martyn Houghton Can you change "URI": "thumbnailPhoto" to "URI": "[thumbnailPhoto]" and try again please? This was a change made recently to keep field mapping unique across the configuration variables. Also make sure thumbnailPhoto is listed in the attributes section of the configuration. Kind Regards Trevor Killick
  10. Thanks for that i will feed this back into development and let you know of any outcomes. Kind Regards Trevor Killick
  11. @Michael Taylor Can you post a screen shot of the widget you are trying to get a link to work in and are their any other types of widget you would want to have links available. Currently its not possible i can check with development to see if its something that could be catered for. Kind Regards Trevor Killick
  12. Hi Sam Not a problem. Kind Regards Trevor Killick
  13. @SJEaton Can you post an example of the date time value as stored in the custom field before its passed to the conversion node in the BPM please? This can happen if it fails to correctly convert the date string so if i can get a copy of the value i can run a test locally and add some error handling and check a few things. Kind Regards Trevor Killick
  14. @Lyonel Its foundation is based on this library https://jsplumbtoolkit.com/ then one of our developers worked some magic to turn the UI Library for JS Plumb into the BPM editor. Kind Regards Trevor Killick
  15. @Martyn Houghton Will See what we can do, we are a little limited as its a plugin for CKEditor which we use for the HTML Editor but will see if there is something we can do better here. Kind Regards Trevor Killick
  16. @Martyn Houghton I have made the changes which will be in the next build of admin. Kind Regards Trevor Killick
  17. @Martyn Houghton Its been planned for a while but its not something we have had time to implement. If this changes and progress starts being made on this front i will update this thread. Kind Regards Trevor Killick
  18. Hi Martyn I am concerned with performance of always appended a wildcard to the search term so i have added it as an option when search, the search fields now include first name, last name, email, full name and primary key. The search does not yet include logon id this is something i will look at adding in the future. I have also extended the UI to allow order by First and Last name as well as the primary key. These changes will all be in Admin Tool build 690. Kind Regards Trevor Killick
  19. Hi Martyn The following will be in Build 690 of the Admin Tool. Kind Regards Trevor Killick
  20. Thanks Martyn Yeah i did the same so i will update the example code and docs. Thanks Trevor
  21. @Martyn Houghton For my install of python requests is part of site-packages so i must have installed it at some point as with lxml if you do pip install for any missing package and let me know if anything other than requests needs to be installed and i will update the documentation. Sorry about the inconvenience. Kind Regards Trevor Killick
  22. Sorry i copied the wrong command from my history as you correctly found its install not get i will update the readme. Thanks Trev
  23. @Martyn Houghton Can you post the exact message you are getting? Edit: I have tried this my self on Python 2.7.13 i had to install lxml (pip get lxml) i have updated the read me to show this. Kind Regards Trevor Killick
  24. @Lyonel How is the performance and connectivity now? We are not seeing anything unusual on your instance or any errors relating to the outage your experienced earlier this morning? We are still investigating the root cause. Kind Regards Trevor Killick
×
×
  • Create New...