Hi everyone, I'm currently working with a popup search field that retrieves data from a REST web service. My challenge is that I need the ID to also be the value for the field. Essentially, when initializing the field, I need to set both the ID and the Name for the same field. However, when I attempt to do this, I encounter an error. Has anyone else faced this issue or found a workaround to handle this situation? Thanks in advance!
I have a process [1] in which you enter qualifications for people. Then I have another process [2] in which qualifications are also entered and when the step is exited, the data from process [2] should be entered into process [1] via a subworkflow. The data that comes from process [2] is in an item list and should all be entered individually (as separate instances) into process [1]. Before this, however, a query should be made as to whether the respective instance of the specified person has (...)
At the end of the approval process I'm sending email with some details and all atachments to specific mailboxes. But from time to time I'm getting error "ErrorAccessDenied Message: Access is denied. Check credentials and try again". Credentials are ok - it is sending 100 emails and giving this error on 10 another cases. Might be connected that Webcon app is sending 100 emails in like 2-3 minutes and Microsoft Graph has some limitations?
Hi, Do someone know how can to create an attachment instances with content and filegroup for send in specific instances? I need for version sdk 2023 I attached the cod fromversion 2022. NewAttachmentData newAttachmentData = new NewAttachmentData(args.Context,Configuration.informationNecessary.FileName, fileMerge_Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuration.informationNecessary.GropuName.Split('#')[0], Configuration.informationNecessary.GropuName.Spli (...)
Hello, In Field Matrix in "Standard areas", last tab, there is a checkmark for "user manual". What does that do? Thank you, Regards
We would like to run a PowerShell script periodically, to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to add that type of action in global actions (configured for the process). So currently we have to use a task, that is configured in TaskScheduler on the application server, to run it. Is there an option in BPS Studio to run a PowerShell script that is not connected to only one particular case data? Are there any plans to (...)
Hi everyone, Jarosław created a threat in which he points out that <buttons> elements are no longer rendered if they are used in an item list data row column.: https://community.webcon.com/forum/thread/5247 I tested the most common/likely elements and to verify which are supported by using this SQL query: select '<a>a tag</a>' + '<br/>'+ '<button>button tag</button>' + '<br/>'+ '<div>div tag</div>' + '<br/>'+ '<i class=''ms-Icon--EditContact ms-Icon'' title=''In Bearbeitung''></i>' (...)
Hi guys, is it possible to display a dynamic tooltip/information via the description on a form field? I should display a value including VAT on a value field that has no VAT and i don't want to use a new field. e.g. something like that: "Amount incl. VAT : {FD:166} * 1.19" Is there perhaps another way to display a tooltip on a form field other than via the field description?
Hi guys, Is there an easy way to copy content from one process to another, e.g. using the WFDID? For example, to copy the content of a text field from process 1 to a text field in process 2 using an action. Our users would like to have a feature to copy content from older processes to current ones if it is similar content. A kind of "copy template".
Hi, I am currently working on some tool management workflow in WEBCON and I have a problem. I have an items list with REST API as data source where user can pick and book tools for some time period. Time period property is not included in REST API so I'm using form fields for booking dates. Then I need to filter the items list using tools from REST API and dates from WEBCON database to exclude unavailable tools. Unfortunately i didn't find the way to do it using the REST API filter available in (...)
Hello all, I'm not sure if this is something that changed in the versions or I'm missing any configuration. I checked that users with the access 'Access and Edit all Instances' are allowed to select Available Paths even if they're not the assigned person. I know that although having the rights to edit the instances, it couldn't be moved and that yellow message was shown because another person was the assignee. This is not happening in my processes and I'm not sure if that was something ch (...)
Hello all, This might be a very simple question! I'm trying to set up a calculated date field using a concat function and then a text to date in order to format it to date, but I'm keep having an error saying that String '7/3/2024' was not recognized as a valid DateTime. It looks like the conversion function is not working. Do you know if that only works if selecting a field? Meaning, I need to create the concat information prior and then use the field in the conversion? Thank you
Hello all, I have a data table field where I'm selecting the fields using a SQL query. One of the field is a picker and I want to show just the Text and not the ID. I've tried many options but as soon as I try using the Database-Name, it's giving errors. I believe it's because the option has space on it : 'Non Ok'. But the system should overcome this right? Even using the DBO function, it doesn't work. Adding quotes is not allowed. I'm running out of ideas. Did this happened to any of y (...)
Hello all, I have a use case where for a parent workflow (let's say order) I'm starting many child workflows (suborders). There are some details which i don't want to duplicate on suborders like 'customer' for example - it should be stored only on order, but not on suborders. In the reports i have one report for orders, second one for suborders - on suborders I'm able to show 'customer' using custom column. With SQL like this: ( SELECT dbo.ClearWFElem(WFD_AttChoose2) /* Customer */ (...)
Hello all, Does anyone configured an action for Document signatures using the built-in action for Sign an Attachment with CoSign? I'm not sure how to establish the SOAP Url and login. I thought that selecting the attachment, the user would be prompt to login in DocuSign page and sign the document. Thank you
Hello, I'm looking for help in changing the format of values stored in COS_BpsID, on my test server the user IDs are stored as UPN (user@domain) but on the production server the format corresponds to samAcoutName (domain\name). How can i change my production configuration to match UPN format? Thanks in advance
Similar to that thread: https://community.webcon.com/forum/thread/969/15 on initial step on path action to count attachment did not work ... doesn't matter if element is saved or not. The attachment was added by item list.
Hello! Why does Webcon suggest configuring simple recovery model for the databases during installation? Does this only apply for the installation process or is this also recommended for the productive system? For which Environment does this apply?
Hello, Has anyone else had problems with the designer? I'm talking about crashes while making changes or situations where you save your work and later realize that around 10% of the changes didn't actually get saved. Does anyone know what might be causing this? Version: 2023.1.2.68 Thanks.
Hello! In the form, I have a list of items X that is sorted by column A in descending order by default. How can I set up an action to generate data into a .docx file or specify an attribute for the list of items in the .docx file so that the exported table with the list of items X is sorted by column A in ascending order? The descending sort by column A is because the data is being added to the table in the form, and there is already a lot of it - scrolling to the end of the form to see th (...)