Learn about the latest Nintex capabilities at New at Nintex
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Hi, Anyone know of any dazzling javascript to increase the size of the Watermark for the File attachment control? I've tried the following one: <script type="text/javascript">$(document).ready(function() { $('.theme-entry .SFC.SourceCode-Forms-Controls-Web-TextBox.watermark, .theme-entry .input-control-watermark').css('font-size', '11pt');});</script>but it doesn't apply the changes to the File Attachment watermark. Any ideas?
Hi, I have a date column on the smartform that is showing in US format, when I save the item to the SharePont smartobject it shows on the list view in UK format, but on the smartform it shows in in US and I can't find any setting to set the locale for the date. This I guess will also apply to workflow conditions/actions I set based on a date criteria so need to get it right :-) Can anyone advise where you tell K2 that your platform is in the UK datewise? Thanks, Julie :-)
Hi, I'm not able tp deregister a customk control.This solution http://community.k2.com/t5/K2-blackpearl/Cannot-de-register-custom-control/m-p/70494#M20215 does not work for me. The designer website appears the message: "Could not load file or assembly 'LHTabControl' or one of its dependencies. The system cannot find the file specified." The deregister command does not work with this message:DeregisterControlType Failed: ControlTypeHasInstances,MyCustomControlProjectAGSystem.Data.SqlClient.SqlException (0x80131904): ControlTypeHasInstances,MyCustomControlProjectAG  at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.RemoteCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList, MarshalMessageType CallType)  at SourceCode.Hosting.Client.BaseAPI.BaseAPI.RemoteSessionCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList)  at SourceCode.Forms.Management.FormsManager.DoSessionCall(String method, Object[] parameters, Boolean[] nullList
I have a requirement where users submit support tickets via email (helpdesk@abcde.com). Is there a way K2 can get that information and create a new item in smart object?
Hi All, I am busy creating a listing custom control with a smartobject as datasource. The control renders custom html to present the control.  My problem i am facing is that i want to refresh the datasource on a button click event, thus i implement the rule: "populate list control with data" and specify my filter on the smartobject, thus it should render the control again using the filtered smartobjet, but it doesnt. ThanksMarius Â
I have a couple of workflows that have gone in to error. When I investigated it was because user account details were wrong so the workflow couldn't find an email hence the error. I have corrected the account details. Is it possible to get these out of error and launch the workflows again Regards Andrew
There doesnt seem to be any ootb method to control a zone width on a form, has anyone found a way to do this with css/javascript? I've searched here but only similar threads were from 2014 and no answers. For example I want two views showing vertically next to each other on a form, 1 view to be 70% and the other to be 30%. The form just splits them 50/50 which looks terrible :-(  Its very limiting when trying to lay out a complex form to appear user friendly.   Thanks for any tips or tricks to achieve this, Julie :-)Â
I have created a smart form. And dragged the item view and list view in there. I have linked the list view to my smart object (using the SQL). The requirement is I need to write a few numbers in my textbox and when I click on the Save button (these are in the item view), it should update the row of the list view and also update the SQL database table by adding a row in there.I am stuck at this point. Â
Is it possible to determine which was the latest checked item in the checbox list? We have a requirement where the user selects few items in the checkbox list (each item represents an attachment) and saves the form. At a later stage they might open the form and chose to add another item from the checkbox list to the selection. When the latest item is selected, it should trigger a subform and pass the name of the document into it.e.g.Checkbox list contains Chec1, Check2, Check3, Check4. I select Check1 and Check2 and save the form. I then go back into the saved form and on load event the checkbox list is populated with Check1 and Check2 selected. I then check Check3 and want to only pass Check3 value into a subform. Currently, I am only able to retrieve all the selected values, not the last one. Is this possible? Â
Hi, In sharepoint we can create max two level of grouping. I want to know can we create multilevel grouing Views in K2 Designer. For example :-  Group ByCountry (10)        State (20)             Dist(30)  Thanks.
Hi, I'm trying to change the color and hover color of the the 'arrow' down image in the panel header (collapsible icon). Our users don't notice it so I want to make it more prominient and in our 'hyperlink' color theme of red. I don;t have server access to investigae the style sheets in depth so have to rely on developer tools in explorer and use data labels to apply css to the form itself. However I can not seem to find the CSS for it despite using just about every one shown by developer tools. Does anyone know it, have spent 3 hours on this and time to call it a day lol (if only we had properties in k2 smartforms for the panel header, must add it to my wish list). Thanks Julie (pics attached) Â
Hi, Is there any technique on a List view to mark items as done? For example, i have a Summary List View, when user double-clicks a record (row), it opens a form in a seperate window and they do whats needed in that form and close it. Then they go back to the Summary List View and do the same with the next. Is there a way of highlighting/change colour of completed rows in the Summary List View or put a Check box next to each record so the User knows which ones have been actioned? The List is Not editable, just used to double-click to open a record and mark as done. Thanks
Hi, I´ve got  a general question concerning  XML Files. Is there any way in K2 to read or write to a XML File thats saved on the file system.I could not found any OOB solution so my next step would be to develop  custom service broker for interactions with XML Files. Are there any other possible solutions? I didn´t expect that K2 is not able to read or write to the file system of the server. Best regards,Andreas
Hi,Does anyone know how to uploat to k2 smartforms large (over 300MB) attachements and save them on shared network drive?I would be gratefull for any hints because i cannot find solution to this one.I'm affraid that saving bigger files using standard way would slow down server too much GreetingsWojtek Franczyk
I know forms can do tabs at the top, but there seems to be no option for tabbing things in the middle of a view, so I made a tab menu through a data label.However when I click one of the tabs I want it to click an invisible button (since I figured it would be easier than figuring out how to launch a rule directly)These are the JS commands IÂ have tested but the button is never clicked:$( '[name="ButtonName'"] ').click();document.getElementById("ButtonName").click();Â var dsmButton = document.getElementById("ButtonName");dsmButton.click();Â Neither of those examples worked for clicking the button, and I am not sure why.The html in the data label renders fine and just to test it I did a document.write("test");and that worked, so I know the script is executing. Does anyone know how to trigger a button click through js?
Hi All Need some help from the CSS experts out there... Is it possible on the AutoComplete control to change the background colour of returned results.For my example I'm using the 'Lithium' theme and find the autocomplete results clash wih the background colour of the formSee the enclosed file I've tried to find a CSS class to change this but no luck yet Any help appreciated thanksPaul
I have been designing a mobile device tracking application for a few days. There is an object called "BroadbandDevice" with a bunch of properties, only one of them being required. The problem I am having is that when I try to set the value of property "Number" as empty, I get the following error:Â Â
I have a form that has a smartobject, SO_PrimaryDocList, view to attach documents. Multiple attachments can be made and through the Smart Object Tester this piece is working as expected.Once in the workflow, I create a Document Set based on "Project Name", this is data entered by the user on the form. Once the document set is created I need to upload all attachements to it. If I'm only dealing with 1 attachment, it works perfectly, it's only when I need to loop through multiple. In general, I'm unsure how this is supposed to work, any help would be appriciated.  Here's what I have set up now:1. On the activity, I have set a Destination Rule to Plan per slot, To determine how many slots: SO_PrimaryDocList.GetList.ID (inputting a created ProcessID, filter to make sure ProcessID in Flow matches ProcessID in SmartObject & Returning ID) I'm returning all results that match filter.2. On a SmartObject event I use SO_PrimaryDocList.GetList. Input the ActivityInstanceDestID and Return t
Hello.   First of all, I would like to say how much I have appreciated the support of this community over the last year in our K2 implementation.  The advice I've received here has been invaluable.   So, here's my next question: I have a simple workflow that fires off a stored procedure in my database which basically runs a query to pull in data fro a specific report.  I want the stored procedure to hit around 2:00am PST when no one is working.  Because the end result of the stored procedure running is about 2500 new records in a specified table with a specified date stamp, it's pretty obvious when it runs and when it doesn't.  So, I created this workflow, and then ran the scheduler to tell it to run.  I am attaching a couple of screenshots...one of the schedule and one of the report that says it's run at least 7 times.   So, in the morning when I go and look at the database table that SHOULD be populated with new records...there are none. HOWEVER...when I then go into the K2 Manageme
Dear all,I am creating a SMO from a service object using a SAP BAPI.When try to execute the SMO from K2 service tester, it prompt an error:Error filling table for structure ‘XXXX’ .Service: connect service.Anyone come across this error before? Mind to share how to tackle this error?Thank you.
Hi All, Does anybody have any experience of building custom security providers?  We've followed the guides to allow K2 to authenticate against an existing user repositry (ASP.NET MVC5 MS Identity based) and whilst we have a fairly solid, cusomizable and generic solution in place there is a specific bit of behaviour that we're seeing that we can't explain which surfaces when filtering users lists in the web client. As a basic test, if we set some process rights in the K2 management app, when searching for users from this custom security provider we've noticed that the function:IUserCollection FindUsers(string groupName, IDictionary<string, object> properties) is called twice.  The first time we see the filter properties being passed correctly and  the filter terms correctly set, but immediatley after completion it's executed again but with no filter properties provided so returns a full un-filtered list of users!? We've traced everything through our own code base and it's is not m
Hi all, I created a stored procedure. However, it was not shown in SmartObject Service Tester. I need to publish it as a SmartObject to be use in my application. Not sure what is going wrong here. Kindly please advice. Thank you.
This is driving me nuts. I cannot drag and drop anything from Context Brower. All I see a list of users. I want to be able to remove permissions dynamically. Help document clearly says, you can do it.https://help.k2.com/onlinehelp/K2ForSharePoint/UserGuide/4.7/default.htm#Thin_Client_Wizards/Documents_Wizards/Remove_Doc_Perm/Remove_Doc_Perm.htm Please see attached. What I am missing? Or this is a bug?
Hi All, I am very new in K2 Studio - Workflow. I have build one workflow, which originated from a View of a Smartform.View is for to enter entry for new product details.After entering the data, on click on 'Submit' button data will save to database (using SmartObject) and also initiate a workflow for approval/ rejection of the new product.On approval/ rejection originator will receive an approval/ rejection mail. I am able to do all the avobe mentioned activity, except showing the product name in e-mail setting.In body i would like to display say example for approved : "Your product <new product name> entry has been approved."But the body is displaing all except the <new product name>. It will be nice, if you can let me know how the value of the submitted record can access in workflow.
Hi, i have a K2 server on my DMZ, the k2 serveice is stuck on starting and the only error i see on all logs is as follows, any help will be apreciated. 0 System.Data.SqlClient.SqlException (0x80131904): Procedure or function 'hServerUpdate' expects parameter '@EnvironmentGUID', which was not supplied.at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()at System.Data.SqlClient.SqlDataReader.get_MetaData()at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String res
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.