K2 Five
-
K2 Five SYNC (AD\LDAP) - Excluding specific objects or OUs during Syncing is not possible currently
Currently, When we add a new domain to the K2 Five Identity Sync, there is no option to Exclude specific objects or OUs. Customers with multiple domains may require this feature as there could be same ID across multiple domains. In which case, searching by User Id or the First Name/Last Name appears to have multiple results for the same user which makes it difficult to pick the right account in the result set.
30 votes -
5 votes
-
View dependencies of service instances
It would be useful to be able to view any dependencies of service instances e.g. what smart object methods might be using a particular SQL service instance.
Quite often when moving to a new company, I find that people have created service instances, SQL instances, from custom brokers, etc and then ditched it and then started again with a new one. Probably occurs with early days development. But it would be good to be able to delete any custom service instances that are not required / being used.
14 votes -
Update the SQL Server Reporting Services Broker.
I would like to submit a request for the revaluation of removing the SSRS Broker from “legacy” status back to active support/development. There are still many on prem customers that use SSRS including my current customer.
This could be accomplished in a few ways that would be of benefit.
Option 1: Update the current broker project. This is the quickest and low hanging fruits. The necessary web services that the current broker reply upon exist in SSRS 2016. This has been validated in a fresh build of a test environment.
Change the reference from depending on the ReportViewer 2005 to…4 votes -
REST broker support for additionalProperties and header parameter types
It would be great if the REST broker supported additionalProperties and the header parameter type out of the box:
2 votes -
Exchange Online Smart Object Create Email parity with Read
I would like to see the Create method in the Exchange Online - Email SmartObject have features identical to the Read method.
For example, we are currently unable to send email (via Create method) with confidential sensitivity even though we have the capability to read those flags.
3 votes -
Creating users folder from Active Directory
Looking for the ability to add a home folder in our shared drive from Active Directory.
Normally when adding users in Active Directory, after selecting the letter for the drive and typing in a file path, the folder would be created in our file share. K2 has the ability to input these values, but in order to create the folder, you currently have to go into Active Directory and hit Apply. I would like to eliminate this step.
Linking the ticket for this request: https://portal.k2.com/ticket/actionowner.aspx?SN=2521020_872
Ticket #187030
1 vote -
Ability for K2 Power Automate feature to be bi-directional
With Power Automate integration, you currently can only can call the K2 Workflow REST API from Microsoft Power Automate. Would like the ability to call the Microsoft Power Automate API from K2 as well.
Power Automate Web API: https://docs.microsoft.com/en-us/power-automate/web-api
2 votes -
Retrieve envelope values from DocuSign
It would be helpful to retrieve the values entered in the DocuSign fields (tab) so they can be used by workflows in other operations after a document has been signed.
4 votes -
DocuSign API Integration Enhancements
There are several methods in DS API that need to be brought into the Service Broker. K2 should by it from Bytezoom, and bring it in.
2 votes -
REST Swagger Parameter Ref Support
Currently, using $ref in a parameters does not work:
"parameters": [
{
"$ref": "#/parameters/UserId"
}*this can cause the path to not show up as a service object method
Instead, we have to define it directly in the parameters:
"parameters": [
{
"name": "UserId",
"in": "path",
"description": "User Id",
"type": "string",
"required": true
}
]Although, this feature does exists in Swagger 2.0:
Would like support parameter $ref for the REST broker in the future.
3 votes -
Exchange integration for shared mailboxes
The community exchange service broker (which per K2 community is no longer being maintained) would allow for K2 to see into shared mailboxes, list emails, etc. I am told that the integrated Exchange broker in K2 5.x does NOT have this feature. It needs to be added...we need to have the ability to manage emails via K2 for shared mailboxes.
While you're at it, the 'move email' method also needs to have a return property with the new email ID of the email. That's necessary functionality.
2 votes -
Support For 2-way SSL Certificates
k2 needs to support 2-way ssl certificate for authentications. This become very import for connecting to items like layer7 XML gateway for accessing other systems. This is a very common feature in today's web service world.
8 votes -
Add custom attribute to OOTB AD service
Active Directory already provide with custom attribute for users and groups. These attributes use to determine a lot of things that is not catered by common Active Directory attribute that are used by internal Microsoft Application to suite the company/organization needs and usually used for identifying users/group with that company/organization internal definition. We utilize the custom attribute a lot from generating Address Book Policy, Distribution List, Sharepoint Security etc. It would be beneficial if we could also have all the OOTB default custom attribute (users and groups) from Active Directory to be read and write in K2. Especially now Microsoft…
10 votes -
SQL Service Broker to support temporary/transient SYNONYMs within Stored Procedure
When using temporary/transient SYNONYMs within Stored Procedure, i.e.
ALTER PROCEDURE [dbo].[synonymTest]
AS
BEGIN
SET NOCOUNT ON;
if exists (select * from sys.synonyms where name = 'equipments')
drop synonym equipments
create synonym equipments for Material.dbo.Equipment
SELECT * FROM equipments
drop synonym equipments
END
It'll execute successfully via SQL Management Studio. However, when surfaced as a SQL Stored Procedure Service Object, properties are not surfaced. Having support for temporary/transient SYNONYMs Stored Procedure would be great.
2 votes -
Add Name and Surname to the ADService2
Add new attributes Name and Surname to the ADService2.
We need to work with those attributes in list views as a separate list view columns allowing us to search and sort.
(using an expression and splitting the Display Name values to two separate list view columns does not provide ability to sort and search).2 votes -
Support for Enterprise password vaults
What is needed is support for integration to have support for static accounts to have their passwords stored in enterprise password vaults, ie cyberarc. This would allow the password vault to manage the password changes and allow for automated password rolling. When there are many account that have to have the passwords rolled manually in a period it become a very error prone process.
4 votes -
Build a System Center Operations Manager Module for K2
Existing SCOM managed environments already in use in enterprise environments. Basic metrics like web app pinging, service account status, error traps.
3 votes -
Allow the Active Directory User object to support distribution groups.
I am getting major user push-back on picker control's because they want to add distribution groups to their forms as well as individual users. "If outlook can do it why can't your form?" <- this is what I am dealing with. The limitation is you guys. I Can do two different pickers, one for groups (using UMGroup SO) and another for users but this is a very inelegant solution.
4 votes -
Enable Dynamic Query
| Unable to support store procedure that having temporary table or execute dynamic query inside. Unable to support the complex stored procedure, just the basic SP (e.g. basic select). May not able to meet some of the users requirements, or cost more time to Developer to design/think of solution. |
1 vote
- Don't see your idea?