(...) irst one and another one in German for the remaining two. If we want to send a custom mail though, I don't have an option for defining multilingual subjects/titles/contents etc. I've also checked 'Context variables\Current user\Language' it contains the language of the user who clicked on the path. While writing this I've just come up with following idea: Create multiple "custom email" actions. The (...)
(...) pecified workflow that have a datetime field NOT set (empty), but that seems to be impossible. I do not know how to filter that, a standard filter in the view with selected field equals to value in text field does not solve that. I am pretty sure there is a trick how to do that I am not aware of ;-) Many thanks in advance & best regards, Nik
(...) Hello all, Does anyone tried to use the concat function using a form field? I have a form field that is single text and I want to use it plus another info like below: concat ('AaAA' 'Form Field') But I'm always getting an error saying that the rule is not correct, I tried to use a SET before and keep the information in another field but it doesn't allow to save. Anyone used this already (...)
(...) Hi everyone, does anyone have a good solution for retrieving names/translations of objects within a SDK action? Example: We have the step id: args.Context .CurrentDocument.StepID How do I get the (translated) step name? Is there some option inside the SDK? I haven't found one, so I'm thinking about passing ids/translations via the PluginConfiguration. I just thought about querying a data source. May (...)
(...) Hi. I have an old Webcon BPS. I try to create a template and I have a problem with CSS. I don't know how to change [|ElementAdress|] element to my preference. I want change text -decoration change to none, change color to white and a want to add padding and bottom. It is my code : [|ElementAddress|] [|MessageBody|] I upload how to my div with ElementAdress looks. How to change this field. I ha (...)
Hi there, i am struggling with generating a clickable link from column of same row. I would like the user to enter a link in the column LINK and a clickable link should be generated in the next row column (LINK-TEST) on every value change (see attached picture). The perfect way would be a little HTML button, so i should be able to set the "[TECH] angeschaut" checkbox when clicking. What i am s
(...) Hello, I made a report in WEBCON Designer Studio and one of the columns is "Link". However, when I export that report to excel, that column is converted to a simple text (not a link). Can I in some way configure it to receive in the exported excel that column as link? Best regards, Vitalii Lukash
(...) spelling. Sometimes it happens because I make a mistake and sometimes it happens because of latency or other issues in an RDP session. Currently I'm using the BPS translation tool and checking the text s in word. I'm wondering if native Windows spell check could be added to the Designer Studio: https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.spellcheck?view=net-5.0 In my opinion (...)
(...) We get an error message by using filter function in the report for calculated columns (using substring). I use the following formula. SUBSTRING(WFD_Atttext 8,1,2). The report view shows the correct values in the calulated column. As soon as I want to filter this column, I get an error message. Does anyone else have the problem or am I doing something wrong? Best regards Nancy
(...) steps where they have the general right to edit, this works, but not on other steps. To clarify, on those other steps, they should NOT have rights to edit the step, ONLY to edit this one multiline text field. And any other group should NOT have the right to edit this field. Only for internal user groups. I already tried in the editability tab to make this field editable, but this did not work. (a (...)
(...) it will still be visible in the attachments section. 2b.) If I delete the attachment from the attachment section and save the instance, it will be deleted from everywhere, but in the item list a red text announces that the document has been deleted. Using the detach option in the context menu of the deleted attachment doesnt work, most likely because the attachment is gone, but ATT_ID is still in the (...)
(...) Is anyone else experiencing the issue? In my case it's ver. 2021.1.3.205 on webconapps.com. If I insert the tooltip text for a path it doesn't show. Is this a known bug or am I doing something wrong?
(...) Hi, I have problem with adding new row in item list after passed value to existing field in existing value. on text field I have selected "Invoke callback rules after value change" and in Item list callback rule I add condition , if text value is not empty just add new row. Wvery time I press button "add new row" I get exception "After callback form rule of items list: .. RowNumberCann (...)
Upgraded Dev environment to latest version 2022.1.1.53 but designer studio is not opening up. It is giving unknown exception error. Attached the screenshot. Here is complete error info: Type: System.Exception ------------------------------------------------------- Message: NotFound IIS 10.0 Detailed Error - 404.15 - Not Found
(...) Hi Guys, Has Webcon any function or script to extract the [Comments] field in the "human eadible" way? Lets say DATE | AUTHOR | COMMENT text . Selecting from WFD_Description for particular ID gives me output like below. It is becoming more complicated if I have two or more comments, divided by ','. SELECT WFD_ID ,WFD_Description FROM [BPS_Content].[dbo].[WFElements] where wfd_id=xxxxx out (...)
(...) rects and so on). This scenario works fine on one farm. Is it possible to find out within a businessrule (or maybe SDK rule), which BaseUrl current system has? I do not find anything in context variables, so that's why I'm asking... Thanks a lot in advance & best regards, Nik
(...) rt of the requirements is to list all WebCon apps and permissions/priveleges for each level and the groups/people in them. Is there an easy way to dump all permissions/priveleges for all apps to a text file, pdf or other? If not I'll have to go through and take screenshots of each in designer!
(...) SQL server Web Edition? Tried to find you if this version of SQL server is eligible to use with WEBCON BPS but didn't find anything accurate. From technical perspective it should work (required full-text search feature is available). With this SQL server Web edition license costs can be significantly reduced (i.e. in Azure workloads). Thanks in advance for aby comments here :)
(...) Hi folks, The "Format Date" function just converts the date value into a text value. Sadly we need a date field. Of course creating extra text fields which are visible on the form which are just formatted text fields is an option. But it somehow HAS to be possible just simply set a different date format. Thanks in advance. Best regards
(...) g where clause, which compares a date from Oracle table to a date from a form field that is completed by an user (it is "user's date"): "where table1.date = User's date: date acc. browser settings(text )" and it doesn't work because of different date formats. I've tried multiple methods and nothing worked. Do you know any solution? However, the following where clause works very well, what tell (...)