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

search results

for field

(...) It would be great if there would be a "Usages" options for BPS groups like it exists for the most other objects like Rules, field s, Action Template, Data sources and so on. I'm already using two workaround 1) I created a constant for each bps group so that I can use this constant wherever possible. Unfortunately there are some cases where this is not possible. For example in a "Person or group" field (...)

(...) I'm banging my head on the wall... I'm sure there is an easy solution but can't figure it out at the moment. I would like to prevent users entering duplicate values in a field when starting a new workflow and I don't want to use the Instance Number to achieve that. I have a process ABC with field WFD_AttText1. How do I prevent the user to enter a value that already exists in the field WFD_AttText1 of (...)

(...) I have a structure where a meeting (parent workflow) has many Agenda Points (Subworkflows). On each Agenda point, I have (inter alia) two field s that I would like to include in Meeting Minutes (an item list on Meeting), where each line item corresponds to one Agenda Point. When I finish an agenda point I would like to create a line item in the items list (meeting minutes). SELECT '{1805}' AS {DCNC (...)

(...) Currently, views do not allow dynamic filtering on views for datetime and people-picker field s. 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 for filtering datetime and people-picker field s. My idea is having placeholders like [now] / [today], whic (...)

(...) 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 way that is officially supported. But is there another way?

(...) City table, we have one foreign key that shows on Country table. Issue: When we update the Country name in SQL – Name of the Country is not automatically updated on the City form. We can update the field with a form rule on page load, but only when we go into Edit mode. Is there a way that his is also done in read only mode, when we jus to open the Form. A quite similar scenario applies when prin (...)

(...) am trying to clear the contents of a technical itemlist which I use to put data into a word document. This itemlist works as a buffer and takes the rows of another itemslist which have with a YES/NO field selected as YES. The source itemlist always has different values so i need to refresh the buffer. I need an easy way to clear the contents of the buffer itemlist. Also, the buffer itemlist has to be (...)

(...) JOIN UsersCal as A ON G.COS_BpsID = A.UCL_BpsID where WFD_ID = '{WFD_ID}' I actually want to get the UCL_LicenseType (Integer denoted license type) associated with the user, I've changed the form field to ID, Database ID/ Name and it retrieves an error all the time. Does anyone tried this before? Thank you all

(...) Hello everyone! Have u stumble upon this error when u make a request through the action and map the body on a field ? In the body field as mentioned in the picture should be the body , the json but, is shown the type of collection ( System.Collections.Generic.Dictionary`2[System.String,System.Object] )

(...) r in TEST and PROD. Just reindexed the entire Test-DB . --> Still no luck with the SQL-report. --> A SOLR report gets filtered, but it's grouping ignores the filter, plus I can't use SQL-calculated field s in these? Is this a bug or am I missing something? If someone can confirm this is working for them: please let me know ? Thanks!

(...) What is the easiest way to detect whether a form is in edit or display mode? I need this to show/hide field s. Any ideas?

(...) In my VS solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditableFormfield ID(DisplayName = "Pozycje nagłówka ", Formfield Types = WorkFlow.SDK.Objects.Enums.Formfield Types.ItemsList)] public List Lista_Poz { get; set; } public class Nagl_OT { [ConfigEditableFormFie (...)

(...) Hi, On the form, I am using the Chart data field . I am wondering whether it is possible to use the chart field in the Word printout report. Is there an alternative way to draw a chart based on the form data in the report? Maybe in HTML report. I was also thinking to put chart into the Picture field that is supported in Word templates. Any insight on how to approach this would be appreciated. Best r (...)

(...) The Verify Process action (Process configuration test) currently doesn't check if hard coded users still exist. For example a group could be selected in a people field which limits the available users. The group has been deleted like in the attached image. But this doesn't result in an error. Best regards, Daniel

(...) itional .css file inside the theme. It could be similar to the implementation for defining the logos which can be loaded from an URL or uploaded as a file. Benefits: - We don't need to use the HTML field on the form level, like https://community.webcon.com/forum/thread/41/15 - HTML field s can't be displayed on reports so we are creating other workarounds - It's not necessary to load these via dash (...)

(...) Lastame, Firstname, adsPath: LDAP://CN=xxxxxx,OU=Users,OU=xxx,DC=de,DC=xx,DC=xx) doesn't contain property useraccountcontrol Our AD does not populate this property for users. Why is it checked? This field is not indicated as mandatory in the doc...? Is it possible to reconfigure this?

(...) twen this two dates. I know that I can use "datediff" function but my point is to get this 'dynamically'. When user starts to fill form, he type date 1 and date 2 and below that he will see in third field numbers of days. How to achive this on a form?

(...) Hello all, Does anyone configured an historic cumulative graph in webcon? We can do a cumulative based in one field but it's possible to show the bar that is summing the previous month? Any ideas are welcomed! Thank you!

(...) Hi everyone, most of the time an error raised by the "Validate form" action can be fixed by the current user. It would be great if we could have a new configuration option "Focus field " where you can set an expression/field . When the error is displayed on the form the "Set Focus" action is executed and the configured value selected. I assume that the "Set focus" action already toggles collapsed grou (...)

Hi community! We are currently facing a new requirement, where it should be possible to change the browser language with a series of buttons in the form (approximately 20 different languages). Every click on a language button should change UI labelling on current form to selected button language. e.g. [German] [English] [French] ...