UPDATE: After turning back on basic auth in all allowed protocols the functionality works again.
Hi! Has enyone encouontered errors with adding entries to Exchange callendars through action and e-mail sending? Recently Microsoft stopped support of basic auth... Oh, I forgot to mention: I have reactivated Basic Auth for all the protocols available in the article https://techcommunity.micros
Hello everyone, Is there an easy way to save attachmnts from several objects in one click? I have a task to deliver all the invoice attachments from a process dating from date A to date B (it will be hundreds of files). Ale the attachments should have a name derived from signature. I guess designin
Hey Daniel! You have helped ma a lot - your solution worked, thanks! Michał
Hello! I've come accross a problem with installation of Outlook plugin (the full version of Outlook, the application, not the O365 lite one). Tried to do this in Internet Explorer, run as admin, with no luck. There is an error message saying the certificate used to sign the manifest or its' localis
Hello, I have a quick question - are privileges added to item through "Add privileges" action visible in the administrative "privileges to item" panel? I'm asking, because I have an action that is being run on an item, there is no error, but the rights given rhis way are not visible. Is it normal (
Has anyone experienced Webcon Workflow Service changing values of attributes by itself? As you can see in the attached screenshot, the change occured on step "Dekretacja" with no path passage. First at step "Weryfikacja OCR" the values of the OCR verification were corrected by the user and passed to
Daniel, you have just guided me to the solution that finally suites my needs (I forgot there is something like SplitToTable)! Thanks a lot! My Business Rule SQL command definition in the attached picture!
Hello! I've been quite active recently with questions while developing a CRM module. Today is not different. There is a process with elements serving as dictionary of "sales objects" (not a dictionary type process but a standard one at the time). There is another process called "Sales transactio
On the other hand "SELECT Replace(Replace('1#value1;44#something;18#another choice','4#something',''),';;',',')" will not work in certain cases. If you will try to remove "'4#something" i this case you will end up with: "1#value1;4;18#another choice" - not acceptable.
That's a working solution and much simpler than putting javascript to work! Thanks for the idea!
Not really. Collection meaning a choice field with more than one option selected or a text field with value like '1#value1;4#something;18#another choice'.
Hi everyone! Am I blind or there is no function oposite to COLLECTION, that would remove an element from collection? How do you manage to overcome the lack of this function? I came up with an idea of making a JS form rule that takes a collection and removes a value given in one of the parameters
So... this means I have to build a copy of the process from scratch :/ Thanks anyway Daniel :)
Hello everyone! I have a quick question - is it possible to convert a dictionary process to document template process or a standard process? If so, how can this be done?
Hi Daniel, I'm facing the same problem again an now I need to apply your solution (I posponed it as long as it was possible ;-) ) and switch to the document template process (or even a standard process). I'm searching through the menu and can't find how can this be done. I guess only through changi
Thanks Daniel, Your code seems quite complicated :) I was thinking of something more like adding an event listener to the "End edit" button of the modal window. Something like: endbutton.addEventListener("click", function(){ //here the function I want to execute; }); I will try this approach,
Hello, I'm continuing my development of a form containing item list. The case is as follows: I add an item to the item list and after it is added (upon ending the edition in one item edit mode) I want to automatically add an item that is dependant (dependancy is held in one of the items list fiel
Thanks Sebastian, your solution does the job! But if someone who uses JSON syntax could give us the right syntax would be very appretiated. The document at https://community.webcon.com/posts/post/advanced-cell-coloring-in-reports/18 is not very clear on that.
Hi there, I'm trying to work out a rule to color backround of a date cell. The condition would be "if the date in the current field is greater than today, then color backround, else dont change the color". Currently the not working JSON code is: { "content": "=CurrentField", "style": {