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

search results

for script

(...) Hello, I’m looking for a way to add an attachment within a PowerShell-action. I’m having an action “Run a PowerShell script ” where I’d like to add an attachment to the currently running instance with the help of a WebCon REST API call. The problem is that while processing actions WebCon locks down the instance and I couldn’t find a way to make any changes to the process. I use the parameter “forceC (...)

(...) ation.AUTM_Name , actionDefinition.[ACT_ID] , DicActionKinds.EnglishName ActionKind , DicActionTypes.ObjectName ActionType , actionDefinition.[ACT_Name] actionName , actionDefinition.ACT_Descript ion actionDescript ion , actionDefinition.ACT_Configuration actionConfiguration , templateAction.ACT_ID templateId , templateAction.[ACT_Name] templateName , templateAction.ACT_Descript ion temp (...)

(...) abel in a form rule. We did some hacks in the past (e.g. renaming a tab in a register depending on some conditions), but since these changes are relying on HTML markup of a specific version, these script s will definitely break in the next major version. Is there a better way to rename a tab in a register card? Unfortunately I didn't find a built-in function for that. Thanks a lot in advance (...)

(...) https://community.webcon.com/posts/post/wfhistoryelements-and-wfhistoryelementdetails-tables-descript ion/56/26

(...) ter moving some items to archive database, but not sure. How to fix this issue? Service: WEBCONPROD Log Range: Solr Message: SOLR indexing failed Category: Exception Role: SolrFileQueue Descript ion: SolrFileQueue item ID: 60607 Type: AttachmentMetadataAndContent ATT_ID: 181565 Whole process duration: 0,00s. Attachments: 0 (with content: 0, corrupted: 0). Exception at ID: 93238 W (...)

(...) uld add a text at the bottom of the textbox, however the text appears besides the user inputed text and i just can't figure out how to change the formrule for it to appear in the nextline without javascript . I appreacite every help i can get.

(...) 10px; z-index: 9999; font-weight: bold; } /* Compensation so that the page content is not obscured by the banner*/ body { padding-top: 50px; /* adjust if necessary */ } 2. Create a JS script to show banner in this case you can use the behavior settings in the Webcon BPS Designer --> Navigate to the application (where you want the banner) Go to Behavior settings Add a new JS Scrpt rul (...)

(...) pdate LOG_RowVersion LOG_WFID LOG_AdditionalMessage LOG_ActionSucceeded LOG_Duration LOG_ActionType LOG_TransactionType LOG_ParentActionID LOG_ShowOnlyInAdminMode LOG_ACBID LOG_Name LOG_Descript ion LOG_SectionGuid LOG_ASEID LOG_ActionExecutionGuid 409 1022 187 495 1061 2 20-03-2025 19:26:15 20-03-2025 19:26:15 System.Byte[] 1021 Version: 3 FALSE 0 2 3 FALSE Rollb (...)

(...) K extensions created by authorized WEBCON partners, who have signed the extensions with their key previously provided to WEBCON, can be run on the environment. For environments running under a subscript ion-based licensing model, no action is required – the WEBCON BPS SDK Framework is licensed by default under this model. The SDK plugins can also be used freely in time-limited environments (demo (...)

(...) Descript ion of change: In the low-code system in the Comments field, the System Administrator should be able to delete a comment added by a user. First option: The deleted comment will not be visible to normal users. (as if it had never been added) OR Second option: The deleted comment will be replaced by the default type text: {username} delete added comment (something like deleting a mes (...)

(...) o work with on the SharePoint site. Right-click on the page and select "View Page Source" (or use the browser's developer tools). Look for the tags in the code, which contain information like page descript ion, author, or other details. You can then copy the content of these meta tags, such as the or . To apply these tags to another page, you can paste them into the new page's HTML structure or use a S (...)

(...) mobile apps: iOS: let imagePicker = UIImagePickerController() imagePicker.sourceType = .camera imagePicker.delegate = self present(imagePicker, animated: true, completion: nil) NSCameraUsageDescript ion needs to bee added to Info.plist Android: val cameraIntent = Intent(MediaStore.ACTION_IMAGE_CAPTURE) startActivityForResult(cameraIntent, REQUEST_IMAGE_CAPTURE) To force this the functiona (...)

(...) ould be better, if the action wouldn't be executed then throwing an error. This is probably a partner only problem as it's unlikely that end customer will change their license for example from subscript ion to perpetual. Best regards, Daniel

(...) so on... What I am trying to do is a POST to an automation endpoint, which starts another workflow in its automation (very simple). But all I am getting is, regardless of what I do: { "descript ion": "Invalid scopes", "guid": "48078ebb-424f-4a0f-9a27-7e67e408e148" } The guid cannot be found in designer studio, there is also no automation log. Remark: The endpoint with a datasource (...)

(...) ion and will require creating repetitive code. I would suggest the following: Create a new "type" "SQL function" Properties would be similar to a business rule: Name : GetFirstTextPart Descript ion: Will split the text by the line break character and return the first part of the text. If no line break character is present, the input will be returned. SQL Command CASE WHEN CHARINDEX(CHAR (...)

(...) Hi, is it possible to do it via javascript is the main question. i know that this could be done via sdk(c#) and there is already an example guide of it on the forum, but i was wondering would it be possible to create a parser in javascript , that can be loaded maybe by the hotfolders option ?

(...) utes successfully. Here's a sample of the payload that works perfectly in Swagger: { "task": { "userId": "xxx@gmail.com" }, "delegatedTask": { "userId": "yyy@gmail.com", "descript ion": "Changed by REST Web Service", "sendEmail": false, "emailMessage": "" } } It returns 200 OK with the message Task was delegated. When I try to execute the exact same request (...)

(...) vantages: Adds complexity to the solution, requiring basic OS-level administration skills from the WEBCON developer. The developer must implement and handle the PATCH API logic in the scheduled job script . Scheduled jobs must be explicitly cleaned up after execution to avoid polluting the Task Scheduler. Open Question: Do you have alternative approaches for handling long-running operations in WEB (...)

(...) Hi, we are considering changing the domain for users in AD in our company, which will consequently result in changing logins in BPS and losing permissions. Are there any script s available that would allow us to update the tables so that we can preserve the existing permissions and access rights for users? What about licenses? Will they be revoked for the old logins and assigned to the new ones, or is (...)

(...) Please give us the option to remove this giant patch of white snow above the table. When I hide the table name and descript ion, the lonely refresh button just sits there on its throne, creating a massive empty space that’s… let’s say, not the most elegant design choice. :) A toggle or option to collapse it would make the screen look much nicer. Thanks!