Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to design and manage workflows and business applications with K2 blackpearl.
Recently active
Hi,we would like to use the SmartObject Service Tester not only on the K2 server but also on a local machine.Is there a way to install the SmartObject Service Tester locally? Thanks in advance. Stephan
Hello, i'm trying to execute the following line of code on a k2 blackbearl 4.6.11. SourceCode.SmartObjects.Client.SmartObjectList oSmOList = serverName.ExecuteList(smartObject)This is executing proberly on the Development machine. But, when attempting to execute the same function on production (which is running k2 blackbearl 4.6.11 as well) it returns System.Exception: Invalid archive type. Any suggestions on why this is happening? Thanks you.
Hello! I have a SharePoint site with a document library using document sets. The document set consists of relevant metadata/properties. Is it possible to create a K2 SmartForm to edit document set properties and how would I achieve this?Â
Hi, Is there a scripty/data label way of increasing the height of the text area as each new line is reached? I followed this thread: but the height increases each time a character is entered, which ends up with a huge gap at the bottom of the text area.Also, the first solution only works if you click outside of the text area, which is pointless, as the user isn't likely to do that. Is there a way to have the text area add a line to the height each time a new line starts? Thanks
Hi, I want to remove the duplicate and disabled users from License management.Due to these additional users my license user count is exceeding the limit.kindly suggest me any solution. Thanks in Advance. Regards,Hemant
Hi ALL, Currently have an issue around starting a workflow from a form. Each time I try to trigger the "Start a Workflow" Event, i keep getting the error below; " Value was either too large or too small for an Int32 " I have checked the values that I am passing into the workflow datafield, and ensured that the datatype is same. Still have the same issue. Not quite about what the issue may be. Will really appreciate an answer Pronto. Thanks all...
Hi, I have one SharePoint list where my smartforms open up in full on the page (ie, parent window). I have another SP List where the K2 smartforms are opening into a model window. I haven't actually told either them to do this, but want them to always open in the parent and not the model dialogue box, but can't see where the instruction is coming from as the forms and list settings are the same? Does anyone know where the form or list is picking up the setting thay is telling it how to open the forms? Thanks, hopefully this is something obvous I have missed as usual ;-)
Hi Everyone,I have a K2 form with controls that should be visible/hidden based on if current logged in user is part of a sharepoint group. For ex: if the current user is part of "Members" group, he should be able to see "Edit" button a the form.If the current user is just a visitor(Only read permissions) and not part of "Members" group, the "Edit" button should not be visible.For this i tried the following rules: Execute "Get Group" method in "Group" smartobject to get the "GroupID" of "Memebers" group. Then Executed "Is User In Any One Group" method in "Group" smartobject and passing the GroupID from above rule as input mapping and i get "true" or "false". The above works if the logged in user is an admin (Has access to manage permission on sharepoint site).But it doesnt work if the current user is just a visitor as he doesnt have access to verify or access the Sharepoint groups. Form gives an error "Access denied". Can you suggest a workaround for this. (To execute some rules with ad
Hi there.   This should be possible. In K2 studio workflow, can someone help me build a data event that would have a function that would check a string.  If the string contains 8 numerals in a row anywhere in the string, it would extract those 8 numbers to a datafield that i could then use in another part of the workflow such as in a Smart Object method.   If it doesn't contain 8 numerals in a row, it would just continue as normal. Thoughts? robÂ
I've been at this a while now, I'm reading a boolean colulmn from a list of records. With that, not all the records have a value, thus some contain "NULL" during a looping process. Items without a value are to be orphaned and pushed back into the prior task to again be addressed. Within the Split Rule I've attempted the following: IF (Bool != scnull (Plain text)) THEN...----IF (ToString(Bool) = Empty String (text) THEN...----IF (Bool = True (True/False) OR Bool = False (True/False))THEN IF (Bool = True(True/False)) THEN Approve (Path) ELSE Deny (Path) ELSE Orphan (Path) ----IF (Length(ToString(Bool)) >= 0)THEN IF (Bool = True(True/False)) THEN Approve (Path) ELSE Deny (Path) ELSE Orphan (Path)  A Few others, but in the end whenever I compare my Boolean against a "NULL" I get either: String was not recognized as a valid BooleanOR Unable to compare values that are not of the same type  Any suggestions? I also though of creating a reference before hand and filtering out thos items in
I am tryng to create a nested if statement for a form that will allow me to have a top level IF statment with a bunch of sub level IF statements within it. For example: IF(viewcontrol = 0){   IF(param = "a")   {       Do Something   }   ELSE IF (param = "b")    {      Do Something   }   ELSE IF (param = "c")   {      Do Something   }} That is what i am trying to achieve but the best I can do is something like this:IF (viewcontrol = 0) AND IF (param = "a"){    Do Something}IF (viewcontrol = 0) AND IF (param = "b"){    Do Something}IF (viewcontrol = 0) AND IF (param = "c"){    Do Something} Is it possible to create a nested if like the first example i have listed?
Hi Experts, There has been a business requirement whereas to prvoide the solution we need to concat the values coming in a dropdown to a label/textbox. I tried using expressions to do that but can not get it working. Any quick help will be highly appreciated. Regards,Gaurav Mehta
 When the user of a form completes a form, we would like to send the user a link to the form he has just submitted. Can we do this with K2 Designer 4.7 outside of using the workflow? We can imbed a hyperlink to a form using HTML, but I do not see where we have Sequence_ID to specify the form the user filled out. Is there anything in context browser to build a link? We do not use K2 Studio, and we do not use the workflow currently. If this is possible, I would need some steps to follow. Thanks!Â
Hello Community, I've created a Workflow and I configured a IPC-Event to call a Sub-Workflow where different Users have to approve.The IPC-Event is configured for Synchronous and in the Destination Rule I've told the event Plan per Destination -> All at once.I also configured the Event for Create a slot for each destination and Resolve all roles and groups to users.The users are stored in a SharePoint-List with a ; seperator. The Problem is now, that when I start the Event the users get the task and they can approve it.But from the moment the first user have approved the workflow will go forward and don't wait for the other users. I tried already to set up a Succeding rule "All of ActivityInstanceDesStatus = Completed". But with this rule, the Workflow will not run forwad.After all users have approved the task will marked as done and nothing happens.It looks like that the Succeding rule is not fulfilled. Does anyone have a idea where the configuration error is? Thank you for your he
I have a data entry formIt has several text box fields for entryI would like an easy method of validating certain fieldsie Textbox1 can only have a value between 2200 and 2600Â the only way i have resolved this is by having a rule on the control changing,and then using an advanced conditionmust be an easier/better method
I have a textbox used to search a list view. However by default hitting Enter on a textbox does nothing.I need to click an existing button when people hit enter while on that search textbox.I tried this JS<script> $('[name="Search Box"]').keyup(function(event) { if (event.keyCode == 13) { $('[name="Refresh"]').click(); } }); </script>("Search Box" being the name of the textbox, and Refresh being the name of the button, however I have tried it several times and the button does not get clicked when I hit enter. I have also tried .keypress instead of .keyup and neither work. The Data label is set to literal) I know this has been asked before but the above was the solution, and it is not working for me.Running K2 4.7Thanks
ListView Paging not working for SmartObject List method from SQL Server table (with PK).  I have almost 1M records inside. It takes 20+seconds to load any page on it even on the ListView or in SmartObject Tester utility.  Paging not available, top N not available. How could we use the List method not loading all the records ? Regards,  MundoX.
Hello , I have an integration of k2 with CRM Online and everyday i get an error as below"an unsecured or incorrectly secured fault was received from the other party "  Temp resolution - After service refresh for CRM online, service start woking but seems this is a problem with CRM online DLL . Does anyone having any idea ?? KumarÂ
Hi Folks, I'm working on an invoice form right now. The positions are stored in a separate smart-object and use the invoice ID as foreign key.It's necessary for users to select multiple positions and have them passed on to the workflow.It's not (!) necessary for multiple positions to be edited at the same time, I just need the IDs!(I feel this is important to emphasize as I came across multiple discussions on editing multiple list entries.)So far I have tried several things to solve this - with mixed results:1. Multi-select on the list-view through default select by mouse-click. This allows for a multi-select through holding down control, as expected, and returns the IDs just fine.The main issue with this: It is not necessarily intuitive for the users and most importantly not usable on a touchscreen-device.2. Using checkboxes in the List-View. They don't render. From what I've read they are just not available in list-views.3. Combining a list-view with a seperate checkbox-list that's f
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) Â
I have a SharePoint site with a document set. Users will have the capability to create multiple document sets (document set 1, document set 2, etc). Does K2 allow setting permissions on a specific document set (document set 1, 2, etc)?
Hi, I got multiple file attachments working with a form and can see them in a list. Is there a way of getting the File size off all the File attachments and checking if they they do no total more than 20 MB? The attachments are all added to an email and sent to an Email address, however there is a limit of total email size of 20 MB, so the message will not get sent. The only way i can think off is somehow totalling the size of the all files in the List View and then if > 20MB, pop up a message and do not send the email. Is there a way to total the file size of the file attachments in the list view? Thanks.
Hi All,I have 3 textboxes in new form for which I save the data in one SharePoint list field.eg. Textbox1 contains say value T1, Textbox2 contains T2 and Textbox3 contains T3, then I save the data as T1;T2;T3 in my list field. Now, I need to segregate the data in Display/Edit forms based on semicolon acting as separator. I have applied expressions for all 3. These expressions work fine when I provide value for all 3 but tend to fail in case I provide T1 as blank.(PFA) Please let me know in case this functionality can be achieved directly(although no split function available in Designer's operators) or some modification in my expressions might do the trick. Thanks in advance,Kamal
Hi there, I am trying to see if it is possible to achieve the following: I have a view with text boxes A B and C. I also have two buttons, Button 1 requires that A has a value, Button 2 requires the A B and C all have values. (image 1) I I first click Button 2, then the validation highlighting for all three boxes as expected (image 2).  If I then click Button 1 the highlighting for all three text boxes stay as required, however only the first one actually needs to have a value inserted. (image 3) Is there a way to clear the original validation highlighting from the first Button click? I have tried to work around by calling from Button 1 a seperate "if the view passes validation" rule and setting it to validate a control that always has a value, to make the view pass that initial validation, hoping it would then revalidate, but this didn't clear it either (image 4) Thanks   Â
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?
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.