(...) Hello, I am experiencing a problem with my SharePoint connection, which hAD been working properly until today. I've tried with multiple users and it is not working, same error. Webcon version 2022.1.4.174 If there is MFA enabled, is there a problem? Because it worked with MFA enabled. Any ideas?
(...) ble to which user, considering that all of them needs same privileges, the only difference is which one they see? Hopefully I've been clear enough so you can understand how to help. Thank you in AD vance.
(...) I have request from business to create report that will be showing all instances , which current logged user hAD task to do in the past. Some user can have more than one task in workflow. Is it possible to prepare such report and in SQL filter make a join statement similiar to this: SELECT * FROM (SELECT *, ROW_NUMBER() OVER(PARTITION BY [WFD_ID] ORDER BY WFD_ID DESC) rn FROM [BPS_Confi (...)
(...) HI, When installing Webcon, the SQL Server compatibility level is set to 120 (default). To use AD vanced functions like `string_split` and data processing functions from JSON, it is necessary to manually change the compatibility level to 150. These functions are essential in developing more complex processes. If we manually upgrAD e the compatibility level from 120 to 150, Webcon will no longer (...)
(...) I set up OData user and API key as described here https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346. I do not have a problem to connect using Power Bi desktopapp but after uploAD ing report to Power Bi service there is a problem with refreshing although I set up on-premise gateway on Webcon vm - invalid credentials. Has anyone tried to connect from Power Bi service to Webcon (...)
(...) e relatively simple. I'm trying to establish a connection to my Site Collection in SharePoint and have entered the relevant data (Server and Site Collection, User, ...). When I click on "test", it loAD s for several seconds, and I get the error: Unable to connect to the remote server. Regarding my rights in SharePoint: I am the owner of the Site Collection. What could be the cause of this? Th (...)
(...) tery where exactly this error occurs at all and what exactly is the cause. Does anyone know where I can find more information about the error? (Without ACTID or GUID I can't search for errors in the AD ministration tool. Where else could I search?) Thanks in AD vance! ** The subworkflow directly follows a path that points only to an end step. No other actions are performed on the path. I have (...)
(...) ow much about attachments database but as i saw there are two places where i can find data : [BPS_Content].dbo.WFDataAttachmets and [BPS_Content_Att].dbo.WFAttachmentFiles When im trying to AD d attachment like always going step by step in my workflow everything is ok - attachment is being AD ded in both tables. But i also have a button making me back to previous step ( i am using Start El (...)
(...) Hello, I am trying to use the webcon REST API to create a new instance and to uploAD an attachment. I am having troubles finding the version that should go into the URL ex: /api/data/v2.0/db/{dbId}/elements/{id} (in this case is "v2.0"). How can I find the version for my project? I have used the following examples from webcon: https://community.webcon.com/community/public/posts/post/examples-of (...)
(...) After installing a new development environment, I have a problem with performing an SQL query to the BPS_Config database. The environment was installed with my AD ministrative account. From the database level, I can also see that the users of the service and the application pool (db owner) have permissions to the database. The application pool is the account indicated in the installer as the user to (...)
(...) Delete attachements action seems to be buggy after upgrAD ing from version 2022 to 2023. In my workflow I'm creating an attachement based on word template and assign it category "plik_word". After that I'm converting it to PDF, assingning the PDF a new category "plik_pdf". In the third step I dalete the attachements from the "plik_word" category. And it work perfectly in the 2022 versions, and now, i (...)
(...) Hello, I'm facing a new challenge, maybe someone alreAD y hAD to deal with it and will be able to help :) I've created some time ago process for handling Recruitments, which connects two departments - HR and IT. On starting form, there are yes/no fields for required permissions/equipment for a new person. * Access to system X * Access to system Y * Laptop * Wireless mouse After the proc (...)
(...) 1. In Automation (action) I create excel file from template and AD d few data to specific cells. 2. The excel file is attached to the form in attachment section. 3. I would like to create pdf file from that excel file. (i don't see that option) in design studio. what I would like to do: 0. create template with excel (done) 1. from fields update excel template (done) 2. excel template save a (...)
(...) Hello, how do I set a People/Group field to empty? When I use a rule to set the field to empty based on a condition it gives me an error on form loAD that says value cannot be converted to Boolean. "Error: Incorrect operation. Value cannot be converted to boolean.\n at g.convertToBool Thank you for your help!
(...) the history for each item in the item list. This will bloat the database as I would have to repeat this path until instance was handled. 2. Update workflow with item list and sub workflows InsteAD of updating the data in the item list, I will use the item list to spawn sub workflows for each row. The sub workflow would than fetch the data for it's claim, compare it and do the update if necessa (...)
(...) Hello :) I have an issue with attachments. I AD ded new .xlsx file into attachment form field - this was empty file with picture inside. Now when I am trying to open it in preview panel picture is cut like below. Does anybody have an idea what can be a reason? Thanks a lot for help
(...) Hello, how to bypass requirement with required field using Rest API. Even AD min mode does not disable this requirement.
(...) /v52.0/analytics/reportTypes/Opportunity But when I use the field as a Data table in order to check the information, the list comes empty. Anyone tried this? Do you know how to bring reports insteAD of using SQOL queries? Thank you!
(...) date&time picker system by default setup the time for 00:00. If we want to change the time e.g. to 7:00 and double click the "00", enter "7" system says that format date is inpropper. We have to AD d 0 prefix to hour "7", so it is "07". It is one more click + one more typing. Allowing format h:mm or even h:m would be ergonomy enhancement for faster entering the date & time data :) Best Regard (...)
(...) Hi everyone, maybe someone else is using some internal JavaScript objects and if this is the case, check whether you are using window.initialModel and make AD justments. In R2 it's gone. Most of the objects of the initialModel can be accessed via the liteModel. /api/nav/db/${parameters.dbId}/element/${parameters.instanceId}/desktop If you have no idea what I'm talking about, than everyt (...)