WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > General

General

Hi folks, as we want to move away from using technical fields as variable replacement because of the sometimes pretty strict field limit, I was looking into alternatives. I know that with the new version, it is possible to create automation variables which are VERY useful, but is there a possibility to create a variable ( maybe through JS formrule or something along this line ) which is usable in a whole workflow or step. Thanks in advance :)

I'm using {COM_NIP} field in generated html files. How can I use this field in DOCX?

Hi folks, We have a Word File with three data tables from Webcon in there, which will be generated and converted to PDF, then put into the attachments. The thing I have struggled to figure out until now is, how to hide or not show a table when the corresponding data table in Webcon is empty. I know that it is possible to use Business Rules in there, but again none which use parameters. Is there a way to bring a bit of dynamicity into the Word Add-In? Best regards Fabian

Hello, just struggeling with setting up the REST API to create new elements from external app. It works fine in application context but I do not find a suitable guide on how to do this in user context. Do I have to enter the username and user e-mail-address in the mask as I assume? What is the "Authorized Redirect URIs" good for and where do I get this from? And: What is the main purpose of this setup instead of an application context? Can someone please deliver a good example? (...)

How does one go about creating separate environments for different purposes

Hi, I have an issue with a web part grouping the same title twice. For example, I have 10 items with the title A. Instead of all items being grouped in one group, I have a group titled "A" with 7 of the items and another group also titled "A" with the remaining 3 items. Does anyone have an idead what I should try/check? Thanks

Hi, i have a problem with upload mail content (*.EML files), with Microsoft Graph settings. EWS Basic Auth works fine, but Microsoft Graph doesnt work. I getting a broken EML files

Hello, Is there a way to check a specific user AD group membership? I want to type a user in a field and then I want to see on which groups this user is(based on AD). It would also be great if the list of groups would be loaded into a list items. I read this: https://alterpaths.com/webcon-admin-process-checking-users-groups/ but it didn't work on me. Can you help?

Hi folks, I need to grant task assignments to a specific user, for already existing specific instances. And a select other person, which is already assigned, should be unassigned. Except for the "Add/Remove Privileges" Action (which is not what we want), I have found no way to switch task assignments. Is there a way to do it, preferrably via a MenuButton? Kind regards

Hi folks, As you (to my knowledge) cannot add a html field, like you can do in dashboards, I wonder how to get code into the very first page of Webcon. Our goal is to redirect directly into a specific application, but we cannot use the URL rewrite module of the IIS. Best regards Fabian :)

Hello, Does WEBCON use Spring (java)? Is WEBCON vulnerable to Spring4shell CVE-2022-22965?

MVP

I’m really struggling to create an email notification that would look good on all possible devices. I successfully created the HTML but the editor in designer studio is adding some parts code out of nowhere, deleting other parts and duplicating whole blocks of code after saving. Is there a way to work around it? Can Webcon change the editor to not do that?

Hi, I am having a problem when sychronizing Azure AD users to BPS, is there any possible way to not synchronize all users from the directory but instead just users assigned to an OU or Security Group. The reason i am trying to do this is because of data privacy concerns of a customer who has users of multiple subsidiaries split into different OU's and to declutter my people fields. I know i could just create a BPS Group and assign the AAD Group which holds all user i want to be shown in the (...)

Hi, I need to create an action / rule that will work like this: I check the VIES checkbox (file1) and then I have to add the attachment assigned to the vies name (file2). If checkbox is selected and the attachment is not associated with the correct name, then an error message appeared.

Is there any way to check how many attributes of each type have been used in a process (I mean not manually)? Thanks in advance :)

Hi, I am populating 'WorkflowID population' form field based on the 'Select Marketing support' selection. Select Marketing support is basically the the type of the request. upon Marketing support selection, populating it's Workflow ID in the 'WorkflowID population' form field. Once that is populated, I need to set a default value 'Workflow name - test' form field. I have created a business rule with below If else condition and set as Default value on the 'Workflow name - test' form field b (...)

Hi All I need to ask for your help :) This time I need to update permissions for tasks on separate processes/applications, not linked together. Let's say I want to give permission to read a document for some domain user or user group. The problem is that I can't modify these processes. I cannot modify data from the database side because the manufacturer forbids it :/ My idea is to create a new process and use it to update permissions on other processes/tasks, but I don't know if it is (...)

MVP

Hey! I'm wondering if it's possible to disable the attachments on the form. I don't want to hide them, I just don't want the users to add new or delete existing ones. Any ideas how to implement it? Thanks, Martin

We have to now comply with SOX and part of the requirements is to list all WebCon apps and permissions/priveleges for each level and the groups/people in them. Is there an easy way to dump all permissions/priveleges for all apps to a text file, pdf or other? If not I'll have to go through and take screenshots of each in designer!

Hi community! We have 2 Webcon farms (DEV/TEST/PROD) with the same application (6 servers in total). Our deployment chain is from Farm1 (DEV), which is the application source to all other servers. We have defined a global constant for Portal Url, which is used in whole application (for redirects and so on). This scenario works fine on one farm. Is it possible to find out within a businessrule (or maybe SDK rule), which BaseUrl current system has? I do not find anything in c (...)