Hello everyone, I've got such a case: A CRM with several sales objects displayed in a report. I would like to be able to run the sales objects thru a path from the report itself (look at the screen), so that our salesmen can browse and filter through the report of sales objects and easily add the
Do you know if there is a way to check if such timeout is planned or not? Database only?
Hi everyone! I have a process that creates a timeout that will be triggered at the given date. Is there a way to remove this timeout for the specific instance manualy (somewhere in the Studio?)? As I think of it now, one thing comes to my mind, please correct me if I'm wrong. If I will take t
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,