WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Forms

Forms

Hi, I have list position, and there is column "Responsible person" I need to filter by this column which lines current person can edit, it's possible ?

Dear all we are looking for embeding webcon on other site (intranet) and we would like to hide sidebars. did anyone encountered this issue? thanks

Dear All we are looking to embadd Webcon's for into our interal SP intranet therfore we have ancountered and issue of SSO (do not want people to log in twice especcialy that this is a very light process witht 2 filed to be filled in). has anyone tackeled this issue as it seems that there is not standard out of the box solution. thanks

Is there a way to sticky itemlist header during scrolling down the page? I was try css with "position: sticky;' but without success .

Hi all, I am quite new to webcon and I came over this. We have a form with a item list. The item list is initialized from external source. It shall represent a log file for some measured values. The lines in the item list shall be every 10 minutes, so I initialize the list with 100 x 10 minutes line. Hence, the user shall not be able to delete or duplicate records / lines from the item list. How can I achieve that? Until now I found editability in field matrix, but how can I prevent user (...)

Hello all, I'm having some issues with the multiple lines filed which is now giving issues with a limit number of characters not allowing subworkflows to run. Does anyone have the same issue? I've added more lines in the field but it doesn't work as well. Thank you

Is there a way to make a newly added line on the itemlist appear at the top instead of the bottom? Last added first in edit mode?

After updating the application to version 2022.1.3.75 email attachments with large internal pdf/jpg attachments (over 1MB) stopped working. Previously, I could attach emails as attachments that had internal attachments above that size in them. I downloaded a previously (in the previous version ) attached attachment to disk and tried to attach in the new version and I get a message "The MailMessage is corrupted" but it is not true. do you also have such problems? do you know how to solve the (...)

Hello Community! I need to find solution form the problem with some case in my organization – maybe you will help me to find the most effective way to do that? Case: Users: A, B, C, X Forms type: type1, type2 Form fields: value1, value2 There are few forms (type1) which are filling by users (A, B, C) during the month (for example January). One of the form field (value1) on each forms (type1) should be automatically filled by system after user (X) filled it in form field (value2) in hi (...)

Hello webcon community! Could someone help me with problem with ordering list on report. To beggining: I create a technical form field which collect the date part of some date field at that form (see screen below). I do itthat by using 'change field value' action and rule 'date part (month)'. Next i use that technical field to group forms by year and month but when users create datas from october number 10 goes to the end of list. Is there any possibility to fix it or maybe you have som (...)

Hi there, Our company uses a custom font. I'd like to know if it's possible to use it applicaiton wide. Don't see that in the theme editor. Any idea? Thanks!

Hi, I have to do a Report with search from 1 process. In this process I am using a list position(list items). In my report column I will use column only from this list items. I don't have any problem with prepare the source - sql query, but I have problem with present it in portal, how to do it ? I could use Reporting Services but maybe there is some other things in webcon site?

MVP

Hi, I can't hide from navigation menu the item: Searching Structures->Archive ( img: itemMenuNavigation_Hide.png) Is it posible to do this? Thank you , Raluca Lupu

Hi all! We are wondering if there is a good way to add new items to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).then(() => { InvokeRule('#{BRUX:1526:ID}#') }) This is working fine but unfortunately this s (...)

I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task<ActionResult<GoogleFile>> CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new GoogleFileWrite() { Description= fileInfo.Description, MimeType = fileI (...)

MVP

Hi, I'm trying to use the "change the value of a single field" action to set the image field to empty after an image was added. The action is done, but there are no changes regarding the image (it's still there). WEBCON version 2022.1.1.53

Hi All, We are implementing a workflow for payment list. We are using picker to add unpaid invoices to a list, but default behavior is that I can add the same values over and over. Is it possible to limit/filter picker results to items that were not yet added?

Hi All, Is there a webcon function/action to invoke pop-up window to enter some value or person? Idea: - we want to have a "consult" button - but we don't want to have a permanent consultant field on the form as it's a bit confusing to someone - therefore the best solution would be to have some action in a way that when we click on "consult" path, window will pop-up asking who do You want to consult, it can be saved into hidden form field but in this way it will be only shown on-demand, wh (...)

MVP

Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!

MVP

Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!