Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
My organization is trying to upgrade from Skuid 8 to 11. Our only obstacle is a page that doesn’t work properly in 11. It includes a popup with a page include. The popup is used both to create new records and to edit existing records. When we use it to create new records in Skuid 11, the records (Salesforce Accounts) are created without their parent ID. Through the browser console, I’ve found that the popup URL in Skuid 8 looks like this: https://skuid.cs30.visual.force.com/apex/include?type=Branch&parentid=001o000000b7KnbAAE&isi... In Skuid 11, the URL looks like this: https://skuid.cs47.visual.force.com/apex/include?type=Branch&parentid=001o000000b7KnbAAE&... Note that in the Skuid 11 URL, the "parentid" query string variable is preceded by "&" rather than "&", which means that there is not a "parentid" parameter available to Skuid to populate this field. How can I fix this?
I recently upgraded Skuid from version Rockaway - Iteration 15 8.15.17 to Millau 11.2.9 (JQuery 1.11.1 to 3.0.0). I am troubleshooting the following JavaScript error:Uncaught TypeError: Cannot read property ‘Adapter’ of undefined at skuid__RESTAdapterJS:2 at skuid__RESTAdapterJS:2/*! Rockaway - Iteration 15 8.15.17 09-05-2017 */ (Line 894) new a.adapter.Adapter({ //Error occuring here buildEntityMetadataRequest: F, getEntityMetadata: J, getEntityMetadataCacheKey: I, getEntityMetadataLoadingMessageFromBreadcrumb: G, getMethodProperties: O, getNameField: q, getNewId: o, initialize: K, isNewId: n, load: L, makeRequest: v, name: “REST”, populateBreadcrumbFromEntityMetadata: D, processEntityMetadataRequest: E, properties: P, save: M, setDefaultConditionState: N})This issue is occuring in the Rockaway js resource on the page load. I was able to google a similar issu
Hi everyone, I am trying to create a row action using the Run Multiple Actions framework. The idea is to save the changes in that row and switch it back to read mode while leaving the other unsaved rows in edit mode. Right now, I have done everything suggested in this answer https://community.skuid.com/t/save-just-one-row-in-table and the changes from the row are saved, the problem is that the row stays in edit mode so there’s no way to let the user know that the save has been completed. I think a snippet would solve this, but sadly I don’t know how to code. . .Thank you for your help!Olya
Hello all,I recently upgraded Skuid from version Rockaway - Iteration 15 8.15.17 to Millau 11.2.9 (JQuery 1.11.1 to 3.0.0). I am troubleshooting a SOSL query being made in one of my autocomplete fields using skuid.sfdc.search(). After the call is made, I am getting the following error in the search result:error: “Expected skuid.SearchRequest.ObjectRequest but found “Account” at [line:1, column:58]”Chrome Developer Console (Search Result){sosl: null, results: null, error: “Expected skuid.SearchRequest.ObjectRequest but found “Account” at [line:1, column:58]”, request: {…}}Code for skuid.sfdc.search 11.2.9var $ = skuid.$;var queryText = ‘skuid’;// Perform our SOSL Search$.when(skuid.sfdc.search({ query: queryText, searching: “ALL FIELDS”, returning: [ { “objectName”: “Account”, “fields”: [“Name”,“CreatedDate”] }, { “objectName”: “Contact”, “fields”: [“FirstName”,“LastName”,“CreatedDate”] } ] })).done(function(searchResult){ console.log("searchResult error output here = " + searchResult
After sandbox refresh from production, we are missing with SKUID standard mobile pages 1. MobilePageList 2. MobilePageBuilder 3. ThemeBuilderMobile_IFRAME As we are missing above pages we are not able to open our mobile application with below error.
I have 3 custom buttons in parent object. in my child object based on documentation name i need to call the parent object custom button from snippet.can any one suggest how to call salesforce custom button from Snippet.
The last two times we have refreshed our sandbox, there are some Skuid pages that are displaying as older versions of the Skuid pages. After refresh, Production Account Skuid Page != Sandbox Account Page, for example. Anyone know what is causing this?
I have connected Google Drive to Salesforce and skuid. Now, is there a way for me to view and edit a specific google file in skuid? If so, please outline the steps here.
I have some data on a Contact object that is supposed to be under an “Activity History” box. I cannot seem to get to this to see it at all, since clicking on an entry in the object just opens up the skuid page and I can’t see it inside of the salesforce interface. How do I get to this, and add it to the existing page?
I am trying to append text to the first column in my table. I’ve inserted example text, “appended text” in green where I would like it to reside. I have a very basic snippet that I can’t get to work. Appending to field.element works, but not to field.item.element. I am not savvy with Javascript so any help is greatly appreciated. var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]); $ = skuid.$; skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; if (value !== null) { field.item.element.addClass(“hidden-row”); field.element.children().append(“Appended text”); }
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.
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.