Hi there! Is the REST publicly available and can share details about it? It would be much quicker to help on a real case.
Good call. :)
Hi Stanisław, A dirty trick to hide the History button would be via Designer Studio: System settings > Global parameters > Appearance > Global CSS styles: button#HistoryToolbarButton {display: none;} If doing this way, consider that the history can be accessed also by clicking the "Show info
Hi Daniel, Thank you for your answer. I'm aware of the browser specific pdf viewer issue. Your link to the Azure solution made me think... Obviously there are no out of the box solutions. I will explore options to embed an external control to view the documents in a new tab or something like that
Hey everyone, When an attachment is opened on the form, it shows the download button. Can we disable it? Also, when previewing the attachments there is always the top bar that contains the download and print button. Anyone knows if it is possible to disable it? Thank you, Martin
I'm too interested in this. Did you manage to do something about the auditing?
It would be really nice to hear what the guys at Webcon think about that.... :)
Hey Daniel, Thank you for the links. The Form Recognizer does a perfect job extracting the data from a table. Also the pricing looks reasonable. Again, thank you so much! Cheers, Martin
Hi, For the picture on dashboard check out this article: https://community.webcon.com/posts/post/the-picture-form-field/32 For History... I'm not sure. Would hiding the history button suffice?
Hi Klaus, you could create a SQL data source which reads from the [BPS_Content].[dbo].[CacheOrganizationStructure] table and shows only distinct values from the department column. Hope this helps.
Unfortunately I can't find any reference to the IsChanged that you are mentioning so I'm not sure how that works and therefore am unable to test. You were mentioning the sub workflow. I don't see the connection or why is that important. Are you storing the email address of the people that have to
So the field that is changing is in the parent wf. How is it changed? By user interaction or in a different manner?
Hi Andreia, I'm not sure if I understand correctly but will try to propose a solution nevertheless. It seems the easiest would be to trigger the email notification from the parent workflow. You could add a notification action to the automation that contains the "Update Related Workflow". Would th
Sorry Daniel. I was too quick in my response. I see what your issue is. If you don't use AD, how do you authenticate? What if you set up the authentication via google?
That's weird. I just tried on ver. 2022.1.2.59 and it works fine (see picture).
Hey Daniel, I can't verify but did you try using the Designer Studio (System settings > BPS users list > BPS users > Add user)? Best regards, Martin
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
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
Thank you, Daniel! I owe you a beer. It never occured to me that it might be just a css issue. Setting the property white-space to the value pre-wrap solved it. Again, thank you so much! Solution: p {white-space: pre-wrap;}
So you’re playing games on the train? Do you use Chrome where the dinosaur appears when you don’t have internet connection? 😂 The business rule doesn’t remove HTML tags. It’s just the cr-lf that is either removed or just hidden because of the css. Will check soon and report back.