WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Daniel Krüger (Cosmo Consult)

MVP

Hi Michał, I haven't had access to the Designer Studio before and you have probably tested it already anyway. Nevertheless, would it be an option to create the user and update the user in another action to set the UPN? You would probably need reset the other properties in the update action. I don'

Since it's similar, let me add a min/max/step options for input fields of type number :) https://www.w3schools.com/htmL/html_form_attributes.asp Off topic: Thanks for adding the placeholder option in 2021.1.3. :)

Hi Michał, I'm not an AD admin and therefore the following only reflects what I've read while searching the internet: If your AD domain differs from the e-mail domain you need to change it manually. It seems that you can't change the behavior that the AD domain is used as the default one. Even so

Integration with Sales Force
30.07.2021 08:46

Hi Andreia, Postman is just a tool for testing/consuming a REST API. In the end WEBCON will communicate directly with Salesforce but it could take you longer to achieve it when you have no experience with REST in either system. Using postman, you can concentrate on setting up Salesforce, test all t

Hi Arno, I just thought of something I tend to forget. :) You need to execute the Form rule when the page is loaded via the 'Behavior' tab of the form. I've added a screenshot to show where it's located. Best regards, Daniel

Hi Arno, it's the way it is implemented. It's not dynamic, you can use form rules though to hide/show depending fields. Quote: The visibility settings are not dynamic and only activate when loading the form. To see changes on the form depending on the defined rules, the form should be saved first.

Integration with Sales Force
28.07.2021 08:07

Hi Andreia, I didn't have any contact with Sales Force yet but I would do the following: 1. Download the Salesforce Postman collection from: https://www.postman.com/salesforce-developers/workspace/salesforce-developers/collection/12721794-67cb9baa-e0da-4986-957e-88d8734647e2?ctx=documentation 2.

Hi everyone, did some try (and succeed) to use Razor within a plugin? I tried to use RazorLight, which isn't possible because it is not strongly signed, which is a prerequisite for plugins. Afterwards I tried the unmaintained RazorEngine, which fails, because the plugins assemblies are loaded dyna

Error opening Design Studio
26.07.2021 20:11

Hi, I've seen the same or similar error in the past. It happened when I wanted to open the REST Designer Studio 'from' an 'second' database. The environment had multiple databases and I believe the current URL was pointing to /db/4. Some time later I noticed that I always received this error and I

Just in case someone sees this thread: In the mean time I've finished the application and documented it: https://daniels-notes.de/posts/2021/report-subscriptions

Hi Andreia, you have to cast/convert it's value to a string example: select isnull(cast(WFD_AttDecimal1 as varchar(20)),'It''s null') from WFElements Output: It's null 1.210000 1.210000 Nevertheless, I'm wondering why setting the column as required is not enough. The check is only executed for a

Hi Bartłomiej, thanks for your response. :) Reading your post I just got the idea for an easy quick fix: The sub workflow step will lead to an intermediate step. This has a timeout which executes immediately and moves the workflow to the original step. So the task from the wait for sub-workflow st

Hi Sebastian, dann I didn't notice your reply or it wasn't there when I added the project/milestone explanation above. :) Even if you don't have an idea how to achieve it's good to get a confirmation that I didn't miss an option. I also agree with the you that data modifications shouldn't be done

Hi Sebastian, thanks for your answer but it doesn't quite match my question/issue so I didn't a good job on explaining: You can think of my parent workflow as a project with milestones. The task to achieve the milestones can be created at every point in time but those of a specific type must be com

Concat Function
22.07.2021 02:15

Hi Andreia, I'm sorry, but I'm out of ideas. I changed my test a little, changed a text field to a person field and populated the other one with it, and it works without issues. Maybe someone from the WEBCON support team, can help you if you create a request. Best regards, Daniel

Hi Nik, i don't know the internal workings and it may work while browsing the portal, but you will surely get problems when you create URLs for example in mails. You would have to make manual adjustments here so that the recipient will be pointed to the correct URL. I wouldn't walk down this road

Hi everyone, I'm currently facing the following situation: A workflow has a 'wait for sub-workflows' step. A new request came in, to assign a task during this step, so that the workflow still get's listed in the tasks overview. So far so good, I used the 'Create a task' action to manually add a tas

Hi Martin, just an idea: Instead of directly populating a Webcon workflow with the barcodes numbers, the employee could scan the barcode to an excel file which gets uploaded /imported in an item list. I've created an excel file with a macro for a small library which is used during inventory. After

Hi, a clarification why I posted the html variant: I didn't test the "old" style. I only tested the "new" OpenElement function which also opens the link in another window/tab. Maybe it's some kind of browser setting which controls this. Otherwise I don't see a reason for OpenElementInNewWindow :)

Hi Martin, which type of barcodes are you speaking about? If it's just 1d barcode (code 128) than the scanner will just "type" the scanned numbers in the current active field. Depending on the configuration other characters can be added to the beginning/ending of the value. For example an "Enter" c