Hello Everyone Have you encountered a case of disappearing buttons at the bottom of the form - responsible for going through the path, recently I noticed problems with the font (bold text that disappear after refreshing the page several times) when displaying in Chrome. Now currently I am struggling with the problem of disappearing buttons (screen) for users. I thought it was related to Chrome versions older than 130.0.6723.92 but the problem also occurs on this version. A funny workaroun (...)
Hey I have two choice fields Product Group and Product Category (groups are within the categories) so I have created filter that when somebody selects certain category they can only see in choice field product group, groups that are within the specified product category based on dictionary. However now is coming the problem that sometimes business would like to select two or more categories and when they do so the product group is empty. Is there a smart solution for that? Maybe in case of s (...)
Hi guys, in some use cases we need to have some formatted text based on an textconstant on a pdf dokument. Therefor we have some logic in the application which places the text in a given multilinefield if a date is changed in a special way. The texttemplate ist displayed correctly in the application and in the word, if the user did not make any changes on the text. But the user has to make changes on the text because its only a template-text which has to be customized. If the text ist c (...)
Hi everyone, I've noticed a strange rendering / displaying of data tables. I attached a screenshot: 1) This is how the data table looks like if I refresh the browser 2) The mouse overs work fine 3) "Dragging" the data table "displays" the table correctly. 3) can also be achieved when the data table is in a tab and you switch tabs. The data table is displayed correctly when getting back. We haven't modified the process in months so my best bet is that this has something to do with t (...)
Hi, I'm trying to configure the SOAP endpoint provided by Oracle WebLogic. However, nothing happens when I import the WSDL, and SOAP methods aren't imported. Webcon does not show any errors during this process. I tried to load the WSDL locally from a file, but with the same result. Does Webcon support a connection with the SOAP endpoint provided by Oracle WebLogic? Have you ever encountered this issue? Webcon version: 2022
Hi there I've got a concurrency error when I tried to import my application from test environment to either developer or production one. Does anyone know how can I fix it?
Hello all, I have a process to request shipments. There's a step called In Transit that is system based on a timeout which will move the request forward as soon as the Estimated date is reached. In the next step, the user must enter the actual date for the delivery. I was wondering if I could be able to: - Move the request if in the tracking information, it shows as deliveried - Enter the date I was told that for some transport companies, we can check directly in their website but fo (...)
I have got Item list with 2 columns 1. Category (A) 2. Points (B) Column A and B use dictionary process where if is set A then filter B to A value and in column (A) I can pick Value then >> in column (B) points I can pick more than 1 value . so I can have: (A) >> (B) A >> a,b,c,z B >> a,z,dd,x C >> a D >> a,b and now in sub process I would like to split this table to: A >> a A>> b A >> c A>> z B>> a B>>z .... D>>a D>>b how to do it? probably is easy like 1-2-3 (...)
What is the possible and if, the most efficient way of getting data from a dictionary into a js file that is supposed to read all the items from said report ? SQL(business rule, then convey it to the js file as an argument) or we can natively do it in js ?
I need to fetch all available rows for specific picker. I have used api endpoint /api/data/v6.0/db/{dbId}/elements/resolveFieldValue/{idguid} The api return only first 100 rows It is possible use pagination or sth like that ?
Hey, I am synchronizing the user list according to the instructions. I have filled in the domain, the user has the right to view AD, I have checked it by adding a new data source and the data appears there. However, after pressing the Synchronize now button, the message Task has been added to the service appears and nothing happens. No entry in the history appears either, as it is shown in the instructions. What could be the cause? Maciej
Hey Webcon Community! I have hard time finding solution so hope you can give me some hints. I am building application for business trips. Users will have to fill out two type of data: personal data and many other information's like purpose of the trip, transport and so on. Is it possible that users have to fill out personal information only once (first time they are using application) and in case of next usage of application personal information could be filled out automatically based (...)
Hello Community, I’m reaching out for help with an issue we encountered while integrating WEBCON BPS with AAD. In this instance of WEBCON BPS, we’re using Azure Active Directory for both authentication and user list synchronization. Our goal is to manage AAD directly from WEBCON BPS. According to the documentation, we need to enable Active Directory Actions Configuration. However, regardless of how we enter the user credentials, we encounter the following error: “You have entered invalid (...)
I have just installed a new instance of webcon. On the first screen Authentication in the portal, when I enter the admin password, the application clears the password field and nothing happens. There is the same reaction as when I do it through the browser. I enter the correct password, because if I enter it incorrectly, I get a message about it. When I do it locally on the server via the localhost name, it is ok. When I do it from another computer, there is no response. What is the p (...)
Hi, I have just installed a new instance of webcon. On the first screen Authentication in the portal, when I enter the admin password, the application clears the password field and nothing happens. There is the same reaction as when I do it through the browser. I enter the correct password, because if I enter it incorrectly, I get a message about it. What is the problem? where are the logs Maciej
Dears, I am quite newbie here and I am delighted with the number of interesting topics here. I hope someone will be able to help me with the LDAPS protocol. I need to integrate WEBCON with several domain controllers using the LDAPS protocol. There is a trust relationship between the domains. When integrating the main domain via LDAPS, WEBCON only sees users from the main domain, excluding users from trusted domains. When using unencrypted LDAP, everything works correctly. Is it possibl (...)
Dear WEBCON Team, this issue already occurred in 2022: https://community.webcon.com/forum/thread/1986?messageid=1986 Is there any solution or workaround for this? Thank you & Best Regards, Lena Schmidbauer
I have a problem to establish a connection to sharepoint online. I have chosen as connection type sharepoint online. When I enter the Url of the sitecollection and the user and password correctly, I get the Error message: "Unable to connect to the remote Server. The sign-in name or password does not match one in the Microsoft account system." As the account that I use to connect has not MFA enabled the reason for the error must be, that webcon uses legacy authentication, which is not allowed o (...)
Hi! I have a question on how to direct visibility of attribute based on which Tab is active. I created a group of attributes then added tab panel and few tabs. In group configuration I checked Horizontal arrangement because I want attributes in tabs to be placed horizontally. Now I want to add new attribute below this horizontal ones (att2: field name "Wycofaj poprzednio złożone oświadczenie"). I want attribute like this in every tab, but different attribute in every tab (when I can check it (...)
I am trying to create Webcon SDK Plugin that will update multiple instances( update fields of different instances ) but I have not figured out how to get instance by a number. I have list of instance ids. RunCustomActionParams args, args.Context.CurrentDocument contains GetFieldValue method but does not contain any method GetInstanceById