Complete our Nintex Community Survey
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
The ultimate goal is to be able to filter by a single date (Start Date) or by date range (between Start / End Date), and a Room Condition (Vacant Task is the name in the SmartObject) if specified. I was able to get the Room Condition to filter without any issue, however the dates are not filtering as expected. If I hard code a date in the view filter, it will work. If I pass a date from a calendar control, the filter does not filter the results. The filter configuration (Left side is value being returned by the SmartObject, Right is the SmartForm control) I have two views (Filter View, Worklist View) I have a list item click event to show the value of the Date of Move field: Fields available from the SmartObject: Results from K2 Management when I execute the SmartObject:
Hi, I am having some issue with creating reference for a loop step. I have a list method and output for the list method is given below. Now I have a step to create the reference using the same list method and I am using reference item to take each value from the list output. Unfortunately list item is giving a concatenated value as the value of each item. List Output 29669 31/01/2021 71804 31/01/2021 84656 31/01/2021 Value coming as reference item 296697180484656What is the mistake I am doing while creating the reference? Regards,Madhu
Is it possible to prevent users from typing in the picker control and to force them to use the look up (search)?
We are loading the form using server rules to improve the performance. But if any failure on the server rule call then system throws server error popup message there its in xml format. We have “When the form is in error” rule but it executes at client side and the server error is not reaching this method. So system shows the server error what its getting from the k2 server. How can we customize the server errors in k2?
When I refresh Service Instance after add new service object to K2 Connect , system display error : Values can not be null Parameter Name: s What action should I take to fix this issue, because now I cannot execute new SMO (SMO of new BAPI) ?
I have the question as below1. Put 2 values include MG and AM in POSIT_SYS2. need to put start with some char (IT) in SECTCODE3. select null value only in RESIGN
Hi allSince nintex acquisition, does anyone know how to request license for partners? We use to be able to do this through portal.k2.com. And its no longer available..
Can you help with advice?For my broker, I need a newer version of the Newtonsoft.Json library, version> = 11.How can I specify the path to the new version of the Newtonsoft.Json library for my broker (at startup, broker, K2 uses version 10)?Are there any workarounds for the solution?
Hello All,We’re in the middle of upgrading our systems from K2 Five 5.1 to 5.4.We have a set of servers (Prod, Test, Dev) in 5.1 and we have a new set of servers that will host 5.4 in the end (we hope).As part of that effort, our consultants installed 5.1 on our new servers, migrated the running instances, and “brought them to life” on the new hardware. But they were unable to complete the migration to 5.4 and so we have had to roll back to our existing hardware.When we brought the existing 5.1 production server back up, we are now getting an error on a specific part of our application that states “ManagementWorklistObject table is unaccessible.” In troubleshooting this problem, there are some suspicious looking error messages in the windows Application Event Log.[In Chronological order]8050 Received BAD Header From 10.1.97.88:167810702 An error occurred in the <consultant>.Service.SmartK2 Service Instance. System.Reflection.TargetInvocationException: Exception has been thrown b
I have a two button radio button list with static values of Yes or No. If on the smart form the submitter selects Yes the smart object create method readily stores the Yes value. Later in the process the submitter has the chance to reject terms and conditions by selecting No. However I cannot get this value to save to the smart object. I tried smart object save method and the view save method to no avail. Then I tried the action “When a control on a view raises change” and then using the smart object method to save.This sequence was written in an unbound rule and wasn’t called until the request ID parameter was specified and the workflow activity was specific. However this sequence appears to trump all other rules and fires when the submitter first selects Yes before clicking submit resulting in two Request ID;s created, one with only the Yes value and one with all the other data besides Yes.Could this strange behavior be because the unbound rule was systematically placed under the vie
I have multiple controls on my view which are basically split up into 4 different sections. On top of the view I have a dropdown list, depending on the value I choose from there it shows/hides certain controls.The problem I ran into is that when I e.g only want to show Section 1 and 4 (so there are multiple controls inbetween those that are being hidden) the space that is being occupied by the hidden controls doesn’t disappear and I have a large white space in the middle of the view . See screenshot:Is there any way to make the space thats being occupied by hidden controls disappear, as long as they are hidden?
How to Get the Error List about a workflow?like here
Hey all,Using K2 app on an iPad, i have encountered a frustrating issue with entering input into a search field. the on screen keyboard flicks up and disappears if I type anything into the search field. The only workaround is to click on the search button and type it there. Have any of you had this issue? Could you please let me know what you did to fix it?
Hi,I just noticed that the “Enable Paging” checkbox is being disabled when “Enable list editing” is checked. Is there any way we can get both functions for a List View? I would need to have the Pagination and Edit function.Thanks in advance.
Hi! I have a problem with search results. On smartform when I click Search button, I get ok results on first page and every other page. But, when I click Enter button, the first page results are random, than I go to the second page and there I have ok results, then I go back on first page of results and they are corrected and ok. How can I get ok results on first result page after clicking Enter, without this random bug page results?
Hi I would like to know that whether user gets authenticated using AAD only or is there any other authentication mode or provider?If user is not part of AAD ,then what would be expected behavior?
Hi,I have a query from customer on the use of IAC (Infrastructure as Code) for K2. Can we integrate K2 into IAC as part of deployment.
Hi guys, we are unable to luch apps from out catalog, look that “Launch” bottom is dissable.
i followed this articlehttps://maverick0607.wordpress.com/2017/05/02/k2-rest-service-broker-v4-7/to create service instance for microsoft grapheverything is fine before step 5, i got the oAuth token successfullybut i can’t save the service instance, popup error message:VALIDATIONSourceCode.SmartObjects.Services.Endpoints.Rest.Exceptions.RestBrokerException: Unhandled Exception while describing service (Inner: The remote server returned an error: (404) Not Found.) ---> System.Net.WebException: The remote server returned an error: (404) Not Found.any help will be appreciated
Hi,This is an open question from long. Is there any solution in K2 Five?If not in K2 Five, then do we have any solution in any of the K2 version? Thanks and RegardsSindhu Kodikal
when i create list items from workflow they are created with user sharepoint app. Is there a way of changing the user that creates the item from the k2 workflow ? it seems full control is required to see the items created
Hi, i am getting this error during creating an app on K2. Five
Hi,I wanted to manipulate my editable list view to have a scroll bar but have fixed column headers. I tried to do what’s written in this link:https://www.velocity-it.com/knowledge-hub/freeze-k2-list-view-header/In this link, they are using data labels to inject jQuery Scripts that will handle the scrollbar and header, but it doesn’t seem to work for K2 Cloud SmartForms / Views.Any idea how this can be achieved?Thanks.
They have bound to two different SmartObjects, ideally double click on each row in List View “A”, then it should pop out a subview “B”0 to show the details of “A”.
Hello K2 Community,I have created a new ‘Publishing’ site on the SharePoint PROD environment of my organization. And I am deploying a K2 five package from INT of but when I select the target service instance it can’t find the new site created where I want to deploy. After that I have tried the same on INT environment. Created a new SharePoint publishing site and deploying the same package on the INT environment. So when I select the target service instance , I can’t find the new site created. Please suggest the possible solution for this issue .Regards,Deepti Verma
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.