We are looking at moving over to explicit process reviews so they are done at the same time every year. BUT, is there a way to disable the override default so that process editors cannot change this?
Query Regarding Custom Font Integration on K2 Server
We have observed that the K2 server is using Poppins as the default font across forms and generated content. We would like to understand if it is possible to configure or override this default behavior to include and use a custom font.Specifically, we would like clarification on the following points: Does K2 support adding and using custom fonts at the server or application level? If supported, what is the recommended approach to: Upload/register a custom font (e.g., TTF/OTF/WOFF)? Apply it globally across K2 forms, views, SmartForms, and generated PDFs/emails? Are there any limitations or best practices when using custom fonts in K2 (browser compatibility, performance, or PDF rendering concerns)? Is this achievable via: K2 configuration settings Custom CSS injection IIS/server-level font installation Or K2 SmartForms theme customization?
Nintex Cloud Form with Repeating Section save to SharePoint list item
I want to be able to submit a form with a repeating section in NWC to SharePoint online list item. I want the SharePoint online form to display that same data in a repeating section. The formats are not compatible. How is anyone accomplishing this? Frustrating that there is no consistency between the Repeating sections data formats.
Page break after each record in Salesforce DocGen Package
Is it possible to force page break after each record in repetition when generating document in Salesforce DocGen package from a word template? I am trying to generate document with one page for each child Contact record related to an Account record.
Error trying to embed Nintex 2016 Form using iframe in MS Edge
I have been trying to embed a Nintex 2016 Form in an iframe on a non-SharePoint web-page and receiving the following error in console.Uncaught SecurityError: Failed to read a named property 'SP' from 'Window': Blocked a frame with origin "https://myexamplesite.net.au" from accessing a cross-origin frame. at $_global_init (init.js?rev=RHfoRxFuwXZ%2BOo2JABCoHA%3D%3DTAG0:1:42957) at init.js?rev=RHfoRxFuwXZ%2BOo2JABCoHA%3D%3DTAG0:1:280872Has anyone seen this or has used a fix for this security block?An online search of this issue indicates SharePoint pages (especially classic pages, forms, and the Nintex Workflow/Forms) often use JavaScript that calls window.parent.SP, so the browser’s same-origin policy prevents it from accessing JavaScript objects in another domain, protocol, or port.Adding Content-Security-Policy-Report-Only to web.config has not fixed the issue.This seems to be a new JavaScript call in Sharepoint 2016 as this worked in Sharepoint 2013.