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
I have created a page where clients can enter data regarding contracts. When entering their account, the look up box allows them to see all the accounts we have in our salesforce system. Is there a way so that our clients are only allowed to see their accounts and sub accounts? There are many portal users so this fix would have to be a company/system wide solution, not limiting accounts and sub accounts using the render function.
I have used "In Content Document (with Record Context) to upload documents. I can see the uploaded documents in “ContentDocument” object. But I see no common Id to link my object “CR_File_DNA__c” to the “ContentDocument” https://drive.google.com/file/d/1anElTQ8CKuymAIC0NxCB7NwqCoKSyVGB/view
i have 3 types of attachments for application object. if filename = test1 then i need to display only test1 attachments if filename = test2 then i need to display only test2 attachments if filename = test3 then i need to display only test3 attachments where i ahve to write condition in skuid. can any ony explain wirth screenshot
How do I show a lightning page: https://dorothy.lightning.force.com/lightning/r/ContentDocument/069f1000002wZh7AAE/view without the yellow area at top?
I got excited…and then a little sad when I clicked on it and nothing happened… 😕
We are planning to upgrade from 11.0.3 to 11.2.5 and while testing we encountered this issue. Our table has filter to lookup field. (On contact table, we have filter for account). When we search the account it shows the results to apply to filter, but when we select any returned result the filter is not applying and we seeing below skuid exception in console. Exception after we select any account. We are planning to upgrade to fix other table filter issues and ran into this new issue, please suggest if there is a better way to fix.
Hi there, I found an issue with skuid version 11.2.8 that model definition/model is not cleared after going to different page. The scenario is we have a container page called Navigator. In Navigator, we have a page include with id main-include. We use javascript to change skuid page for the page include (main-include) like this. var $ = skuid.$;var pageName = ‘shared_task_list’; // we switch this page based on the //record/view dynamically. E.g. if you click on a task //subject link we navigate to task view page by //switching pageName to task_basics_view.var include = $(‘#main-include’);var includeObj = include.data(‘object’);includeObj.pagename = pageName;includeObj.objecttype = ‘’;includeObj.querystring = queryString; includeObj.load();```This is all good about switching the page. However, I can still access the model ‘Shared_Tasks’ of page shared_task_list even after navigating to task_basics_view page which contains only ‘Task’ model. Is this expected behaviour? Thank you.Gyan
I have tried to produce two page layouts that seems to be alike. But when seen as a Partner Portal user some records won’t show. I can’t find any fields that should limit this because, as far as I can see, PP access is granted on all relevant records and fields. Below is my view. I can see more records than PP-user (the ones circled) and I also can see subrecords (price history lines) PP-user first product to be seen is my fourth and the sub(?)record won’t show anything but headlines.
I see that I need to use "In Content Document (in record context). How can I within skuid get the functionality to preview so I don’t see that it is salesforce? Or get the functionality of this page within a Skuid page?
I am creating a button to launch a flow and then return to the same page the launched the flow, The flow The flow works just fine , but the return URL is not getting created correctly. The Button: The Text:/flow/Skuid_Create_New_Quote?VAR_OppID={{Id}}&retURL=/apex/skuid__ui?page=quoteWizard&id={{Id}}The end result for the retURL is https://kellex–skuid.na59.visual.force.com/apex/ui?page=quoteWizard I know the Flow is getting the value for {{Id}} so the variable is working. It should return https://kellex–skuid.na59.visual.force.com/apex/ui?page=quoteWizard&id=006f400000EI4c0AAD in order to workAny ideas?Thanks!
^ as described above. This is quite a big one for us. Seems maybe to only affect new pages? If there’s a quick css fix we can add to the page could someone let us know? Cheers! Louis
Tables- The search and save buttons (aligned left) seem to bleed into my filter buttons. I am using Classic theme and I am on version 11.2.6.
Can any one send as a screenshot to where i add by filter order by condition
When I place the cursor side in the textbox for editing, the typed text appears at the bottom and outside of the box. The height property is causing this issue. Once removed, cursor positions correctly. /* Fix border, weight, and height of form inputs */ .nx-field .flex-text-wrap pre, .nx-field .nx-richtext-input, .nx-field input, .nx-field textarea { border: 1px solid #dddbda; height: calc(1.875rem + (1px * 2)); font-weight: 400; }Is this a known issue?
I’ve added multiple filters to my Table that is for an Opportunity model. The Filters are multi-select options based on picklist fields in Salesforce (Stage, Type, etc). When I go to use the filters it is giving me random values to filter off of and omitting the ones I need. Values in the Stage column in the table are not present in the filter, how do I fix? I only want values that are already present in the Table for that specific field. I’m also open to manually setting the values allowed in the filter.
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”); }
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.