Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Strange javascript error on this page:Any idea what might be going wrong?
We’re trying to create a public-facing booking marketing calendar using the calendar component and think we’ve just discovered a show-stopper for us. When you create a simple skuid page with a calendar and event source against any object that you’ve correctly exposed on a public site with the guest site user profile the events show up fine in a month view but are completely missing in the week view.Sounds strange but we tried different options and can’t figure it. It didn’t matter what object we used, whether it was read-only or not, creating events on the fly, no events showed up in week view but it was all ok in month view. We couldn’t find a work around so we’re a bit stuck and wanted to demo this in a week’s time. After looking at the other reported issues in the community the only one which looked vaguely relevant was a grouping issue but we’re not using any grouping:https://community.skuid.com/t/calendar-events-from-one-event-source-only-show-in-month…Note that this occurs only w
Related_Person__c is a child object of Patient__c.When a user visits the detail page of a Related Person (i.e. /{{Id}}), I’d like to send them to the same squid page that the Patient detail redirects too, and also add #related_person to the url.Patient__c detail redirects to something like this:/apex/UI?id={{Id}}&sfdc.override=1&objectType=Patient__c&actionType=ViewWould it be possible to Related_Person__c detail to redirect to something like this:/apex/UI?id={{Patient_Name__c}}&sfdc.override=1&objectType=Related_Person__c&actionType=View#related_personWhere Patient_Name__c is the reference field from Related Person to Patient.How would I set that up?
I need to attach a file to a model. But the file upload component does not seem to work.
I am confused about what line is in context when using a pop up feature with a table. I have three models: Events, Attendance, and Contacts. The events model is tied to the table with a drawer feature for Attendance and a popup for Contacts. Attendance is connected to Actions via lookup so that field must be filled in.What should happen is when the Contact pop up is open there is a row action that adds contacts to the Attendance model via the Action framework. Unfortunately, it is only working for the first line in the attendance model and not the row in context (or what I think is context). I put a table from the Event model in the popup to see what line it sees, it shows the correct Event line. However when the record is created in the attendance model it only attaches to the first line in the Event model.I am using a merge syntax to set the event name: {{$Model.EventModel.data.0.Id}} but it is pulling the first line in the model and not the first line in context.Any light to shed wo
Try as I might, I cannot find a way to reorder navigation items within a navigation component. Drag and drop isn’t working, they just return to their original position.
Hello!I’m sure there’s a simple answer to this, I just can’t quite put my fingers on it…I have a condition:Postcode CONTAINS ________ (value inserted via action from another model)If the value inserted via an action is blank the whole database is queried and served up (understandably given the CONTAINS logic). What I’m looking to do is have a second condition that says if inserted value from another model is blank then don’t employ the first condition. So (1 AND 2) oughta do it.The problem is that the value being inserted via an action into the first condition is from an unsaved edit field on a different model - i.e. the field value has not yet been committed.Any ideas would be much appreciated.Cheers!Louis
I am testing out Banzai - Release Candidate 4 Release 7.5. I created a new Theme and when I try and go to edit the theme the page tries to load but never finishes.
Theme composer rocks! One minor problem: I changed the nav background color of a theme to dark blue. It works in a preview of the theme, but it doesn’t actually update the color of the nav in the theme composer. In composer: Actual theme (in preview):
Hi,I am trying to add files to a record of a SObject via SKUID but wanted to keep these files out of standard salesforce attachment object. Is it possible and if yes how to achieve the same?Thanks in advance
Love the new master page feature. I followed the tutorial and created a slick new header. I’d like to apply that to a bunch of pages… maybe even everything in a certain module? Any easy way to do that, or do I have to update every one of the pages manually, one-by-one>
Hi, We have been able to set up an integration with Salesforce and Marketo for a client recently (where all related testing has to be done in a production environment) and have Marketo’s Sales Insights plug-in installed and set up properly. It shows up in the standard Salesforce detail page just fine for a specific lead for example and is pushing and pulling data just fine. Below is a screen shot from the section on a standard Salesforce page: I was able to use Skuid to re-create most of the functionality available from the standard Sales Insight look and feel and it looks something like this (from a lower portion of our Skuid lead detail page): my issue is that the interesting moment that shows up in Standard Salesforce doesn’t show up on the Skuid page. Further details: I’m using the Interesting Moments Cache object on the Skuid page and setting a condition to set the Record Id to the param Id as you would to link any other object and other similarly named objects for the other tabs
If I try to create a theme with a duplicate name of an existing theme, this is what happens:
I am trying to update a field inside row action popup window using action “update field on row” added to button click. The problem is that it updates all the rows with the updated value whereas the desired result should be only updating the current row’s field.
When a check box is selected I want to open the drawers for all rows in the table and close when deselected.How to close the drawers from snippet ? any API access we have to access it ?Thanks.
We have a number of skuid pages associated with different custom objects. One such object is a Service Type. On the layout there are fields that are linked to other objects, like a State object or county. When you click on the field value, the object opens in a New Tab in the console as it should. We have another object called a Recording, and when we click on the related field, nothing happens. So we tested and from the Service Type, right click and Open in new Window and the State Object opens, just like it should, but when we do the same thing with the recording, the parent object opens again and not the related object. Very bizarre and have looked at each skuid page and they appear to be very similar so not sure what would cause this or where to look.
Do page assignments take their time to work, or should I expect them to function immediately? If immediately, something is broken, or I’m doing it wrong. I assume that this… …means that when I click on the Referral tab, I should see the ManageReferrals page? I’m still getting the standard salesforce layout.
In the new release, Banzai, is the connection to the external source set-up using Lightning Connect? or can set-up a connection with an external source (Odata) directly from Skuid??
Hi,I was trying to deactivate some conditions and keep 1 live condition active and bring some data based on that,but the below code doen’t query the new data rows as I expected.I still can see in the console, the query is modified as I expected though the getFirstRow() returns nothingPlease help, Thanks in advance. var EventRelationModel = skuid&#46;model&#46;getModel('EventRelation');<br />var EventRelationsData = EventRelationModel&#46;getFirstRow(); <br />var WhoModel = skuid&#46;model&#46;getModel('Who');<br />var WhoData = WhoModel&#46;getFirstRow();<br />if((!WhoData) &amp;&amp; (existingEvent&#46;WhatId === null || existingEvent&#46;WhatId === 'undefined' || existingEvent&#46;WhatId === '')) {<br /> <br /> $&#46;each(WhoModel&#46;conditions,function(i,condition){<br /> <br /> if (condition&#46;name &amp;&amp; condition&#46;name !== 'whoFilter4'){ <br /> WhoMo
I love getting ideas from others at Dreamforce related to SFDC use. Would anybody be interested in doing a Skuid idea exchange at DF this year?I’m thinking you share a couple of pages you’ve built, talk about interesting applications and some tips/tricks you’ve learned along the way. With a few people, I’m sure we could all walk away with some really good ideas.
I’m trying to figure out how to render a tab based on some tricky criteria. We have a tab that normally renders for “Yesterday’s Transactions”, which is pretty easy since I can just see whether rows are present in a model that is defined by “Transaction date = Yesterday”. What’s tough is dealing with weekends. We never have transactions on Saturday or Sunday, so on Mondays I need a tab that shows the previous Friday’s transactions. There doesn’t seem to be an option for “Transaction date = n Days Ago” so I’m not sure how to build a model based on this. “Transaction Date = last 3 days” would work, but I’d need to be able to hide the tab for every day except Monday. Any help or ideas would be appreciated. Thanks.
Having Rich Text Data Type Field, does not shows the actual value after entered, saved the value. It is showing the value when we click the edit. Is there any solution for this?It seems the entered values taking as HTML, how to avoid it taking as HTML instead make it get displays actual data entered?
Flow is only showing up in preview mode, when loaded in testing record, error is received -
Basically, this would be “drawer” functionality, but made so that all there was a “drawer” for each of the main records, which showed the child record data in a table. But of course the “drawer” would always been open.
what would be the proper way of coding this function:retValue gets set in the callback from the model.updateData(). The problem seems to be that the function is returning before the callback is called, hence, returning zero.Can we make the function wait until the callback is done before returning? If so how would you do that? Any thoughts?Thank you.
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.