I have the scenario, where i keep e-mail address and other informations in an itemlist. Now i need to send e-mails for each recipient in the itemlist. The e-mail contains informations from other columns in this list. By having three entries in the itemlist, there would be three e-mails with differ
Thinking about, there is the option to add the file via Rest API....
We have a supporting workflow which is being started via hot-folder. The name of the attached file is then being analysed (we have a naming convention) and based on the attributes we want to move the file to a target workflow elements. Is there a way to do this via standard actions? I've struggled
Hi Pawel We tried the settings according the article describing ssl offloading. This setting works perfect, when both, http and https protocol, are enabled on the load balancer. However, the customers governance does not allow to enable http on the load balancer, it must be https. Because Desig
Interesting and good to know that we are not the only one facing this problem. I opened two cases at the support portal, but up to now there is no solution. We have a customer, who's using a load balancer as reverse proxy which is routing the https url to the IIS in the back end. The url in the bac
Was thinking if it were a good idea to have the possibility to assign groups to an application. Very similar to the "Connections" and "Data Sources" tab. Those groups should be manageable by the application administrators.
We took the same approach as Daniel, adding a html field to the from. Looks similar to Daniels suggestion and it is working too. We had to try and error with the pixels. .modal-content { max-height: 680px !important; } .modal-content section { max-height: 530px !important; }
What about a java-script action like OpenElement or StartElement to open a document in a new dialog?
The management of BPS groups is only possible for WEBCON Admins. Some customers wish, that they can do this on their own, but we don't wont to give the required rights. We solved this by means of a little helper workflow, that enabled us to configure the BPS group to manage, a responsible person and
WEBCON BPS already supports Webdav on Standalone installations. You have to enable the edit functionality on the attachments property. For SharePoint integrated installations, you also have to create an attachments library under "System Settings" / "Global Parameters" / "Sharepoint configuration"
Modifing functions can be a challenge and can end up in creating the whole expression again. It would be really great to be able to insert functions within any place of an expression.
good to see, that you've agreed, that html fields are quite limited for custom styling. This is what i basically asked for a while ago https://community.webcon.com/forum/thread/41/15 The screenshot i created contains a css editor included in the theme editor. Kind of how it is done in former wiz
What is the easiest way to detect whether a form is in edit or display mode? I need this to show/hide fields. Any ideas?
Hi Daniel Thanks for sharing your ideas! Sometimes we just don't see the obvious things. As we are migrating data via Rest API, i will take the second option. Best regards Markus
We are about migrating content to WEBCON BPS. I would like to have at least the last modifying users migrated as well. How could i achieve this? Was thinking about setting a technical field to the last modifying user and then doing an SQL Update on the element after migration. Sure this is not the
Currently, views do not allow dynamic filtering on views for datetime and people-picker fields. It can be done by extending the query in the datasource. The datasource can only be changed by administrators and designers. For end-users it would by great having the possibility to use placeholders fo
We recently had a presentation of WEBCON BPS for a new customer. They came up with the question if not only changes of an element are being kept in history, but also views. So we need to define the definition, what as to be considered as a view. Sometimes you can tell a lot from what you see on a
When updating the major version of WEBCON BPS you also have refresh your updated licences. Best practice is, to ask WEBCON to upgrade your licence before you update your system. I do this by submitting a new Business Request
When I look your code you were almost there. args.Context.CurrentDocument.GetFieldValue(Configuration.ChoiceFormFieldID) already returns an PickerField object. You can either cast the returned object to a PickerField or get the pickerfield value via the PickerFields-Property args.Context.CurrentDocu
Wondering if it is possible to open the attachment preview dialog by using javascript only. Does anyone already tried to do this? There is the possibility to open the latest attachment, but that's not the solution i'm looking for.