Interactive workshop: Automated DocGen for Manufacturing Ops
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
- Introduction - I have been wanting to make this blog post for a little while, and even though (due to time constraints) it probably will not be as thorough as I had originally planned, it will ultimately serve the purpose of introducing the community to a few advanced approaches to using the Nintex Form rule system. Though you will need a comfortable understanding of javascript to get the most benefit from this, but if you're curious and aren't keen on programming, don't let that stop you from learning! The Rule system, as it stands, is a good tool to validate control inputs and to alter the appearance of controls based on the Form's state. However, as I found myself enjoying their usefulness, I also found myself wishing that I could do other simple and useful things with them such as populating a field based on the amount of choices, normalizing the inputs of a field, or doing some type of advanced validation based on wild requirements. Though I cannot account for all of the ways
In this post I look at taking a function, adding it to a custom action, and making it available in Nintex Workflow 2013. This is the third post in my series, "Function to Microservice with the Nintex Workflow Platform," which looks at how you can move your function as portable unit in the Nintex Workflow Platform.I'll walk you through installing a custom action. You can use custom actions to provide the functionality found in many open-source libraries, in your own console applications, or to integrate your workflow data with web services or other remote resources. In this walk through, I'll use the function from the first post in this series. That function uses the Newtonsoft JSON library to convert an XML string into JSON, or to convert a JSON string into XML. We will build out the templates from the Nintex Workflow 2013 Software Development Kit. In a previous post, Create a Custom Action for Nintex Workflow 2013," I looked at creating a custom action that calls the Merriam Webster
Did you know you can create a custom action in Nintex Workflow 2013 using Visual Studio and the Nintex 2013 Platform SDK. With a custom action, you can:insert your function into a Nintex workflow pass data from the workflow into your function return information processed by the function to the workflow where it can be used by workflow actionsThe process of building out the custom action, deploying, and testing it takes some time. My record time so far is about 10 hours (while plugged into headphones, drinking a steady flow of black coffee and Coke 0, and not talking to anyone.) So settle in when you're ready to tackle this approach and brew up your favorite coding beverage to help you along. Although I provide an example Visual Studio solution of a custom action, this topic will walk you through the process I used in building a custom action using the Nintex Platform SDK. In creating your own custom action you will need to read the comments in the code templates to get all of the detai
KBT145392PRODUCT: K2 blackpearl 4.7BASED ON: K2 blackpearl 4.7 NOTE:This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties. LEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.IssueWhen opening a SmartForms Client Event within Visual Studio or K2 Studio, the following error message appears: "SourceCode.HostClientAPI at SourceCode.Hosting.Client.BaseAPI.SCConnectionStringBuilder.ParseConnectionString(String
kbt157773PRODUCT: K2 FiveBASED ON: K2 Five (all) This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties. IssueYou will receive the following error when trying to deploy a process from K2 Designer:“Missing reference at SmartObjectField . Error: Object reference not set to an instance of an object.. Stack Location : K2Process 'Test' > Stack End.” SymptomsThis type of error can be caused by an incorrect security setting on the Default Environment Library. As per the screenshot below, the Security setting for the Default Environment Library was incorrectly set to only allow Administrators to read and modify. Troubleshooting StepsRemoving the account from the Default Environment Library Security Setting will resolve the issue.
kbt150133PRODUCT: K2 Five, K2 blackpearl This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.Symptoms When viewing a K2 workflow from a SharePoint list item, the following error is shown: "The SmartObject Unknown or one of its components could not be resolved.Error Details: ServiceObject definition does not contain method. ServiceObject : [ItemReference]. Method : [ListProcessInstanceIDs]" Troubleshooting StepsThis issue could be caused by a missing "Item Reference" Service Object. To verify, expand SmartObject Explorer > All SmartObjects > Item Reference > Methods and click on one of the methods. Notice the red x sign in front of each method.
You've asked, and we listened!Introducing Office 365 update item permissions custom permissions: What’s newThis workflow action has been upgraded to support the ability to use custom SharePoint permissions when setting list item permissions. What's all the big hype about: Since the beginning of times, Nintex for SharePoint on premises, has always had a connector for Set item permission. However, when we launched Nintex for SharePoint O365, the Office 365 update item permissions action was limited to support default permission levels only. Many customers and partners took to the https://nintex.uservoice.com to provide their feedback and demand for more from this action: https://nintex.uservoice.com/forums/218291/suggestions/7050455 Now introducing the ability to use custom SharePoint permissions :) When would I use the Office 365 Update Item Permissions:Whether you are looking to implement user permissions sox controls or even governance for user access integrity, this action can help s
PRODUCT: K2 blackpearlSEE ALSOK2 blackpearl Downloads PageK2 Release StrategyLEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.The K2 blackpearl 4.6 Compatibility Matrix will assist in determining the Microsoft products and technologies as well as other third party software products required/supported for each K2 release as well as upgrade compatibility of those releases. The K2 blackpearl Compatibility Matrix empowers the organization to make an informed decision on the upgrade path required and potential pitfalls. Detailed information on individual K2 components and Microsoft products and technologies required/supported ca
K2 blackpearl Compatibility MatrixK2 blackpearl Downloads PageK2 Release StrategyLEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.The K2 blackpearl Compatibility Matrix will assist in determining the Microsoft products and technologies required/supported for each K2 release as well as upgrade compatibility of those releases. The K2 blackpearl Compatibility Matrix empowers the organization to make an informed decision on the upgrade path required and potential pitfalls. Detailed information on individual K2 components and Microsoft products and technologies required/supported can be obtained from the K2 blackpearl Getting
kbt140123PRODUCTK2 blackpearl 4.7This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.LEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.SymptomsWhen using the Day Difference expression you will notice that the returned results between February CU and August CU are not the same.\n This issue could be seen from February CU throughout the following February CU Fix Packs until February Fix Pack7 where this is
KB001700PRODUCTK2 blackpearl 4.6.10K2 smartforms 4.6.10SEE ALSO: Known Issue: Item References coldfix for K2 4.6.10Known Issue: Delete workflow coldfix for K2 4.6.10Known Issue: Developer license coldfix for K2 4.6.10LEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein. IntroductionIn this scheduled release, we've updated K2 components with new and improved functionality and important bug fixes. The K2 4.6.10 release consists of the following updated components:K2 blackpearl 4.6.10 (4.12060.1690.2) K2 smartforms 4.6.10 (4.12165.1700.2) K2 smartforms Control Pack 4.6.10 (4.13180.1710.2) K2 for SharePoint 4.6.10 (4.13350.1720.2)
KB001745DOWNLOADSK2 SmartForms 4.7 RESOLVED ITEMS.PDF (210 KB)K2 BLACKPEARL AND K2 FOR SHAREPOINT 4.7 RESOLVED ITEMS.PDF (203 KB)PRODUCT: K2 blackpearl 4.7, K2 smartforms 4.7 LEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.IntroductionK2 components have been updated with new and improved functionality and important bug fixes. The K2 4.7 release consists of the following updated components:K2 blackpearl 4.7 K2 smartforms 4.7 K2 Language Pack 4.7 (Preview) K2 connect 4.7 There are a number of changes in K2 4.7 that you need to be aware of prior to upgrading your existing environment. In certain instances you will be required
KB001735PRODUCTL K2 blackpearl 4.6.11, K2 Smartforms 4.6.11 LEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.IntroductionK2 components have been updated with new and improved functionality and important bug fixes. The K2 4.6.11 release consists of the following updated components:K2 blackpearl 4.6.11 (4.12060.1731.2) K2 smartforms 4.6.11 (4.12165.1732.2) K2 smartforms Control Pack 4.6.11 (4.13180.1733.2) K2 for SharePoint 4.6.11 (4.13350.1734.2) K2 Language Pack 4.6.11 (Preview) (4.13500.0.2)Please view the attachment below.
KB000134PRODUCT: K2.net 2003TAGS: Active Directory, Deployment, Installation, Internet Information Services (IIS), Microsoft BizTalk, Microsoft Exchange, Microsoft InfoPath, Microsoft SharePoint, Microsoft SQL, Process Development Best Practices, Security, XML. LEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein. This document is intended to give a consolidated list of information contained in various K2.net resources: Online resources (Microsoft sites, K2.net KnowledgeBase, K2.net Forum, FAQs, and other technical discussion groups), trends and experience from K2.net support teams, and scenarios encountered in the field by K2.
KB002374PRODUCT: K2 Five 5.1 K2 Five (5.1) Fix Packs The K2 Five (5.1) Fix Packs contain fixes for issues reported in K2 Five (5.1). K2 recommends that you test these Fix Packs before you deploy to a production environment. Fix Pack Release Date Release notes Download Link Fix Pack 1 18 May 2018 Release notes Contact Support for this Fix Pack Fix Pack 2 22 May 2018 Release notes Contact Support for this Fix Pack Fix Pack 3 29 May 2018 Release notes Contact Support for this Fix Pack Fix Pack 4 5 June 2018 Release notes Contact Support for this Fix Pack Fix Pack 5 12 June 2018 Release notes Contact Support for this Fix Pack Fix Pack 6 19 June 2018 Release notes Contact Support for this Fix Pack Fix Pack 7 26 June 2018 Release notes Contact Support for this Fix Pack Fix Pack 8 6 July 2018 Release notes Contact Support for this Fix Pack Fix Pack 9 10 July 2018 Release notes Contact Support for this Fix Pack Fix Pack 10
KB002760PRODUCTK2 Five 5.2K2 Five (5.2) Fix Packs The K2 Five (5.2) Fix Packs contain fixes for issues reported in K2 Five (5.2). K2 recommends that you test these Fix Packs before you deploy to a production environment. Be sure you are installing newer fix packs in your environment, and not overwriting with older fix packs.Want to see what Fix Pack level you have installed? Check out KB001893: How to determine the installed K2 software version, Cumulative Updates, and Fix Packs Also see: Fix Pack Release Date Release notes Download Link Fix Pack 1 16 October 2018 Release notes Contact Support for this Fix Pack Fix Pack 2 23 October 2018 Release notes Contact Support for this Fix Pack Fix Pack 3 31 October 2018 Release notes Contact Support for this Fix Pack Fix Pack 4 5 November 2018 Release notes Contact Support for this Fix Pack Fix Pack 5 7 November 2018 Release notes Contact Support for this Fix Pack Fix Pack 6 14 November 2018 Relea
KB002104PRODUCT: K2 Five 5.0 LEGACY/ARCHIVED CONTENTThis article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein. K2 Five Fix PacksThe K2 Five Fix Packs contain fixes for issues reported in K2 Five. K2 recommends that you test these Fix Packs before you deploy to a production environment. All K2 Five (5.0) Fix Packs are now available in the K2 Five (5.0) September 2018 Cumulative Update. Fix Pack Release Date Release notes Download link Fix Pack 1 28 November 2017 Release notes Included in September 2018 Cumulative Update Fix Pack 2 5 December 2017 Release notes Included in September 2018 Cumulative Update Fix Pack 3 12 December 201
KB003094PRODUCT: K2 Five 5.3BASED ON: K2 Five 5.3 The K2 Five (5.3) Fix Packs contain fixes for issues reported in K2 Five (5.3). K2 recommends that you test these Fix Packs before you deploy to a production environment. From Fix Pack 1 the user installing the Fix Pack must have DBOwner permissions. The installer will block the installation if the user does not have these permissions.Do not download Fix Pack 31. Use Fix Pack 30 until Fix Pack 32 is available for download. Fix Pack Release Date Release notes Download Link Fix Pack 1 3 May 2019 Release notes Download Fix Pack 1 Fix Pack 2 14 May 2019 Release notes Download Fix Pack 2 Fix Pack 3 28 May 2019 Release notes Download Fix Pack 3 Fix Pack 4 3 June 2019 Release notes Download Fix Pack 4 Fix Pack 5 11 June 2019 Release notes Download Fix Pack 5 Fix Pack 6 19 June 2019 Release notes Download Fix Pack 6 Fix Pack 7 25 June 2019 Release notes Download Fix Pack 7 Fix Pack 8 28
This tools allow to update Data Fields, XMl Fields and Folio of a specific Process Instance Id.The search is done only on the Process Instance Id. In case of issue of Data Fields (linked to a use of Process Instance Migration), this tool will be able to display all correct Data Fields and the details of error for each Data Field with migration issue.
Until approximately 2017, the Google product forums allowed styling posts with underline, text color and size, and text background color, perhaps also font type, implemented through a JavaScript-based WISIWYG rich text editor.In ~2017, their text editor was stripped of most functionality, and custom colours and font sizes were removed from existing posts.Does anyone have the JavaScript code of that legacy rich text editor? If anyone has downloaded a page from Google product forums back then, the JavaScript code might be contained in the _files subfolder.
Again!I saw a previous solutions before At the community, but it is gone Now!I want to change the interval period in the minutes from 5 to 1 minute only, in the date and time field control,Or any one can guide me how to make a NOW button to retrieve the current time/date to my field control directly in the Runtime.I am using classic form (On premises 2019)
We use a third party workflow solution as part of our core client offering. One of our clients recently asked that they be able to see the previous assignee on a task that has been delegated or escalated to them. The click path (4 clicks) from the item to the correct workflow history where the information is displayed was a little too cumbersome.Our third party workflow solution uses a custom workflow task page which is not editable so adding a web part was out of the question. So the only viable option in this case was to use a JavaScript only solution embedded in the master page. This solution allows me to deploy the solution on a client by client basis and make client specific customizations a relatively trivial task. The solution uses the Nintex Web Service method GetWorkflowHistoryForListItem and parses the return data to display only the delegation information, puts it into a table (ugly stuff here) and appends it to an element at the bottom of the page that is a core piece of th
Here is a little Holiday treat for everyone.. The Nintex Web Service I still believe is a little golden nugget rarely utilised.. I was presented this issue the other day from a prospective customer, and I thought "yeah I can do that" The idea was that in Nintex Forms the customer wanted to display the workflow audit history. EGDisplay Name Activity Title Outcome Start End User Comments Dan Stoll Assign Flexi Task Pending 3:40 PM 23/12/2014 Eileen Tan Assign a Flexi task Completed 3:39 PM 23/12/2014 3:40 PM 23/12/2014 (Eileen Tan) testing Inside the form.So without waffling to much here is a screenshot of the UDA and please find attached at the bottom.The main element is calling the Nintex Webservice method 'GetWorkflowHistoryForListItem' . and then using the 'Call Web Service' action to drill into the XML results to pull the information you need into Collection Variables.Once you have all this info you can use the same technique as you do to build
! This article is out of date! Please reach out to your account manager or CSM if you are interested in running the script in your environment. This script was originally designed for sales and marketing to better understand the use of Nintex in our client's on premise setup. The support team has adopted it to help better inform SharePoint Administrators on what the farm has running in regards to Nintex. Showing most used workflows and peak time of year for processing for example. What does it do?It will pull 4 reports on each Nintex Content DB that you have attached. This will come in the form of xls/csv files. Action Statistics Indicates workflow actions used in the last 90 days Activities: Used for reference and is the same each time as it looks at actions registered in the Nintex Workflow configuration OverviewStatisticsQuantifies sites, initiators, and other data for completed workflows.WorkflowStatisticsQuantifies actions, durations, and other data for recently started workflow
Important informationEffective 13 September 2019 (the “End of Support Date”), Nintex will officially stop supporting Nintex Mobile deployed on Windows Tablet and Windows Phone. Nintex functionality that relies solely on a specific underlying operating system operated by a third party reflects the lifecycle of that underlying OS. Accordingly, as this Nintex Mobile functionality targets the Windows 8 platform that is currently in the end of its Microsoft lifecycle. Between the date of this notice and the End of Support Date, only applicable critical patches will be implemented. For additional detail, see Windows Tablet and Windows Phone End-of-Support Notice. SummaryNintex makes it easy to automate your workflow, so you can keep projects and processes moving, but without all the manual work. It connects to any system you use to manage content, so you can tackle everything from a specific task in a single department to complex, company-wide procedures. In addition, because you can quickly
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.