Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’m attempting to build a Wizard that users will not complete right away. So I would like for users to be able to navigate away from the page and then come back to the page at the same step in the process the Wizard was left at. Right now when I navigate back to the page it automatically reverts back to Step 1. Can this be changed? Thanks!
I’m attempting to modify my charts to export the SUM of the slice when exporting. I have a pie chart that shows the various products a customer has purchased. I have a series that sums the revenue and then splits it up by name.This is great for when the user is viewing the chart in skuid, but when they export it, the SUM values are not displayed since it ONLY displays on mouse over.I attempted to modify the code from this post:https://community.skuid.com/t/show-percentage-lables-in-chartsI can’t seem to figure out how to display the split. I can get it to display the total for the series but not by slice. How do I modify the following JS snippet to display the sums of the individual slices and not the sum of all slices? var chartObj = arguments[0],<br /> $ = skuid&#46;$; $&#46;extend(true, chartObj&#46;plotOptions,{ pie: { dataLabels: { enabled: true, formatter: function () { return this&#46;point&#46;name + ' ' + this&#46;point&#46;total; } } } });
Would there be a simply way to create a text box that scrolls past continually - much like a news ticker or similar?
I’m running into a problem similar to the one identified in this post: https://community.skuid.com/t/page-include-inside-a-page-include-query-string-issue However, after reading the post, the solution wasn’t mentioned, just that the problem was solved. Here is my issue: I’m trying to load a Child Page for a Case from a Parent Page for a Case using the PageInclude component. However, it seems that it cannot pass the Id of the Parent Page’s object to the Child Page using any of the following Query Strings: id={{$Model.CaseParent.Id}} id={{$Param.Id}} < — doesn’t work id=5001400000xSWNn I thought I understood how PageIncludes work, but this is really throwing me for a loop.
I would like to change the style of the radio button inputs on my page – for example, each answer is currently in a box with a grey background and no borders; the boxes are spaced apart from each other, and there’s little space between the radio button and the answer text. I want to change it so that it looks more visually similar to the checkbox fields on my Skuid page I currently have the following CSS on this field, to stretch out the radio buttons to the width of the panel. I tried editing other attributes of these items (background color, border) with no success (since I’m editing the background/border of the field editor itself, not the radio button components when I do this): .allLabel .nx-basicfieldeditor-item.allLabel .nx-basicfieldeditor-item-label { width: 1%; } .nx-basicfieldeditor-section-body > .nx-basicfieldeditor-item.allLabel > .nx-field { width: 99%; } I also tried editing the multiselect settings under my custom theme, but that also didn’t yield the desired re
Hello,Would there be a way to turn off 1 or more series by default from a chart without clicking?Example I have Serie 1, Serie 2 and Serie 3.And I want the Serie 1 to be 'Off by default" while displaying Serie 2 and 3And when the need arise, I could click on Serie 1 manually to add it to chartThank you,
Is there a way that I can force multiple orgs to update that would be faster than logging into each org and using the release install url?
Hi,We have a requirement to replicate a salesforce report in skuid charts. this report basically calculates the opportunity amount and divides the result with number of records. Report grouping is on account id. i am able to get the sum of opportunity amount as well as row count based on account grouping. however, i am unable to perform the calculations. any pointers will be helpful.thanks
I have a table of opportunities configured with “child relationships”. I want to configure the table to search not only on fields of the opportunity but also on the attributes of a child record. For example where the account of the contact role is my search. Can this be done? I tried to hack the searchfield something like this …
Hey guys - thanks for the patch yesterday. I think it’ll handle several of the issues. One new issue that came up yesterday occurs when I try to load my page - it gets stuck with a message saying ‘loading.’ It gives the following error message: Uncaught TypeError: Cannot read property ‘replace’ of undefined Any tips on what to do? It’s literally shutting down multiple pages.
I have a page that has a table component. The object tied to the table has a validation rule. When you edit a record and hit the save button on the page the validation rule from SF fires and skuid displays the error. There is a global action where I have configured a popup to create a new record on that table. When you hit the save button the error is not displayed in the popup. What do I need to do to make sure that SF validation rules are displayed in that popup.
Hi,On the project I’m currently working on I need to implement the SF standard functionality to create recurring events.I already checked out this thread from Matt but I need to use the standard SF Event object, not a custom one.In addition I need to include invitees (also SF standard stuff) but I don’t really have clue how to implement this. Do I need an additional custom object for that or is there a SF standard object that has to be included as well?Has any of you guys already implemented something like or similar to this?Any help is much appreciated.Cheers
I have a 3 separate field editors that have only template fields and is attached to a model. The template fields are populated by an inline JavaScript and I want to conditionally render each field editor.When the field editors don’t have a render condition on them all the data shows properly. Once I conditionally render the field editors the data does not appear. I checked the console and all the data loads on page load and model query so the data is there but I don’t understand why it is not showing. Here is the code handling the page load and refresh $(document.body).one('pageload', function() {&nbsp; &nbsp; &nbsp; &nbsp; updateTemplateFields();<br>&nbsp; &nbsp; });<br>&nbsp; &nbsp; skuid.events.subscribe('models.loaded', function(updateResult) {<br>&nbsp; &nbsp; &nbsp; &nbsp; if (updateResult.models.BillableDays) &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;updateTemplateFields
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?
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.