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 developed email functionality using skuid year ago and it’s working great but recently we updated skuid version to 11.2.8 after update skuid version we got TypeError: Cannot read property ‘document’ of undefined error at line CKEDITOR.instances.editor1.document.getBody().getHtml(); Could you please any one help me to resolve this issue?Thanks,Deleep
I’ve got a nice action sequence that transforms data from my table’s row in context and passes it into a newly created row on another object. It works great as a row action on my table.However, I need to call and run this sequence iteratively over hundreds of rows in the table. Is that possible?
How can I get a thumbnail of a picture to show in a table? Here what i have now.
Hello all,I am converting a rather large file (over 3000 records) from a basic model to a aggregate model. I have a pie chart to show a breakdown by type for the basic model, but for some reason I can not aggregate the pie chart well. What I have done is aggregate the type by count (since it is a string) then what I would like to do is group by the same field. If anyone has any ideas on how exactly to do this it would be greatly appreciated
I’m having an issue getting popups to resize at all. I can change the width, but I get a scrollbar instantly that makes the height 90% of the page: …and if I then try to resize the height of the popup, it ignores me except to move the scrollbar further in: Here’s my XML: {{Name}} {{Model.label}} <p><strong>WORDS</strong></p> I’m even using the “Default” theme that I haven’t touched. Any ideas what might be the issue? I
I’ve noticed some styles in Millau is overwriting the configuration in the theme builder for our custom theme.E.g./* Drawer */table.nx-skootable-data tbody tr.nx-item-has-drawer td,table.nx-skootable-data tbody tr td.nx-item-drawer { background: #F3F2F2;}```The background color in my custom theme is overwritten by the above. It seems that custom theme has no effect at all. It worked fine in Rockaway and Brooklyn. How can we make the custom theme work?
I have used Google Calendar as a Data Source. In my page, all the events are displayed in Month view as expected but not in Week View. The issue occurs when there are Multi All Day events in Google Calendar.
I would like to have my field editor in read with inline editing mode, however I also need the click to dial icon on my phone fields which only appears when in edit or read-only mode. Any ideas to enable click to dial while in read with inline edit mode?
Users are unable to approve account some records that have been submitted for approval. Though they are able to approve other records. If i switch their profile back to Salesforce classic, they are able to approve the records they couldn’t approve in Skuid (so i’m guessing their isn’t a problem with the account record. Note that for the records they are unable to approve in Skuid, they are able to reject the records in Skuid. Why are they able to approve some account records in Skuid, but not others? Here is the error message i receive when logged in as a user from the console output log in firefox Visualforce Remoting Exception: Process failed. First exception on row 0; first error: UNKNOWN_EXCEPTION, java.lang.NullPointerException: {…} action: “skuid.RemotingStubs” data: Array [ “{”“actionType”“:”“Approve”“,”“workItemId”“:”“04i1r00000CFqrZAAT”“,”“comments”“:null}” ] message: “Process failed. First exception on row 0; first error: UNKNOWN_EXCEPTION, java.lang.NullPointerException
Hi I am trying to create a picklist of companies and then when you’ve selected the company another picklist will appear with the countries that company has a presence in but i can’t get this working.I have created the picklists in two different field editors in a wrapper. Ideally the 2nd picklist only appears once they have selected the company.
Millau 11.2.8 create a new skuid page with Default theme add tabset with 4 tabs called “New tab” add contact model add table to page add a row action of open drawer add tabset with 3 tabs called “New tab”The tabset in the drawer looks cut off with the background not painted over the whole button.
Skuidtheme.css: visible from inspect element.ui-tabs .ui-tabs-nav li a { color: #706e6b; /* light gray /}.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #3e3e3c; / dark gray */ } <br alt="" name="" rel="" target="" title="" type="" value="" />Our inline Custom.css in theme editor: <br alt="" name="" rel="" target="" title="" type="" value="" /><br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value="">&#46;ui-tabs &#46;ui-tabs-nav li a { color: #fff !important; } &#46;ui-tabs &#46;ui-tabs-nav li&#46;ui-tabs-active a { color: #3e3e3c !important; } Click Save in skuid theme editor Page shows the css changes fine. Make a random change in the tabset in skuid theme editor Save Page no longer has the css changes. Open the inline Custom.css in theme editor My changes were deleted. I tried with other updates in the inline css and same thing happened. skuid theme editor changes ar
I have a simple Opportunity detail view page with a save button in my page title component. The page title component is related to the Opportunity object. Sometimes (not always) a user makes changes to the fields in my field editor component (also tied to the Opportunity object) then hits the save button, but the changes do not save. The “saving” message appears momentarily then disappears. The user then refreshes the browser and the changes did not stick. What could be causing this?This page has been working for years without issue. We just switched to Skuid for Lightning Version 11.2.6. We were not seeing this before that upgrade.
There’s a formula field in my SFDC instance that counts total days an Opp is in a certain implementation stage but only calculates after the Opp is moved out of that certain stage. I’m not allowed to change that field formula since it’s tied to too many reports and have been asked to not create a new field in SFDC and keep it in Skuid, if possible. I know the UI-only formula to count current days the Opp is in this stage but the problem is an Opp can be moved in and out of this stage more than once and I need to show cumulative days. Is this possible in Skuid? Thanks in advance.
This is a simple list of Users in a table with Hide Footer turned on. The model has a UI-only checkbox field, and there is a pair of row actions that toggle the field on and off.When you first click the Toggle On action, nothing happens. Check the browser (Chrome) console (Ctrl+Shift+i) and you will see the javascript error “Uncaught TypeError: Cannot read property ‘find’ of undefined”To prevent the error, unselect the Hide Footer option on the table.Could I please have the last two days back?
We are testing upgrade to Millau. Our pages look completely differently after clicking on the Update out of Date Themes button. Do you recommend this step for the upgrade and then tweak/fix existing custom theme or not using the update button at all?Thanks!
Hi! I want to create a column chart with one series being a quarterly target and one series being actual closed-won opportunity amounts. I want the closed-won opportunity column to be split and stacked by opportunity type. Is it possible to stack a series and leave the other series as a separate column?
Trying to get Number Inputs on a mobile field editor to display like the image below instead of the default text box. Does anyone know how to do this, or has a field renderer that could do the trick?
Cannot in-line edit at table within Skuid’s latest version if field doesn’t have any data. I can double click into any field with data already in the field, but empty field cannot be double clicked to edit. Have to have pencil (Row Edit) visible or make table in Edit mode.
Seems like a very simple question with a multitude of answers. Currently, I have the Opportunity Model set to re-query as an Action on our save button. But I’m not entirely sure if this would be considered “current best practice” considering some of the updates released in the past few years. A few solutions I’ve used in the past are; Re-Query Opportunity model after saving all models though an Action Framework button (Current) Model Action on OpportunityLineItem Model that Re-Queries Opportunity Model "When Model Saved" Use a UI-Only field to replace Opportunity "Amount" field A Snippet-based approach I was curious to see if there is a better/faster standard for this type of operation?
I’m trying to add a set of row from one model to another by using massactions. Basically from one object to another object. I have an opportunity and to that opportunity i have selected a ‘Program’ and later I want to select deliverable(s) associated to the program. I’m using a Popup to do that. When I use Action type Multi (as I want to pass some condition before loading the pop up screen) instead of popup directly, I’m not able to add the row selected but if I use action type popup then I’m able to do so. I thought it might be because of the condition that I’m passing and hence the error. So I decided to use Action type Mutli to Popup the screen without passing on any condition and I’m still having the error. Error: I clicked Add D but only a single row is created in the screen behind. Also, Including the XML for reference. The difference in this one and the one that works is the action type for the below xml is " Run Multiple Action" while the other one is “Popup”. Let me if this a
Totally at a loss. Same condition in many other places works fine. Works on Event object but not Task object.On Event this works. </conditionOn Task this doesn’t.
I would like to add a “Developer Mode” button that removes the “Required” validation from fields so I can test it without having to enter data in all the fields. What would be the easiest way to do this? I was looking at appending to the XML document, but I’m not sure how I would do this?Appreciate any help you can give.Thank you
I am creating a new row item from the products table, What I want to do is make a calculation that hits two models and then does math to get a new value that I can then pass to as a variable when creating a new row. i.e. I want to take get the result of ( products.BasePrice * Oppurtunity.CommissionRate ) and take that result and put it into the value of a table action properyMy guess is that I have to write some formula in the value for the table action property I looked around and thought that VALUE({{BasePrice}})+VALUE({{Oppurtunity.CommissionRate}}) might work but it comes out as text. Any ideas?
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.