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’m new to Skuid, so I’m hoping I’m just missing something. I have built a table (Basic model) and want users to be able to sort by any of the columns in the table. I set the default sort (Product_Number__c ASC) and this works. However, I can’t find a setting to allow ordering. Screenshots in other posts show a checkbox under field properties called “Allow Ordering”. I don’t have that checkbox. What am I missing?
I am wondering if I can run a Java Snippet (or Apex) to automatically email a user when an Account proceeds to a next step in a wizard. This is to remind another user that they must now take action on that account since the Account has gotten to a certain point in the Wizard. What would be the easiest way to do this? Thanks!
The model is loading correctly with the filtered value, but the filter itself displays “----” instead of the manual option that matches the condition. Condition: Filter: Pageload: the filter displays “----” instead of “Scheduled”
Hi Again, We have a filter on a activities that used to work in Banzai, but now fails. It filters all activities based on owner role. It works for all but 1 role. See screenshot. Any ideas?
Hi There, New error that appeared when trying to save opportunity records in Rockaway. Required Fields have no Value [Name] Worked on Banzai, and when I remove the Skuid UI, it works in vanilla SFDC. Any ideas on how to fix this? Screenshot attached.
Hello,I am not quite sure I have the description right, so may have missed an answer already posted. We have an object call Smart result which can have a many to many relationship to opportunities, this is achieved through a join object called contribution. I am looking for a way to allow a user to1. Select a Smart result from a list2. Click “Add opportunities”3. Filter/ select a list of opportunities in a pop up4. With one click create join contribution objects for all filtered opportunities and the selected Smart result.Very new to skuid (loving it) so any help very much appreciated. It is the last step that has me stumped. Cheers,Ben.
I have a rep who was trying to close an Opp and is getting a “Insufficient access rights on object id” error. We haven’t adjusted the page at all but we did install Rockaway. How can we fix that?
My Post-Install Script does not seem to be running as the pages that are being inserted are from a long time ago and only about half of the pages from my module are being inserted. Below is my script and my Module is named UMANO (as state in the script below), and assigned in my managed package. Any ideas what could be going on here? public static final String NAMESPACE\_PREFIX = 'UMANO'; public static boolean IsRunning { public get { if (IsRunning==null) IsRunning = false; return IsRunning; } public set; } public void onInstall(InstallContext ctx) { IsRunning=true; RefreshPagesInModule(NAMESPACE\_PREFIX); IsRunning=false; } public static List<skuid __page__ c> RefreshPagesInModule(String module) { // See if a StaticResource containing new pages for this module yet exists StaticResource sr = [ select Body from StaticResource where Name = :(module + 'Pages')
I’ve been scratching my head as to why my page include isn’t lazy loading. I have a queue, and only want the page include to load when the queue item has been selected.Finally after reading the tutorial, I noticed this:4. Click Lazy Load if you don’t want this page include to load immediately. This will make the parent page load faster, and your page include will only load when it gets a request from the Queue or when its tab is opened.My queue and page include are on a tab. Is there any way I can get it to lazy load? I pulled them off the tab and confirmed it works that way, just doesn’t on the tab.
I am completely new to skuid. But, I want to use PandaDoc an installed package on opportunity object. So my skuid page should have a PandaDoc section. The iframe i used is https://pandadoc.na7.visual.force.com/apex/c__PandaDoc?id={{{Id}}}&isdtp=nv"; width="70%" height="800px" frameborder="false"> But i am getting an error saying “page PandaDoc does not exist”
I must be doing something wrong? here’s the setup: Here are the runtime elements: Where are my unique id and CSS class?
How to create a dropdown table as shown in the screenshot.
When I was troubleshooting page includes not working, I came upon an extremely quirky bug that I haven’t quite figured out yet. The glitch i’m noticing is that chart’s within pages to be included aren’t loading, always. As this involves page includes & I’ve now bookmarked every post made about them, let me clear up some possibilities.I have local clones of Include, UploadImage, and Export Data which are all assigned to everyoneThere are no model name conflicts between home page & page includePage include works perfectly fine on all other pages (other than home page)Now I do have page includes on home pages that work (displaying charts etc.) but here’s the glitch i’m running into.A page that does not have an existing chart (even with/without a model) is unable to display chart information from any page includes that do have charts.So here’s the scenario. I’ve broken each tab of our home page (Closed Won, Pipeline, Tasks, Leads) into individual separate pages. Each of these pages
We have a Javascript snippet where we’re trying to update the same object twice (once to clear some fields and then again to set a field and fire a trigger (that requires the other fields to have been cleared)). Unfortunately, the second update doesn’t happen. The same JS code works in a button in Salesforce, just not in Skuid.The fields in the first update get changed successfully, but the second update Is this something related to configuration? Or is it a limitation with Skuid?Here’s what the code essentially looks like: var opp = skuid.model.getModel(“Opportunity”).getFirstRow(); var o = new sforce.SObject(“Opportunity”); o.Id = opp.Id; o.Field_One__c = null; o.Field_Two__c = null; sforce.connection.update([o]); // This one works var d = new Date(); o.Send_Date__c = d.toJSON(); o.Send_Single__c = true; sforce.connection.update([o]); // This one doesn’t work
I am trying to create a salesforce community using nothing else but skuid and I was able to do so by redirecting the main tab. However, I can’t figure out how to expose some pages to the public, meaning anyone in the world can see them. I am just questioning if this is possible to do it since there are license cost associated. I was told that Skuidify website was built using skuid. So how can we do the same with heavy integration with the salesforce community setup. Any help, direction toward this goal is greatly appreciated.
I’m trying to create a ui formula field that compares the value of a ui text field with the value of an encryptedtext field.But merge syntax on an encrypted field just returns ‘****’.How can I access the actual value of an encrypted field?
I need to translate the contents of certain rich text components into other languages. Any initial ideas on ways to tackle that?
I’m trying to do the reverse of what this post accomplishes:https://community.skuid.com/t/model-condition-based-on-formulaIs it possible to do something like this for a UI formula field?:If( model.condition1 = true, Amount_Div1,If( model.condition2 = true, Amount_Div2,Amount))I understand that even if this were possible, it might not be ideal for performance. But the alternative is to multiply the number of models or pages needed to view a dashboard summary (Company wide, Div1, Div2, etc…)
Is that a navigation component button? or is it still a pagetitle? And if the latter, how did you achieve dropdown result?
I would like to display a image(static resource) or icon based on the value of a field. sort of like…if 1=blue.jpgif 2=red.jpg
I found discussions about this, but the advice given (e.g. make table read only) is not working. This is an aggregate model with the table component set to read only (the only option).
I have a button that has an enable condition based on a UI only field that has a default value of false. When the page initially loads the button is enabled when it should be disabled. If I switch the action type on the button to a different action type(multiple actions). Then the enable conditions works fine.What gives?
Anyone successfully added a ‘rendering conditions’ tab to their custom components?Can I steal your code from you?
I have a custom component that dynamically creates its own model. I’d like to be able to add model actions to that dynamic model through my component’s properties in the ui.Any thoughts on the best way to go about this?
I have created some pages in skuid that serve as layers between a homepage and record detail pages on custom objects. To test these pages before deployment I have simply been using an href link to the address that appears on the preview page in the sandbox. The question is… just like how you would navigate to a record detail page (), can you similarly navigate to a page without a Record Id? This way I can be sure that it works the same way in sandbox as development.
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.