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

search results

for form

Hi all! We implemented a button with popup functionality to create a new workflow item. On callback of popup item we want to set new workflow element id to dropdown, but obviously the new item is not in dropdown. Is there an easy way (with Javascript) to trigger reload of dropdowns datasource? Thanks a lot in advance & best regards, Nik

(...) Hi folks, The "form at 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 form atted text fields is an option. But it somehow HAS to be possible just simply set a different date form at. Thanks in advance. Best regards

(...) Hi, We have a following scenario: 1) An user has a form field where he can choose mulitple values in one form field (lets say different persons) 2) Then the user submits the form and it goes to a SharePoint list. We'd like to add the same number of records to Sharepoint list as the number of values selected in the abovementioned form field. So each record should represent one person and have othe (...)

Hello community, it may be a silly question but my research in the knowledge base did not deliver a clue: When I use a HotMailBox to initiate new workflow instances, can I get WEBCON BPS 2022 to take the e-mail subject as content for a field "Title" and the mail body as content for a field "Description" (multiline field)? I found the ability to set default values within the HotMailBox con

(...) ction. I tried doing that with the “Move workflow (SQL)” action. The query I used can be found in the Attachments. The table I get also looks fine, but I still get the Error "Incorrect column PATH_ID form at". I already checked all of the IDs, they should all be fine. I used the following thread as a reference: https://alterpaths.com/wait-for-sub-workflows-step-advanced-configuration/ Does anyone h (...)

(...) Hello, I have some date set on form s. Need to find any solution to have that date - 1 month for example: Date on form is (YYYY-MM-DD): 1. 2022-05-05 2. 2022-01-10 3. 2021-12-25 Date that I expect need(YYYY-MM-DD): 1. 2022-04-05 2. 2021-12-10 3. 2021-11-25 Do you have any idea to solve it? My poor trying on the screen below (a lot of counting and IF's and still get wrong form at of t (...)

(...) Hi everyone, did someone came across an option to verify, whether the save has been triggered by the save button or by a path transition in a form field extension logic class? I did check to no avail: - Public properties - Non-public properties - Passing {CURRENT_PATH} inside the configuration. Unfortunately it was empty too :( Does someone has another idea? Best regards, Daniel

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 understand. Is there another way to have the texts displayed in the same way? Thank you.

(...) When I use form fields in some actions the field value are not actually filled correctly. It just uses the field code. Updated to the latest version this week. Don't think it was an issue before, so maybe a bug?

Hi, since version 2022.1.2.59 (my last 2021.1.4.118) i can't copy & paste group elements. Is it possible to get back this feature!? For example: we have for all workflows and steps the same headline and a specific subtitle. With copy & paste I can create very fast the basics of a (new) workflow... Thanks and best regards Daniel

(...) Hello, I have a form that has a 5 steps. On each step I have a form field that has 4 options('statuses') : open,closed, opened-again, in-progess. I want to have the value open in first 3 steps, than on step 4 i want to have a status 'closed'. How do I make the step depend on the field?

(...) Does anyone know if it is possible to provide translations for the form Rule Functions ALERT and CONFIRM? I tried with "MyText$$DE$$Mein Text" but that doesn't do anything. Cheers Pasquale

(...) Hello, Is there any possibility to change attribute field name on form based on different attribute value?

(...) Hi, I propose to add in Bussines and form rules internal parameters like in automatizations. I will be helpful for calculating or savng data to compare, not using JS mode.

(...) w will create independently the payment for that month Although I have all the idea structured, I'm facing some questions in regards to: - How can I initialize dynamically the item list with an inform ation from an integer form field? Didn't find anything in the options using SQL query - Is it possible to translate the number of months as text field, example, from today until end of year, we have (...)

(...) It would be nice if you had the possibility to define the language in which a custom email is sent based on a form field or item list column. We have multiple applications where recipients of e-mails have to addressed in their own language regardless of the user language which is used in the form .

Hi everyone, I noticed on version 2022.1.2.31 that it can take a really long time to populate the target field of choice field, if the data source is a web service data source. In this case the data source is a REST data source and the picker field is of type popup search. Once I activated the diagnostic mode I noticed that after getting the picker results (1) the chosen value is validate

(...) Hi, is it possible to implement some sort of offline mode for when users are entering data into a form to help with preventing the loss of data? People will use the Mobile App while on site and it's possible they will lose connection and lose all the data they have entered before they could save or submit. For the form to work again they will need to reconnect and unfortunately refresh the form ca (...)

(...) Hello everybody, we are working on a prototype to document defects. Therefore, we would like to use a new kind of form field: It should act as an image field to upload an image, but then act as a handwritten signature form field to mark something on the image. We tried that with the existing elements and it worked in a way. But the image scaling isn't really good, we couldn't change the pencil (...)

Hi All, We had some difficulties with archiving. We had a campaign to move to archive approx 200.000 instances. It was working very slow, taking 5-6 secs per instance. After some investigation, we found out, we can speed it up with an additional index on WFElementTasks. After creating the index - CREATE NONCLUSTERED INDEX IX_WFELementTasks_Finished ON dbo.WFELementTasks (WFT_WFHIDTaskFinis