Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
I have a radio button list that has a smart object as its source. But the smart object requires two parameters. I can't find anywhere on the radio button list to provide the two parameters, so running the view immediately gives me the error:SmartObject property <field> is a required property for selected method List. Value must be set. I have even changed the stored proc underlying the smart object to have default parameters, then refreshed the SQL instance, but the error remains. Can someone help?
Hi, I am trying to deploy my package to our test server but I got the error below. Post Deployment: Unable to register dependencies for SmartObject, ReadUserRoles. For your guidance as I cannot deploy patches from my application. Regards
Hi All,I am trying to delete the completed instances via .NET API. Using Managment API i am calling DeleteProcessInstances method and passing ProcID to it, but it giving me error "28012 Process instance not found". below is code snippet for same.  WorkflowManagementServer WFserver = new WorkflowManagementServer(); WFserver.DeleteProcessInstances(4688, true);  Please let me know how i can delete completed instances, Thanks in advance.
Trying to register a new control (excel import/ export) from the cmd line using controlutil.exe  and received "Unhandled Exception: System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.050727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information at SourceCode.Forms.Controls.Web.SDK.Installer.Program.Main(String [] args)" then a seperate program pops up saying that "SourceCode.Forms.Controls.Wed.SDK has stopped working" with details Problem signature:Problem Event Name: APPCRASHApplication Name: controlutil.exeApplication Version: 4.15060.15300.4Application Timestamp: 562f6d17Fault Module Name: KERNELBASE.dllFault Module Version: 6.2.9200.22141Fault Module Timestamp: 58f11c17Exception Code: e0434352Exception Offset: 0000000000008e8cOS Version: 6.2.9200.2.0.0.272.7Locale ID: 1033Additional Information 1: f1744dAdditional Information 2: f14shsdkd432bbAdditional Information 3: 58d3Additional Information 4: 58b302eb5f82
Hi Team, I have requirement where user want file upload control on form which will browse file from SharePoint library and upload to form.Is this possible with file upload control in K2 blackpear (K2 for SharePoint)? I dont see any option to browse through library, the file upload control only browse through local system. Any help appreciated. Please suggest any alternative if possible. Thanks,Prafull
Firstly, Happy New Year everyone !!!! Anyone wanna try this and confirm whether I found my first K2 bug of 2018 within 3 days....??? 1) Create a Table, make it READ ONLY2) Then add a TEXT AREA Control3) Create a Rule that does Change properties on the TEXT AREA control to say READ ONLY Disabled (i.e. so it's writable) Now run the form and surely enough it lets you enter Text, but the backspace key will not delete any text. The only way to delete the text is to highlight it and press the delete key.... What's going on?
I have some K2 items and I have attached a attachments for them and set Access Level for them so non-registtered users can not see the items. But the attachments are directly accessible by putting their real url through browser like this: mysite/k2/attachmets/myfile How can I prevent this to happen? Thanks
Hello, In my application wokrflow I used Display form which doesn't allow me to Add file attachment during workflow approval process. Now my requirement is Approver should be able to attach file during the workflow approval process and also Approver should not change form field except FIle attachment. Any idea how we can do this? ThanksSachin
I made an API call but it returns data in JSON format. How do I get each return value properly? Like in a table format OR key:value format?
I have a list that based on sherpoint listthe list Contains duplicate valuesWhat to do to show only one value?
(Caution, newbie!)We have a Production and a Test environment. On our Test environment our workflows record the process originator as the person filling out our forms. On our production environment, the process originator is being recorded as the System account. Where is that configuration set? I need to make sure that our production instance records the name of the person actually causing the process to start. Thanks,-tomas
Hi Guys,Regarding the use of Fiddler regarding K2 activities I cannot locate any information about how to capture/track outgoing traffic sent by K2.In my specific situation we are using Endpoint Webservices (via Oracle Service Bus) to generate fully integration between our K2 workflows and other systems. We need to be able to track that part of the traffic.Does anyone knows if that would be possible via Fiddler? If so - how to setup Fiddler for that.Thanks in advance
Hi, In my form , I have a drop down list . If the user choose delete and submits the form, the workflow starts. First it goes to an user task. The user suspends the account and waits for a week to delete the account and then he deletes and approves and it goes to next user task.My question is how to I design the workflow for the wait period.I dont want to use escalation because i want to show action has been done(suspending account) so for delete request , i created a user task where after the account gets suspended it goes to the next task after a week for deletion.but how do I write line rule using inline function in context statement in k2 designer in the workflow? Â
Hi Guys, Looking to evaluate changes to form fields when updating a form. Is there an elegant way to do this? my way involves lots of hidden fields and lots of rule conditions. List views are obviusly covered, it's item views I'm having difficulties with. Thanks in advance. Â
Hi all, I have 2 autocompletes on the same form, both are associated with the AdUser Smartobject and do a getusersbygroup method. When i used just 1 Autocomplete, the load time of the form is around 6 seconds, which i can live with, but now that i've introduced 2 Autocompletes, the load time has doubled. Both Autocompletes use the same same Smartobject and method. There are now 2 entries in the initialize rule to populate them (hence the time). There must surely be a way to only load populate the data once for more than one similar control???? Anyone?
Hello Everyone , We are facing one issue with Sharepoint list item where workflow is not getting triggered . workflow suppose to trigger in Insert and  update but whenever we have large size content in sp list item it is not getting triggered  i checked string content size present in list item it is just 64 KB  same time  this workflow getting trigger where content size in sharepoint list item is  less  Please provide your views/finding/experince on this topic   thanks Sachin walunj
I have a user who changed her last name (marriage) and we renamed the user's account in Active Directory, but the workflows assigned to her in K2 Workspace still show under her previous name/login. Is there a way to rename these? Will she be able to act upon them? For example, we changed her account from MYDOMAINasmith to MYDOMAINajones. The K2 Workspace shows things routed to her still under "asmith", not "ajones".Â
Hi folks, I'm trying to move my project from one enviroment to another.I've created the Service Instances for SQL and adjusted the GUIDs, that worked as expected.However the SP2013 Service Instances completely threw me off. I tried using the same GUIDs with no success.I made sure beforehand, that the Document-Libraries, I was using were identical. Is there something I overlooked? Is there a guide on how to do this the right way?Maybe I just missed something. Any input is highly appreciated! Alex
I have the same problem described in this article from 2009 https://help.k2.com/kb000541 (Hotfix: IPC Event processes are completing but the activities in the calling process are not).The error resolution was:This Hotfix is contained within the latest K2 blackpoint 0902 Update. Install the update package to resolve the error. This was a very old fix (from 2009), but I am experiencing the same issue now.Workflow1 has an IPC call to Workflow2. It is a "Synchronous (wait for the child process to complete)" call.Workflow2 has an IPC call to Workflow3. It is a "Synchronous (wait for the child process to complete)" call.Workflow3 has an IPC call to Workflow4. It is a "Synchronous (wait for the child process to complete)" call. During execution, Workflow4 and Workflow3 were completed successfully without any errors (the status of both workflows are Completed), but in Workflow2, it shows that Workflow3 is still Active. How can I fix this issue ? Thank you.Â
Hi Guys, I am trying to create a composite SmarObject using an SMO based on a SQL Table and an SMO based on a SQL View. When I test the join in SOTT it works exactly how I would like, however, when I try to create the composite SMO in K2 studio there are no properties exposed as there are in SOTT for the SMO that is based on the SQL view. Is this because I am using a view that essentially has no primary key and k2 studio is treating that differently to the SOTT? Thanks in adance
I can't seem to figure the answer to this out on my own...if there even is a correct answer. I have a smartform rule in my form that basically updates each selected item on a list view.   What will get the job done faster....? using a View method or a SmartObject method?   Discuss. Thanks,rob   Â
Hi folks, maybe someone has an idea for me:I call a subform with three views.On two of these views I have list controls (auto-complete). 5 list controls in total.These need to be populated depending on a parameter of the subform. So in the initalize rule I populate the list controls with the parameter as input value.The results are correct, the list controls populate as expected. The issue is, that this takes ages.I'm talking up to more than a minute load time for a form with just those 5 list controls and a button on the third view. The data for the list controls is coming from SQL tables (one per list control).The SQL-Server itself does not show performance issues.The tables are not big, the biggest one maybe 10000 items, no more. What I've tried:Executing the rules in a batch - no difference Executing the rules asynchronously - the loading icon is not shown this long but the fields are not populated any faster. When trying to select a list control, it freezes until the population is
Hi, I have 4 items in the Show Items from the selected Smartobject on an Autocomplete control I am using the space bar key to insert some space between the 4 items, so the autocomplete list looks good when the user is typing in the box.But the spaces are not being shown, instead the 4 items are bunched together WHILE THE autocomplete suggestions lists is up... When an item is selected, that is when the spaces are shown. I can use the ------ line character to add some space, but it looks naff. So question, why aren't SPACES displays in the Autocomplete lookup? Â
Hi, I have an autocomplete which i want the user to type into, to narrow down and pick an item - This is working fine (although slow due to it searching the data) Upon picking that item, I want to transfer all the other attributes (not shown in the autocomplete, but in the smartobject) to a list underneath, but its not working. I have tried a Transfer rule, nothing happensI tried a List method, but this slow as it loading the entire dataset again and i filter on the Autocomplete. Any ideas?
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.