Sorry Daniel. I was too quick in my response. I see what your issue is. If you don't use AD, how do you authenticate? What if you set up the authentication via google?
That's weird. I just tried on ver. 2022.1.2.59 and it works fine (see picture).
Hey Daniel, I can't verify but did you try using the Designer Studio (System settings > BPS users list > BPS users > Add user)? Best regards, Martin
Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple
Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple
Thank you, Daniel! I owe you a beer. It never occured to me that it might be just a css issue. Setting the property white-space to the value pre-wrap solved it. Again, thank you so much! Solution: p {white-space: pre-wrap;}
So you’re playing games on the train? Do you use Chrome where the dinosaur appears when you don’t have internet connection? 😂 The business rule doesn’t remove HTML tags. It’s just the cr-lf that is either removed or just hidden because of the css. Will check soon and report back.
Hi Daniel! Thank you for the ideas. I’d prefer the css approach but I’m afraid the line breaks are removed from the text when the business rule is executed. I’m currently at the beach 😝 so will check later when back at the PC.
Hey everyone! Is there a way to keep line breaks (CR-LF) in the output of the SQL Command used in a Business Rule? I'm selecting values from DET_LongText1 which has line breaks. I'm attaching 3 images to show what I mean. 1. Webcon Form: What I see on the frontend. 2. Notepad++: What I see in No
Hi Maksymilian, Thank you. I’m aware of this (soft and hard line breaks) but that is not a solution. I can’t ask users to shift+enter everytime to make the output nicer/better formatted. I also know the standard multiline text field works, but then I loose formatting. Cheers, Martin
Hello! Does anyone know where are this "breaks" coming from. Please see the attached image of the rich text editor in edit mode vs view mode. I'd like to display the text in the same way in both cases. I tried inspecting the code in Chrome, but there is absolutely nothing and I really don't understa
Thank you both!
Hi everyone! Does anyone know how difficult is to upgrade Webcon from Express to Enterprise AND at the same time set up the test environment with all existing processes (that were developed on the Express version)? Is it even possible? I'd like to be sure that there will be no problems later with th
Now I'm lost. Sorry, but I really don't understand. You said that it doesn't crash when you "add a header" but it crashes when "changing the language of the column". Where are you trying to change the language of the column? Can you provide more screenshots? The one you initially provided doesn't te
OK. I don't know why this is happening so I'm just sharing my thoughts... Do you use any special characters? Are you trying to name the column as one that already exists on the report? Can you try renaming the column in Designer Studio? If you're already working in DS, can you try on the portal dire
You said you're trying to change the language. What does that mean? Are you trying to change the name of the column like in the attached picture?
Can you provide more details about the column that you are trying to modify?
Hi Stanislaw, I think I understand what you want to achieve. You can try using the functionality from this process: https://community.webcon.com/online-store/app/requests/26 to start sub processes based on the values from the item list. Next, on the sub processes you need to add permission (Ac
Not sure I understand the question. Do you want to make bold only one word of the multi word label in front of the input field?
Hi Radek, You can add the below code to System settings > Global parameters > Appearance > Global CSS styles: button#HistoryToolbarButton::after {content: ' History'}