Hi Nik, this looks totally legit to me. I've used the same setup in multiple situations. The only problems I had were: - I had the workflow instance checked out while testing it. The timeout couldn't execute in this case - There was an issue with the actions on the path I could solve everyt
Hi, just one comment: This would hide the icon across all workflows. If you want to hide it on a single workflow you can use an html field/attribute with button#HistoryToolbarButton {display: none;} and display it in each step. I hope there's no typo in the above. :) Best regards
Hi Martin, we may be able to hide the download button at the bottom, but the other action bar comes from the installed tool which displays the content. Excel and probably Word documents are converted to pdf and your PDF reader renders it. Take a look at my screenshot, I have a completely differ
Hi Denckert, since this forum doesn't display the number of views of a thread, one doesn't know, if the thread was "ignored" or viewed but without somehow who could help. I for my part wasn't in the situation where I needed to connect to a BC SaaS environment. I had either the opportunity to u
Hi, if I understand it correctly the field should spend on the step the workflow moved to. I would accomplish this by using the OnEntry trigger of the step to change the filed value. This would be achieved by setting up the choce field to use an sql statement for providing the values us
Hi, based on the message I somehow doubt, that it is actually a problem with WEBCON BPS. Maybe it's a coincidence or it wasn't noticed, that there were issues before? Regardless, I would try to send a mail with the same settings using PowerShell from the server: https://docs.microsoft.com/e
Hi, while I would wise against using any kind of insert/update/delete statement against a BPS database, I also didn't find an alternative. In the SDK you only have the option to add read all existing comment and add a new one. There's no option to remove old ones, so there's no supported way.
Hi, I hope it's not to late. You can achieve this by storing the already selected ids in a (technical) field and adding a where condition, that these are not part of the data source. You can see in my attached screenshot, that 2,3 and 6 have been selected and when I wanted to select 2 again
Hi, this one is interesting. I played a around a lot and even so I created a long entry: @AdditionalMessage=N'Single value: The value of field "Picture" was set to "". The image wasn't deleted. But I was able to set other images with the 'Change single field value' action. So only the nul
Hi Markus, my best idea was to use reference a data row, which returns the rich text with html tags, which in turn I hoped to feed to some field functions. That wasn't successful. If you would be fine with a pdf, my best bet would be to generate a HTML which could be converted to PDF. At
Hi Christian, we have never used the mail approval before so I was curious and played a bit with it. We are using version 2022.1.1.2.31 at the moment and it behaves the same. The approval is added at the bottom/before the end of the body of the mail. But we can make use of it. You can see
Hi Nik, I had the same Problem with {} here https://community.webcon.com/forum/thread/1478?messageid=1478 I've used the ASCII Character code: Curly right bracket= Char 125 Curly left bracket = Char 123 -- ,'"'+Char(125)+','+Char(123)) Best regards, Daniel
Hi Pawel, thanks for the confirmation. I hope to do so as you suggested in the near future. We have setup the environment for a customer who uses a single tenant application for AAD authentication. I don't have a guest account in their Azure AD yet. So I'm currently stuck testing the basic fun
Hi Martin, the server is running in Azure with local accounts and the users use Azure AD for authentication. Even so I wouldn't do it in other cases I modified the data in the SQL Database directly since I didn't found another option. Best regards, Daniel
Hi Martin, this fails, without a detailed error. There's just a little error icon besides BPS ID. After trying it in the browser, I could guess, that it's the same error. :) Best regards, Daniel
Hi Nik, there's this function: webcon.businessRules.subelementAddNewRow Unfortunately you can't populate the new row with the same call. You need to find the latest /unpopulated one. General hint with a little trap: If there's a form rule for this, you can also do it with JavaScript, just
Hi everyone, does someone has an idea, how I can add a mail address to a local user account? If I want to add one, I get an error, that the existing BPS Id does not match the UPN format. background information: a customer uses a single server machine for running a test environment for WEBCO
I'm currently sitting in the train travelling to Münster and the internet connection is like a sidescrolling game where you jump to evade obstacles. It's quite fast and every time you hit one, the internet connection is down. :) It's interesting that the business rule removes the html tags. I
Hi Martin, is this a normal text field or rich text? The value looks like a normal one. In this case you have two options. a) Add some css so that the line breaks are preserved inside the HTML mail. In most cases they are ignored. b) Replace the Character 10 and 13 with the HTML line break
Hi Martin, also Pawel already mentioned all mandatory steps, I have one optional. Optional fourth step: Check any constants if the contain links /URLs or entity ids, like a database id. At least in my environment I have a few of those constants. :) Best regards, Daniel