Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I am trying to open an existing theme called “Kiosk” using theme composer in a sandbox but unable to do so. It never loads. We are using Brooklyn Iteration 4 (Version Number 9.3.4). Attaching some screenshots. Please help!
I have a tab set with page include on all tab sets except for the Home tab. In the home tab i have a button that I would like to set the action to open the another tab, Hot Leads, without using a popup button. since the Hot Leads tab is a page include, what or how would be URL redirect look like for the button at the Home tab?
I have created a button that simply redirects the user to the standard salesforce create opportunity screen. Is there a way to pre-populate opportunity field values in in my URL so that when the screen opens the values are already set? For example, I would like the lead source field on the opportunity to pre-populate with “Prospecting”.
How can i float save and cancel buttons on a page title component to the middle of the page… Right-now I have them on the left side of the page. I tried the following CSS but dint work. div .title-buttons-center .nx-header-right { margin-left: auto; margin-right: auto; }
We have a page that has a tab for related attachments. There is an action on the tab to query the attachment model. The model has a limit of 25 and is sorted by CreatedDate DESC. We have a record with more than 25 attachments (there are 56), but when we click Load More only one more record loads. If we up the model limit to 30 the same thing happens (it loads 30 and then after clicking Load More only 1 more loads).
Hi there. OK so I now have Skuid and had a little play but am totally new and lost. I wanted to make a simple first skuid page which replicates or makes use of a custom object page I made in salesforce already. The one complex thing about this page is that I have created a dependent picklist thats quite complicated and due ot this in salesforce lists loads of dropdown boxes which show each one even those not in use due to a particular selection. I believe that Skuid can tidy up this dependent picklist so its much more User Interface friendly. How do I do all of this or a particular step-by-step for each of these needs? Any heklp much appreciated, really want to utilize this tool to its full advantage and believe this first effort will help me understand how its function and operates much better
I am using the template in a table to create a hyperlink to a different Skuid page. What I did here - {{Name}} It should create a hyperlink to the page but instead of that it is redirecting me to the detail page of the record. Please help me out.
When the “Keep Header Visible” option is enabled, the table headers shift to the left when scrolling down. Also, when a user is scrolling down and trys to make a row selection using the checkbox, the checkbox doesn’t register at the UI level. Is there a fix to this? It is driving a bad user experience when we are trying to increase adoption of the page.
I should be able to set model name and fields required dynamically using the javascript.
Hello Community, I have a custom object which has few record types. when i try to create a record on that object in classic salesforce view, i see the following page layout. Now i want to know how can i replicate it using a skuid page. So on the tab i have skuid page with list view and looks something like the below screenshot. When i click the create button, I want to see a skuid page asking me to Choose for the record type (Just like how we see a page coming up in the Classic salesforce view). How can i accomplish this task? Thank you.
I am trying to great a Global Action button that will redirect my users to the standard create new contact page in salesforce. I can get the page to pull up fine, but I can’t get the AccountID to pass into the Account field.Here is my redirect URL:/setup/ui/recordtypeselect.jsp?ent=Contact&retURL=%2F{{{$Model.Contact.data.AccountId}}}&save_new_url=%2F003%2Fe%3FretURL%3D%252F{{{$Model.Contact.data.AccountId}}}%26accid%3D{{{$Model.Contact.data.AccountId}}}Any idea what could be wrong?
Question regarding the capabilities of the Skuid Platform - wondering if someone from the Skuid Team is able to shed light on this. Can AWS securely host a SQL database and allow access to it for Skuid?
Currently I can view a page normally and all functionality works. But if I add an icon on my progress bar and the page no longer fully loads. I still get the notification that leaving the page may result in unsaved changes, but the page does not redirect to the skuid page. I am working on a trial version until licenses are purchased and am not sure that makes a difference.
So I have this page components: When they display they look like this: I want to be able to display the numbers correctly such as: 61,002 ( added separator). What would be the appropriate way of adding this with skuid? Thanks.
Everytime I try to create a drilldown on my charts, chrome kills the pages, safari crashes, any ideas what may be causing this? Thanks!
Hi,After the upgrade to SKUID Brooklyn 9.3.3 version I have been getting -Uncaught TypeError: Cannot read property ‘getService’ of undefined error for skuid.service.getService() calls.Could someone please suggest what the problem could be? This was working perfectly fine before the upgrade to Brooklyn Iteration 1 or 2 .This is really urgent as my application is not working anymore.Thanks & Regards,Anshulika
I have created validation rules in opportunity object and set opportunity standard layout in skuid page ,and inside skuid page we have try to dived and save record as per opportunity amount , so i am check in any time user enter max values in another text box after that validation rule to check opp amount should not maximum. but No validation error in show ??how we done this task ??anybady help me .
I am trying to set up a context for a sliding panel with a related record and losing context.https://drive.google.com/file/d/0B409lhd9sYDcWFNVLVdXbVlwMm8/view
I want to use skuid page in opportunity layout . when we are open opportunity record that is automattically moved/ to edit mode text box ,text box is in skuid page so i want to edit mode set by default.anyone help me , how to disable autofocus in skuid.
I have 2 new page I am building and yesterday the conditional rendering of buttons has stopped working. Upgrading to I4 did not fix the problem. I can add button to to old pages just fine. Any ideas. I created a new simple test and the buttons conditions also do not work.
This should be an easy one. I have a salesforce checkbox… let’s call it Checkbox__c. I have a UI only formula field that I want to return the value of that checkbox so I can use in an if statement. However, {{Checkbox__c}} isn’t returning anything. I think it should be. The box that would be in context is checked, so I would expect it to return true. I’m able to get the values of other fields, just not this Boolean. Any thoughts? I tried wrapping it in VALUE(), but that didn’t help either. Thanks
We are using page include but for one user it’s throwing error as :There was an error attempting to load the requested page. Note: Btw same user able to see that page when i am opening the page using the URL. So it’s that user have access to that skuid page. Thanks, Raj
What do I have wrong?If ( LEN( {{Temp_10_Digits__c}} ) == 10,“”,“The phone length is " & LEN({{Temp_10_Digits__c}}) & " digits, it needs to be 10 digits.” )
Need your help 🙂I’m trying to remove the <a href linking on a div / class on a page that is a page includes. I’m having no luck with this syntax, am I way off? (function(skuid){<br> var $ = skuid.$; $(document.body).one('pageload',function(){ var myModel = skuid.model.getModel('MyModelId'); var myComponent = skuid.component.getById('MyComponentUniqueId'); $(".nx-field, nx-layout-above, a").each(function(){ if($(this).hasClass("nx-fieldtext")){ $(this).removeAttr("href"); }); })(skuid);
Barry is probably best to answer this about collapsable wrappers. If I have an include that has a collapsible wrapper. If I condition the first open to get the passed URL can this be done.https://drive.google.com/file/d/0B409lhd9sYDcWW5VM0tRS0lwaUk/view
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.