Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
We are deploying a skuid page through a lightning component, which is placed into the right hand panel on a record detail page in lightning. The content of the skuid page takes a little while to load. Would it be possible to show a spinner whilst waiting for this content to load, to show the user that there is more information coming into the page? Ideally this would use the “aura:renderIf” attribute within the lightning component - https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/aura_compref_aura_renderI… e.g. <aura:component implements="flexipage:availableForRecordHome,force:hasRecordId" access="global"> <aura:attribute name="pageLoadComplete" type="Boolean" /> <aura:renderIf isTrue="{!v&#46;pageLoadComplete}"> <skuid:page page="InquirySectorsComponent" id="{!v&#46;recordId}" /> <aura:set attribute="else"> <!-- show the spinner until the page is loaded --> <div class=&quot;demo-only&quot; style=&a
When Model saved action is firing before model is saved. I have created sample page with one model and one table with two required fields. Tried saving record without populating required field. Of course record got an error for required field being empty. However “When Model saved” is fired. Here is the Xml of the sample page for this issue. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Contacts" limit="5" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Contact"> <fields> <field id="FirstName"/> <field id="LastName"/> <field id="Email"/> <field id="Birthdate"/> </fields> <conditions/> <actions> <action> <actions>
The Flow is, whenever field is updated in table row, i need to capture the Id of the particular row. Tried using multiple approach but doesn’t seems to be working. Any help would be appraciated.
I noticed that after update, you’re unable to close popups from Templates. Regular popups can close just fine; however, even including a button in the custom template popup with action ‘Close All Popups’ doesn’t close it.Video below shows the behavior on two separate pages with both a custom & standard layout template.
I have an Events model on which Advanced > Query Deleted / Archived records is TRUE. When the page loads, archived Events are included in the query. However, when the model is requeried or the table sorted (a type of requery), archived Events are no longer included. I’m running vs.10.0.9.
Just testing some things on the new release and I noticed an issue on refreshing a page. This happens intermittently so I’ve been unable to pinpoint the cause. What’s happening is the theme sometimes displays correctly, and when refreshed it shows the buggy lightning theme view. Also, whenever you switch over to the Lightning Theme as the org default, it shows that buggy view across the board. All page support files have been generated and this only started showing up when we updated to 11.0.1 this morning.
I managed to corrupt a page by messing up the html. When I restore a version from 2 weeks ago I am getting this message: "Visualforce Error Help for this Page System.XmlException: Failed to parse XML due to: in epilog non whitespace content is not allowed but got h (position: END_TAG seen …h… @44:449) An unexpected error has occurred. Your solution provider has been notified. (skuid)" The page is RM1_Lead_New_Member_Single
Hi Guys,I am running SKUID version 9.5.5 on my salesforce org. It is very slow and takes ages to load up a page. How can I solve this issue?Thank you
I have a Wizard component, which has a tabset in each of its steps, and a template component in each tab. Here’s a section of XML showing the structure … The issue is I see wasted whitespace above the tabset and between the tabset and the content of the tabs Is there any way to style the wizard, tabset and tab components to control the height of these white spaces or remove them entirely? Thanks!
How do i add a search field which looks at specific field e.g. location on the SKUID page.Thank you
I know there is the option to have a table convert into cards for mobile, but there are some circumstances that I would like to have an actual table display and scroll through it. I have several tables like this. On mobile safari, the up/down scroll is fine, but right/left is really bad. Most of the time it doesn’t respond to my swipes. I’m using a sticky header… maybe that has something to do with it…
Does anyone know of an easy way to force the contents of a tab to reload every time you click on it? Here is the catch: the contents of the tab is a PageInclude component. Therefore, the Models it contains are not in the Parent Tab Page - otherwise I would just use Tab Actions to requery the model. Here’s the setup: Parent Tabbed Page - tab page with 3 tabs representing 3 Lead “Statuses” (Open, Working, & Qualified) Child Page - Each tab includes a PageInclude component that loads the same page, but the tab filters the page condition via a Query String in the Page Include component. How it works: When you click on the “Qualified” tab, it loads the Page Include and feeds the Query String to the “Filterable, Off by Default” Model Condition called “ProspectStatus”. So basically it only displays the Leads that are in the “Qualified” status. Clicking on the other 2 tabs (“Open” or “Working”) yields the proper results. This is all working just fine. Here is my problem (I’ll use a
Anyone used Salesforce Big Objects with skuid? Any special considerations?
Hey, I am trying to use Skuid for SF and getting this error message when attempting to upgrade. Any suggestions?This app can’t be upgraded. There are problems that prevent this package from being installed. Dependent class is invalid and needs recompilation: Class skuid.Utils : Method does not exist or incorrect signature: void publish(List) from the type EventBus
Automatically generated filters are great! But I must be missing something, because I don’t want to show options that would filter for 0 records. How do I exclude options from the filter if the model does not have any records that match that value Also, any idea why my “Other” option wouldn’t be showing here?
Hello Team, We recently upgraded skuid to Millau 11.01 version in our dev org. After installing Millau page components such as table is not loaded on page load. This does happen 7 out of 10 page loads. Just wondering if all components are not loaded on page load (may be components are loaded asynchronously). Anyone else having this problem?GyanThank you.
Hi, we are planning to upgrade to Skuid’s latest version. Would like to know the general steps or best practices to make sure all our Skuid pages are working as expected after the upgrade. Thanks!
Hi All, sforce.apex.execute works well in classic mode with snippet, but fail in Lightning experience. Any help is appreciated.
Hello, I am using standard redirects for the Standard Salesforce objects Tab pages. I am attempting to show a friendly title in the web browser tab (chrome) to replace the whole URL that currently shows up. Below is the VF page markup, but it is not working. No error msg, just continues to show URL in web tab title. I have read the redirect tutorials and posts, but am not seeing where I am going wrong. Any suggestions greatly appreciated, Thanks! <apex:page standardController=“Contact” recordSetVar=“c” extensions=“skuid.Redirects” action=“{!redirect}?page=ContactsHomeNew” title=“ContactsHome”> </apex:page> Ann
I’m trying to allow reps to mass update Leads by creating a UI only field with certain statuses, and then have the UI Status field auto update the SFDC Status field with the value.However, my normal code doesn’t work for syncing over UI Only Fields since it’s not the first row (I usually use: {{$Model.ltabLeads.data.0.LeadStatuss}} )Is there a way to sync over a UI only field to multiple selected leads?
I just noticed that a bunch of my buttons on Skuid Platform stopped working. You click the button and nothing happens. After a bunch of head scratching, I realized that it is only buttons that have a “Create New Row” action attached to them. Was an update to Skuid Platform pushed out in the last 24 hours? Here’s a sample page to recreate the problem: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Contact" query="false" createrowifnonefound="false" datasource="ENTER_SALESFORCE_DATASOURCE" processonclient="true" type="" sobject="Contact" limit="1" uniqueid="sk-3amJmx-186"> <fields> <field id="Id" accessible="true" createable="false" editable="false" filterable="true" groupable="true" sortable="true" displaytype="ID" label="Contact ID"/> </fields> <conditions/> <actions/> </model> </models> <components> <buttonset uniqueid="sk-3akFWL-164">
I moved some pages from a Sandbox with 10.0.7 to a partial Sandbox with 11.0.1. I’m getting the error “bad value for restricted picklist field:” on any multi picklist in 11.0.1 when I select more than one option. I made sure to add all of the values for the Account record type and the other record types that I’m not using as well. It works with no issue on a normal page layout, but throws the error in any Skuid page. Is there anything I can do, or should we just go with an older release?
Hi, I’m trying to do a post request with skuid to an external api. Everything works fine in the post request (the payload is send and it arrives on the other endpoint) but I also need to retrieve the response from the post and cast it to a my skuid model ( the response is an array)…here is my configuration I can’t understand where I can fill the type of the response of my post method (casted to my skuid model)… I also try to debug in dev tools and I get this error (I don’t know if It is related with this problem) [{“statusCode”:500,“type”:“exception”,“ref”:false,“action”:“Unknown”,“method”:“Unknown”,“message”:“Content type ‘null’ not supported for Visualforce remoting request. Expected ‘application/json’.”,“where”:“”,“data”:“”,“vfTx”:true,“vfDbg”:true}]
As per subject.
https://youtu.be/TXuJuS4CjhA?t=24m51s
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.