(...) We have to now comply with SOX and part of the reqUI rements is to list all WebCon apps and permissions/priveleges for each level and the groups/people in them. Is there an easy way to dump all permissions/priveleges for all apps to a text file, pdf or other? If not I'll have to go through and take screenshots of each in designer!
(...) Dear Community, I have a question regarding attachments database. Size of the database is qUI te large and I'm trying to find optimizations here. Table / index compression is not a solution - compression ratio is barely reaches 0,5% level. I have found a lot of records in this database where attachments are deleted (column ATF_IsDeleted = 1). Is it safe to remove such records from database or it (...)
(...) version on SQL server Web Edition? Tried to find you if this version of SQL server is eligible to use with WEBCON BPS but didn't find anything accurate. From technical perspective it should work (reqUI red full-text search feature is available). With this SQL server Web edition license costs can be significantly reduced (i.e. in Azure workloads). Thanks in advance for aby comments here :)
(...) We are coming across scenarios, where it is reqUI red to audit the views and not only changes on an element. Ideally we would be able to configure the audit level: - View element - View attachment - Download attachment - View in report (elements retrieved and displayed on reports) - Edit element - Delete element As additional auditing is likely to have performance impacts and also increa (...)
(...) Hello, I have a qUI ck question - are privileges added to item through "Add privileges" action visible in the administrative "privileges to item" panel? I'm asking, because I have an action that is being run on an item, there is no error, but the rights given rhis way are not visible. Is it normal (I have the latest of 2021 versions still running)?
(...) a BPS Group and assign the AAD Group which holds all user i want to be shown in the picker in the advanced configuration of my people fields but i feel there has to be an easier way which does not reqUI re me to fiddle with every people field. If anyone has any suggestions it would be much appreciated. Cheers Pasquale
(...) Hi, we have a reqUI rement to calculate no.of days took to complete an assigned task. Created a business rule with below code: select count(*) as BusinessDays from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date*/ and cal_workingdate < '{BRP:27}' /*exit date*/ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the ste (...)
(...) r playing around with the answers in the former thread I think it may be helpful for others to present my approach here. If anybody wants to reply to improve it, I will be grateful to learn. 1) ReqUI rement Within a process a group of users is requested to deliver an approval by two different members from within the group. Also it shall be possible to change the process to two persons approving e (...)
(...) I found the ability to set default values within the HotMailBox configuration but this does not fit the needs if i.e. different tickets arrive at a HelpDesk application via e-mail. Can anybody gUI de me to an approach please? Thank you in advance. Best, Ingo
(...) red by the -UseWebLogin parameter off the Connect-PnPOnline cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach qUI te fast. Authentication works fine, but when using the rest api i receive an "invalid scope" exception. Seems that the rest api is only working with registered apps. Would be super cool havi (...)
(...) Hi folks, today I have a special problem and hopefully somebody of you already has a solution. I am working on an internal Knowledge-Database. One given reqUI rement is: In case of an update, the old entry has to be archived and a new entry with all previous information should be created to be edited. So far no problem - except for the attachments. I dont want the old attachment files to (...)
(...) Hi, I have an issue with the Change Items List action. It is defined to wait for reqUI red tasks to be completed and is tied to multiple people completing an action. But when the last person completes the action, the item list is updated, but only for the last person who completed their task. Is there any way to define the action so it updates the list for all the people who are involved in comple (...)
(...) Hello, just struggeling with setting up the REST API to create new elements from external app. It works fine in application context but I do not find a sUI table gUI de on how to do this in user context. Do I have to enter the username and user e-mail-address in the mask as I assume? What is the "Authorized Redirect URIs" good for and where do I get this from? And: What is the main purpos (...)
(...) g type for the property. Like it happens when one copy & pastes and changes the attribute name to Bool but the property is still string. :) Meanwhile I will search for the log table in which this GUI D exists. :) Type: WebCon.WorkFlow.Studio.Logic.Exceptions.PortalWebserviceException ------------------------------------------------------- A WEBCON BPS Portal error has occured. ---------- (...)
(...) We are aware that some functionalities are not available in a SaaS environment, like some query actions. But is there an official listing of what is not allowed in SaaS? Because BUI lding and Testing a project on-premise, and having no way of knowing if something will break on PROD because of that is not acceptable. Is there a way to test for it? Or at least have something to read through to wo (...)
(...) Hi community! In some scenarios it is necessary for us to render datatables on form containing some custom links or buttons. For this reason we bUI lt following SQL statement for testing purposes: SELECT 'Internal' AS ID, 'Click me' AS HTML UNION SELECT 'Azure' AS ID, 'Link' AS HTML And we used this datasource in a datatable field on form. However, we have some interesting results. (...)
(...) Hi @all, I´ve many processes they use the same rest-request to fill choice fields, table, etc. But the request reqUI res a dynamic values in _url-parameter_ or _request-body_. At the moment i´ve to clone the *same* data source for every process... not nice ;-) ! A parameter would solve the problem - like as parameter into rules! Thanks and best regards Daniel
(...) Hi community! We want to add new row(s) to an item list due to customer reqUI rement. This should be triggered on button click, that means on the client-side. Unfortunately I didn't find a way, to insert new row(s) to an item list in available JS functions. Does anyone know how to do that or could you provide some code samples? Thanks in advance & best regards, Nik
(...) Dear Webcon Team, we are still looking forward to get a helpful tool for getting barcodes / qr-codes on mobile phone into fields. Now we realized, that the WebCon App has a bUI ld in functionality for scaning codes. However this helps only for searching documents / contents. Would it be possible to combine this bUI ld in functionality with fields input? It would be really great to be able to c (...)
(...) issue within the table storing the web service configuration caused by a value NULL. Testing around I found this work around: 1) Delete the web service action template you want to change. 2) RebUI ld it from scratch. This leads the action template to receive a new ID within the database and you will be able to save it. This error was reproducable also with an action being added to a path. (...)