Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
After upgrading to Millau 11.0.2 we ran into some problems with custom field renderers. The issue has to do with an important (documented) change in the release, but the release notes are a bit cryptic. Basically with this version, when using a custom field renderer any empty fields will now return null rather than undefined. This caused an issue for us as our custom field renderers have condition logic to handle empty fields based on undefined. This impacts the second argument passed into a custom field renderer snippet. Not difficult to fix and better behavior, but it’s an impacting change and I thought it would be good to pass along the learning. Here’s the item in the release notes.[CORE-935] - getFieldValue(s) API methods should return “null” instead of “undefined” (pre Q2 behavior)
Trying to use the image component with an attachment, but I can’t select the AttachmentId__c field from the lookup relationship, even though the field is in the model:
On my squid page I have a “parent” table that contains a row action to open a drawer. This row action is called View Child Lines. When I click on the row action, the drawer opens and loads an inner table with child lines that relate to the parent row in context. All that works. My issue is that when I click the View Child Lines row action on a parent line in the parent table, this little label pops up and doesn’t go away. So when my drawer loads with the children and I scroll down, I still see this little label on top of my child lines in the drawer. Is there a way to make this label disappear? Below is a screen shot of what I am seeing. The top row called Interactive Product Parent is the in-context parent. The little icon to the left shows that the drawer is open. That is my row action that gets clicked to open the drawer. But the View Child Lines label still shows on top of the child lines in the drawer. I can’t find a way to make it go away once I start scrolling down t
What is the difference between a context of “all rows in model” and “rows in context” for an update field on row action in a table’s global action?I want to update all the rows in the model, and I want to be able to use merge syntax in the context of each row.
Is it possible to use declarative REST models without a query method? For example, currently I’m unable to use a service-based API (POST data to one endpoint, receive a response), as it isn’t a traditional CRUD API, and doesn’t have GET response.The current REST models seem to require CRUD operations to function. Is there a way around this, or am I restricted to a custom JS solution for now?
I’m working with a legacy proprietary REST API. The initial authentication token is returned in the body of one API call and I can retrieve it with no problem. For subsequent calls, an authentication token must be passed in a header variable.Just to make things more interesting, on each call, the system may return a new token and/or a new header variable. For example: Request 1 HeaderA : tokenZ Response 1 HeaderA : tokenY <br> Request 2 HeaderA : tokenY Response 2 HeaderB : tokenY <br> Request 3 HeaderB : tokenY Response 3 HeaderA : tokenX <br> Request 4 HeaderA : tokenX etc... The header variable can be one of two possibilities, so identifying it is not difficult. However, I need some way to save the header variable and value from the response and set it on the next request. As far as I can tell there is no way to retrieve header variables in the model nor can I see a way to add a header variable to the data source before the request is made.Anyone have any suggesti
Hello, I have a Pie Chart on a regular (non aggregated) model. One series called Type. Is there a simple way I can show the “count” value in the data label using the SplitTemplate. So instead of {{Type}} as shown below, I am trying show {{Type}} - {{countIds}}. I am unable to come with syntax that works for the count value.
I receive OriginationException unable to fetch application. I have narrowed this down to the Skuid form for the application saves fine using a non-Skuid form. I am very limited in the granularity of processing I can monitor. Please help me understand what is causing this error so that I may take actio to eliminate it. Has anyone encountered this before?
I want to change the 4th tab "LEARN/EARN"to always be background green. How do I do this? Then I want to condition either the 3rd or 4th tab to show, so this will not work a#ui-id-4 { background-color: green !important; } as which tab that shows will change.
Hi all,I have struggled with this for a while but it is now urgent. My javascript is not anywhere near good.I have a Model - called DatesField 1 : {{Date}}Field 2 : {{Days}}Field 3 : {{NewDate}}I would like to get a snippet that runs to add Days to Date and insert NewDateI tried this… but wrong 😦var params = arguments[0], $ = skuid.$;var model = skuid.$M(‘Dates’);var row = model.getFirstRow();var dateVar = row.Date;var daystoadd = row.Days;dateVar.setDate(dateVar.getDate() + daystoadd);model.updateRow(row,{NewDate : dateVar});Can anyone see where I have screwed up )
No unsaved changes warning in Lightning. I think the model changes are being “activated” (the save button is highlighted) but I don’t get the browser popup. I do get it if I switch back to Classic. No browser popup blocker.
So I’ve been going over the forum here for a few days now and haven’t really found an answer to this. We’re building a fairly big system with Skuid and in it there are a lot of field editors with varying user permissions. So fields can be read/edit at some levels, readonly at others. What we’d like to do is assign generic classes to fields/rows based on field type and read status that can be used for styling. An example would be, readonly fields having a lock icon and different hover state. This would ideally be without custom field renderers and be model agnostic. We just want it work system wide on any field editor. Being able to have an end result like this would be great: <div class="nx-basicfieldeditor-item picklist readonly" guid="11"> I can achieve it with custom field renderers (which I’m using in my test page) but having to go through 100’s of templates to assign custom field renderers (or find and replace XML) seems overly cumbersome. So I figure this has to be a snipp
My popup on my iphone is scrolling the screen behind the popup instead of the data within the popup. https://drive.google.com/file/d/1CnrjWgjbOP6oEJNd6yENZEW5VyR9Xi8V/viewIt is an iframe that is in a template. On the desktop I see a slider on the right side. On the iphone I do not see a slider. It will slide up and down (sometimes) if I get right on the right side of the popup.
I’m trying to create an OAuth2 Authorization Code connection to our internal APIs. I’ve been noticing the Authentication Request URL generated by skuid contains a state parameter which is JSON. With that I’m receiving a 500, however when I remove it I have success. Any idea why the state is included and if there is a way to remove it?In the meantime, I’m checking to see if there is a way for our service can handle that.
Hey team,I want to insert the insights from this example http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/bu…onto my skuid page. Not really sure where to start. Does anyone know a good reference for setting this up. I want the graph to have it’s field values change according to it’s respective field inside my skuid models.
I have a deck with an object and a related object. When I initially show a deck with the the records and related records the deck shows fine. Once I requery the fields of related records no longer show. The “Name”, “Created Date” and “Search Number” are all in the related object. If I hit f5 they all show again. https://drive.google.com/file/d/1hhjfDF5h4T28JvepPhrSMBU_bvjMrkOm/view
We have Experian address validator on one of the skuid pages, which is working fine. When I opened the same page in a page include from different page, address validator stopped working. Any thoughts on what cause this issue?
This issue relates to this thread: https://community.skuid.com/t/ui-only-picklist-options-that-are-values-from-a-field-on-an… I was able to get John’s recommended code working on the latest version of Skuid for Salesforce, but when I try to implement on Skuid Platform it doesn’t work. I’m thinking there might be a bug with how Skuid Platform is applying the model conditions via javascript. Basically nothing happens when the javascript is run and the conditions should have been applied. Here is sample code for Skuid Platform (change the datasource) to reproduce the issue: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Filter" query="false" createrowifnonefound="false" datasource="ENTER_SALESFORCE_DATASOURCE" processonclient="true" type="" sobject="Account" limit="1" uniqueid="sk-pNJKb-264"> <fields> <field id="Id" accessible="true" createable="false" editable="false" filterable="tru
I want to display events attended by Salesforce contacts in a related list on the contact record. This event information will come from an external system - Eventsforce which is accessed via REST API.In order to match the salesforce contact record, with the associated Eventsforce contact, I need to look up the attendees register, but to do this I need the eventID value which is stored in Eventsforce and not Salesforce.The first query I can send gets me a list of all the events in Eventsforce, including the value in the eventID field.https://www.eventsforce.net/jiscevents-sandbox/api/v2/events.jsonThe next query will get me all of the attendees for a given event. https://www.eventsforce.net/jiscevents-sandbox/api/v2/events/eventID/attendees.jsonBut how do I get the value from the eventID field into my second query above, can Skuid do this? Is this unachievable without me loading the eventID values into Salesforce via another means?
I have this following function to invoke pop-up where I have a page include function openContactInfoPopUp(OpptyId, ShowSec){ console.log('I am in pop-up function--Dinesh', OpptyId,'---',ShowSec); var popupXMLString = '<popup title="Contact Information" width="90%">' +'<components>' +'<custom name="popupPlace" uniqueid="sk-qs-sc-3668"/>' +'<includepanel type="skuid" uniqueid="sk-qt1t0-3671" pagename="OpptyContactMethods" module="" querystring="?oid='+OpptyId+'&amp;ShowSec='+ShowSec+'" lazyload="true"/>' +'</components>' +'<afterclose>' +'<action type="custom" snippet="RedirectScreenJS"/>' +'</afterclose>' +'</popup>'; var popupXML = skuid.utils.makeXMLDoc(popupXMLString); var popup = skuid.utils.createPopupFromPopupXML(popupXML); } Couldn’t understood where I am going wrong. pop-up is not showing. Any help is appreciated. Thanks.
I have a visualforce page like this: <page>standardController="Patient __c" extensions=“skuid.Redirects” action=“{!redirect}&objectType=Patient__ c&actionType=View”> And Page Assignments like this: I have one user who is not getting redirected correctly. She is getting the standard salesforce layout, with this URL: https://thecenterukiah.my.salesforce.com/XXXXXXXXXXXXXXXXXX?nooverride=1&sfdc.override=1 The user: Has a skuid license. Has the skuid page viewer permissionset Has access to the page through sharing rules Has permission to read and write the object in SFDC What am I missing?
Has anyone been able to build a model pulling in Lightning’s Enhanced Notes (ContentNote) object? The object shows up as an option when setting up a new Model, and I can pull fields in fine-ish. But what I can’t figure out is how to only pull in Note records that meet certain criteria - related to a particular Contact, Account, etc.Anyone have any luck/experience with this?
I get a blank page and all these console errors on a force.com site: I’ve done sites before successfully, but struggling with this one. Any ideas?
This is a question with an answer. In Millau 11.02 some of my Queue on click interactions were no longer working. The Queue record would be clicked but nothing would be passed. After trail an error I noticed that if I simply deleted the interaction and refilled it in with the exact same data it would work again. I hadn’t upgraded for a couple releases so that may be why. But simply recreating the interaction seemed to solve the problem over and over.
I’m getting the following error when trying to add a new authentication provider for Salesforce on Skuid Platform:Request to data source “SkuidLocal” failed. : Internal Server Error: An internal server error occurredI’ve double checked I’ve followed all the steps at https://docs.skuid.com/latest/en/data/salesforce/, but can’t seem to figure out the issue.Anyone seen this before or know what might be the cause?Thanks in advance,Andrew
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.