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, Anyone else getting this error when trying to install the Feb v4.7 Cumulative Update? k2 blackpearl server can't update, these dependencies aren't met: -microsoft sql server 2008 r2 management objects I have installed it from the Feature pack, but still getting the error. I have SQL Server 2016 installed Any ideas?
Hi, When trying to deploy my processes to the Live environment i am getting an error. I am doing the deploy from the command line and have done this many times in the past now for some reason i am getting errors.All development is done on a different server /environment identical to the live and i am able to succesfully do the deploy on the DEV environment The deply command i am using is:msbuild "D:K2ProcessDeploymentsStockAvailabilityFlow20170208_1StockAvailability.msbuild" /P:TestOnly=True;Environment=JKMDeploy and the error i get back is:Build started 08/02/2017 07:38:01 AM.Project "D:StockAvailabilityFlow20170208_1StockAvailability.msbuild" on node 1 (default targets).Deploy Processes:Deploy Processes: Task Started (08/02/2017 07:38:02 AM)D:StockAvailabilityFlow20170208_1StockAvailability.msbuild(390,5): error MSB4018: The "SourceCode.DeploymentTasks.ExportProcessTask" task failed unexpectedly.D:StockAvailabilityFlow20170208_1StockAvailability.msbuild(390,5): error MSB4018: SourceC
Hi All Is there any method which will allow me to populate the static values on a dropdown list?I've tried using transfer data but that doesnt seem to work The dropdown is not connected to a smartobject as the values never changeHowever in some test scenaria I would like to have a rule or a hidden parameter which will allow me to changes the valuesany feedback appreciated Paul
Hi All, We have a multiple checkbox in one form, user can select multiple checkbox and we want K2 to put all select values into one string with | as delimite so we can save it to database . Can K2 auto or configure to do something like that.Example: FormQuestion 1 - CheckQuestion 2 - CheckQuestion 3 -Question 4 - Check Can K2 put those selection into one string like this: "Question 1 | Question 2 | Question 4". When we retreat back the string above (Question 1 | Question 2 | Question 4) from the database can K2 parse it into the something like a list so that we can chek the right box. Thanks,TTN Â
Hi everyone, I need assistance on displaying stored attachments in a list view and it must be clickable so that the user can download it for reference. I currently have a SmartObject connected to a stored procedure, and fetches the items via a unique employee number. I can see it stores it as XML but for the life of me I cannot get it to download from a smartform. What can I do to accomplish this as it is a requirement for the client. Thanks!
Hi, Can anyone please help me on below.Might be a very simple one but i could not figure it out. when i change a value in dropdown, i want to empty/clear the textbox. I know there is mehtod to clear all controls on view. but i want only textbox to be cleared.thanks.Â
Hello, New to the k2 partner program.  I know there is a "New Distribution List" workflow that can be downloaded, but I wanted to tackle this myself by building out the smartobjects, views and forms.   I'm getting this error when I select a user and click 'AddToGroups' ---The specified domain does not exist or cannot be contacted. Domain: <collection><object parentid="4a660635-3b36-468e-ab9c-7f8c836493ec" parenttype="Object"><fields><field name="Name"><value>DOMAIN NAME•Type: SourceCode.SmartObjects.Client.SmartObjectException•Source: SourceCode.SmartObjects.Client•Method Base◦Member Type: Method◦Name: ExecuteScalar◦Module◾Scope Name: SourceCode.SmartObjects.Client.dll◦Declaring Type◾Full Name: SourceCode.SmartObjects.Client.SmartObjectClientServer•Stack Trace:at SourceCode.SmartObjects.Client.SmartObjectClientServer.ExecuteScalar(SmartObject smartObject, DataTable inputTable)at SourceCode.Forms.AppFramework.FormRuntime.SmartObjectExecution(BrokerSmartObje
Hi, I am still learning K2, I would ideally like to nest If conditions within a Smart Form. I want to avoid using a workflow. My first If statement is essential - it's validation. If the form passes validation then up to 10 items are executed. Two of which are dependant on there being values in textboxes:A create method which adds a row into the database. An update Active Directory update method.I don't have any real control over the methods in terms of handling errors, etc, if the textboxes are empty. Consequently the form returns an error if either one is empty. I was wondering what options I have and if there are any tricks to get round this. I tried passing in "ZZZZZZZ" as a username but there is an error because the user doesn't exist. I'm frustrated! Thanks
1. Created a subsite using "Create Subsite" workflow step.2. In above step, also created site reference.3. Once site has been created, I want to send URL of recently created site to some users via email. How can I get URL of recently created site? I was hoping since I have site reference for recently created site, there should be some inline function that will give me URL using site reference. But couldn't find any.Thank you!
Hello, We have a file attachment control in smart form which allows multiple attachments. That control uses sharepoint list for storing files. The issue is if some user uploads a file (abc.txt) to the list and some other user tries to upload a file with same name, it is overwriting the previous version of file. Is there any way, we can resovle this issue by appending unique identifier before uploading the file, either in smartobject or rules level. Note: We do not want to make changes to sharpoint list setting.
Hello All (warning: newbie) I'm working on a one-step workflow and am almost "there".In my notification email, my user gets an email with a default "click to open worklist item" link which is supposed to take the user to the item where he/she can approve / disapprove the item. But the link is empty. In my email (Outlook) I see the link, but the target of the url is empty. I can see other worklist properties (e.g. SerialNumber, Platform) and I can see properties of my smartobject instance. But the action link is empty. What causes this link to be empty?What causes the link to be populated? I'm stumped here (probably cuz I'm a newbie!). Thanks,-tomas
Good morning, On a K2 view I have 2 date fields. They are not requiered on the view, neither in the sharepoint list where they are saved and also  they are not requiered on the smartobject. But when I run the form and try to save data K2 pop ups an error (see screenshot attached). My question is, how can I save a blank/empty/null date field on sharepoint list? Thanks Will.
Hi, I am using SharePoint list where I had a button.Once the button is clicked I need to pass some value like ID to K2 form.Is there anyway... Thanks in advance
Hi,We have a K2 workflow on Sharepoint , and we would like to bind the workflow to 4 different smartforms. Is it possible? Right now I see only the option to bind it to one smartform.Thank you for any insight.
Hello everyone. I am trying to achieve some functionality I have never attempted before. I want to be able to have a list view, in a smartform, and for each column I want to be able to append each line to store in that field in the database.  (Attachment) Company code                      Vendor Code                             AP SpecialistDDD                                             1                                                    AdrianaSTR                                                2                                                  Christine Ex. Database storage: DDD;STR                                       1;2                                              Adriana;Christine    Â
Hello everyone. I am building a request form that will go to multiple approvers.  In the initial request, I have 3 drop down boxes that are linking to the same data source. Is there a way to either limit or not allow a requestor to select the same item in each drop down? (attachment) I have tried different advanced conditions using data label versions of each field, but i am not having any luck.  Â
In Smartform, is there a way to have two different worklists? One is worklist which is just assigned to me and another is assigned to a role which I am one of the members.
Dear Support, I have a scenario where an Activity need to be advanced without task/event to complete and goto next activity for further client event. How to configure the successing rule in the activity so that it completes( with status completed) and succeed to next task.Any idea or solution is highly welcomed.
I know you can set the expected duration at design time, is there a way to set the expected duration for an activity or event dynamically?
I have created smartobject and a form associated to the smartobject. I was able to configure my form to create new records when I enter data and click submit button. But I want to update save records in the smartobject using my smartform. But I dont see the Update method for the smartobject and only I can see "Create", "Delete", "Load", "GetList" and "Save" method..
I have a K2 list form on a SharePoint list. There is a no need for workflow defined on this list so I didn't define workflow on it. When user opens list form, it will show few fields from list items. Requirement is to put a link on list form so user can click on it and open SharePoint list items to view all the fields.As I understood, since there is no workflow and worklist items, report controls will not help. How can I open SharePoint item from my list form?Thanks,Â
 Just a quickie:When the user saves a attachment into a smartobject where does the physical file reside on the server? Cheers,Martin
I have a simple form that I want the signed in user name returned as a field.  Have researched tutorials and forum and everything seems like overkill to what I am trying to do.   Any tips? Thanks!
Dear Support,We just upgrade K2 blackpearl 4.6.11 to 4.7 and while running the worklist items - webpart in Sharepoint 2013, we do not see any active process instances or worklist items anymore. Then I looked at the K2 workspace management tools to view the process instances under  workflow server-processes-workflow-process instances, I could able see status active. HOw can I get the worklist items working in the Sharepoint 2013. FYI, we upgraded the k2 for sharepoint app in Sharepoint and process kicks off without any problem from the sharepoint document library insert or update action. Please help. Thanks.
Hi,does anybody knows how to create custom operators for the SmartForm Designer?I know how to create custom inline functions (https://help.k2.com/onlinehelp/k2blackpearl/devref/4.7/default.htm#how_to_create_a_custom_inline_function.html) for the workflow designer. But is it also possible to create custom functions for the SmartForms Designer to use them in expressions for example (have a look to the attached hardcopy)?RegardsAndi
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.