WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for log

(...) bworkflows or not, which columns, etc. BUT basic version is about WHO clicked WHAT (and WHEN) in the process. What is also CRUCIAL...such solution MERGES ACTIONS and COMMENTs on one list in chronolog ical order - you got one place when you read history of actions with comments SORTED by time. You do not have to jump from history into comments and have a look on action times from 2 PLACES. You got (...)

(...) But, for example, if you want to add an event to the group's calendar POST method https://graph.microsoft.com/v1.0/groups/{group_id}/calendar/events The api needs to run in the context of the log ged in user, not in the context of the application. That's why I added authorizations in webcon: screen1 I added a connection to this authorization: screen2 Then in the REST action I added this c (...)

(...) s iems are visible there). This seems to be something that should be there, but was somehow forgotten. Calculated values make no sense in the calendar reports now If they can not be chosen in any dialog , especially for coloring. Has anyone came accross this problem? Can it be overcome somehow?

(...) I have request from business to create report that will be showing all instances , which current log ged 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_Config (...)

(...) ach would work, but than I can't update the item list row. I could use some if condition in the item list to execute only a part of the item list. This would work technically but I would still get a log entry in 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 workflo (...)

(...) ent i have to go this way. When creating a new substitution in 2023.1.2.44 i get a "Bad request" error when saving the substitution. Attached you find the diagnostics session and develeoper tools log . Any ideas what is going wrong here? // diagnostics json { "session": { "id": 565, "sessionGuid": "2c8664cd-1862-4978-9355-1d0b7c3c47d5", "userTime": "2023-08-31T05:51:09.457 (...)

(...) splay name in addition to the BPS ID? I just spend about three hours hunting down the exception: Unable to cast object of type 'System.DBNull' to type 'System.String' at WebCon.WorkFlow.Businesslog ic.ElementManagement.Checkouts.ElementCheckoutsRepository.UpdateOrTakeOverParameters.UpdateAfterUpdateTime Best regards, Daniel

(...) Hi everyone, I tried to connect to one of our sharepoint online sites. For some reason, I get a message that the log in or username is not correct. (see screenshot) If I use the same log in data for our on-prem Sharepoint 2013, it works fine. (see screenshot) On the Sharepoint online site which I want to connect, I am log ged in with my valid credentials and I am both in the member and the owner (...)

(...) Hello, is there any possibility to sync users from local AD, and get pictures from AAD? I've been looking at the docs, and changelog s but found config only for AAD alone. If not sync - maybe there is a way to bulk import it somehow?

(...) possible to create .bat script to run exact environment, e.g. TEST to the specific database e.g. BPS_Content_1 The script "BPS Studio PROD Database 1.bat" could then alike below runas /user:Domain\log in "C:\...\WEBCON Designer Studio.exe -portalAddress https://abc.xyz -databaseID or -databaseName" That feature would be helpful :) Best Regards, Dominik

(...) iguration cases. These errors appear during Diagnostics and additionally prevent saving the Diagnostics Session. Does anybody have similar issues with Webcon 2023? I tried to find it in the changelog s but with no success. MSG while trying to save the Diagnostics Session: "msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64 (...)

(...) T Web service - Request Url: https://domain/api/data/v4.0/db/1/elements/2450/admin/privileges Response Code: BadRequest (400) Exceptions: Rest service call failed. Http code BadRequest (400). Inspect log to get more information. Can someone help? Thank you.

(...) cling the check action and - if docusign docs status = completed - move the corresponsing workflow to the next step. the "wating, then do something if status is xyz" really frustrates me as the log ic is super simple, yet I cannot seem to accomplish this. could someone help me out and explain it to me ?

(...) 6 I do get the following error(s): WebCon.WorkFlow.Model.Common.WorkFlowException: Plugin 13 load error.: Object reference not set to an instance of an object., at WebCon.WorkFlow.Businesslog ic.DataHelpers.SDK.SDKPluginsActivator.CreatePluginInstance[T](Int32 pluginID), at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() (...)

(...) F1%2Fapp%2F68%2Freport%2F225:2 Uncaught ReferenceError: uxContext is not defined at HTMLButtonElement.onclick (view?returnurl=%2Fdb%2F1%2Fapp%2F68%2Freport%2F225:2:86) i checked also console.log (window.uxContext) - it is the same situation. Do you know how it was changed and maybe how to replace it ?

(...) s to steps and paths. When I change the language from the portal the preview picture of the workflow does not change. Should the language of the workflow preview change based on the language of the log ged user? Regards

(...) not refresh Version: 2023.1.2.68 Solr Index Queue has all processing pending on the error: Activation error occurred while trying to get instance of type ISolrOperations`1, key "" Admin Event log s: url: https://***.com/api/nav/db/1/app/12/activities/filter/0 | action: GetWithFilter ip: 1.1.1.* | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Wind (...)

(...) lder. I am encountering difficulties in uploading the file to SharePoint using the REST action with the Graph API. I get this error: "Invoke REST Web service test (2) - Request Url: https://log in.microsoftonline.com/f656719a-4d1c-482b-be59-564f8c2af72d/oauth2/v2.0/token Response Code: Exceptions: Cannot add value because header 'Authorization' does not support multiple values. " I (...)

(...) ement). Still I can't understand why "today" is regarded as the future event and why plans do link to the elements and history events can't. Am I the only one thinking that this is inconsistent and illog ical? Why can't I decide what elements should be displayed in both groups simply by filtering the data sources values?? And why does my old vacation process allow me to display future elements listed (...)

(...) e and webcon would run it on every page load (especially the pages outside of apps as there is no way you could perform anything there now). This way you could force a user to "punch the clock" after log ging to webcon (load and start a dedicated workflow) or show some important information after the user log s in.