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
Hello, no biggie, just want to report this bug.Skuid Version 12.2.19Any Date or Date/time field from PostgreSQL DB I’m using, even if in the Data Source I Indicate that it should be Sortable, the option does not appear in the builder, in the field property. It works for all other type of fieldsI did it via the XML and it worked, but thought maybe it’s a bug you guys may want to fix.Thx
Discovered first in 12.2.18 When you mark for deleted Odd Rows in a table, they don’t show red. In the images below, all three rows have been marked for deletion. Between the first and second screenshots, I change the row marked as “odd” to “even” in the console, and the colors flip. In the third screenshot you can see the row has the class nx-item.deleted but the background color is white
error trying to create a new user in salesforce
When a field is updated in a Model, Is there a way to populate the old value of the field into a UI only field, before the new modified value is updated for the field without having to write a JavaScript?
In V1 pages you could easily add a CSS class to a component. On V2 pages I’m not seeing this. Is this still possible in V2? (running skuid version 12.1.7) V1 tab set component: V2 tab set component (no CSS class?): Tried copying the XML from the V1 page into the component on the V2 page as well that doesn’t seem to work either. Additionally, it looks like on V2 pages adding CSS is not available? Is that correct? Am I missing something? Thanks!
Perhaps I am overlooking this, but I can’t find anything on how to reload a standard lightning component (i.e. related list) from a SKUID lightning component in which I am performing an action (creating a record that would end up on that related list). Wondering if this is possible natively?
I have a table with a currency field which I would like to style the font-weight but I have added a custom snippet / css (which I then set the field to render from custom snippet) and also tried adding styling directly to the XML, but no luck. Here is the snippet / css in its current form: Snippet: var params = arguments[0], $ = skuid.$; var field = arguments[0]; var element = field.element; var price = field.model.getFieldValue(field.row,‘Current_Price__c’); skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; element.addClass(‘boldPrice’); CSS: .boldPrice { font-weight: bold; }I have played around with this some, but that is basically what it looks like, and I have used variations of this on other pages and it works. Is there a limitation around formatting currency fields? Thanks in advance for any help.
Hi all… just a quick question about the latest Spark update. Is there anyway we can incoporate custom css as we could with the previous theme builder etc?We have some specific screen size requirements and more to incorporate in our app but would love to make the jump up?
I can Successfully send a email using a button with a Salesforce Action: My question is - How can I have one of the email addresses be a bcc?
I have a site page that we’ve been working on and we’re using the File Upload component to upload files to a custom object. The component displays and operates properly when logged in as a Salesforce user, but when viewing the page from the public site the File Upload component doesn’t display. This is happening in 2 separate places on the page involving file uploads, so it’s not specific to the one component. Are file uploads restricted for public users? Is this a permission setting somewhere in Salesforce I need to enable? Why isn’t the file upload component displaying? The Public Access user has full permission to the object I’m trying to do the upload to. Is there a different setting somewhere I need to update? Any answers on this would be very helpful. Thanks! SKUID API v1, version 12.1.7
I’m calling the Apex method from JS snippet and using skuid.utils.createPopupFromPopupXML to display the returned message in popup. I’m passing the returned message in a formatted way using in the Apex and in the JS snippet using tag while forming the xml string. But while displaying in the popup, it’s not showing the formatted message in the popup (formatting comes properly in console. Please assist.
I have a “library” of certain common javascript functions I’ve created and want to include on all SKUID pages. Is it possible to do this? I know in the theme you can set up CSS across all pages, but is there a way to set up javascript across all pages?I know that on each page I could potentially do an inline javascript file include, but in order to do so I’d need to host that file somewhere in an easy place where I can update the file if needed and I don’t really have a web host to do this with – can I do that with Salesforce? Is there some better way to accomplish this?Thanks!
I have a standard Salesforce duplicate rule set up. It’s set to Allow/Alert, which means that the user should see an error when we find a duplicate, but then has the ability to dismiss the error. Does anyone know what I can do to dismiss the error using Skuid? the error shows nicely, but I can’t remove it or save the record.
I am new to Skuid and have no JavaScript experience. I am not asking for any solution work (though welcome ideas!) rather curious if anyone has good online tutorials or training videos they can recommend for Skuid V2.I am trying to learn how to populate fields on a Skuid form pulling from specific Salesforce records. The goal being that users can return to their form submission and update the associated previously submitted record (pulling back that data into the form’s fields and being able to edit/overwrite it). However, my attempts with conditions and queries, using search or UI lookup field, has not been successful yet; I either end up pulling back the wrong record or some reason completely making the form vanish. Feeling lost and could use some 101 training on the topic.I know once experienced in Skuid, this will likely be a very simple issue. However, being totally new to this, I am wondering what online resources might be available. The majority of community comments I see on th
Is there a list available anywhere of all possible displaytypes for fields on a model? I have custom logic that requires me to know whether or not to enclose a field in quotes when querying via SOQL, but the encloseInQuotes field under model fields exists inconsistently, sometimes being not defined on the field, and other times being defined. As an alternative strategy I’m inferring encloseInQuotes from the field displaytype, but I’m not sure if I have all displaytypes in my logic. Is there a list of them somewhere? Or is there some other way I can figure out the encloseInQuotes value seeing as it is inconsistently defined on the model fields?Thanks!
Hi every one, I am very new to skuid as welI as javascript need ur suggestions as i have a javascript snippet where i have to get value from user using windows.prompt() method. it is working fine for old records in but while creating for new record pop up is coming twice means asking me to enter value twice. if i enter value then not saving in salesforce object and when is open console showing error : skuidReqs.js:1 Uncaught No row provided [Violation] ‘click’ handler took 10864msi would be very thankful for the solution…
Hello, I have a skuid page that to 15 days ago run good with no error. Now from yesterday, then the release Spark (12.3.2.0) was release on the page load I give me this error in console: Uncaught (in promise) {model: nh, initiatorId: “Ordini”, modelId: “Ordini”, updatedRows: Array(0), message: “”} The Ordini model isn’t load on page load but afther with button action and have one filterable condition default off . Why I get this error? How I can solve it?Thanks,Bye
I have a pretty straightforward use case idea, just missing this last piece of info. Within the service cloud app, I want my users on a case creating a record as a related item (lets call that record a Case Note). They would do this through the related list section, clicking new record. I would have a SKUID page override for this Case Note object, and the user would essentially fill out fields pertaining to that note. This record would open as a sub-tab. At the end of the process, the user would click a “save & close” button with embedded actions that would save the record and close the sub-tab, and refresh the primary tab.I can’t quite figure out how to “save & close” button in the last step. I don’t really have a javascript background, and I believe that would be the only way to achieve this. If anyone has thoughts, ideas, or suggestions, would love to hear them. Thank you #SKUIDNATION
Hi Guys,With reference to below links:1. https://community.skuid.com/t/filter-on-child-relationships/2. https://community.skuid.com/t/affect-other-model-conditions-from-a-table-date-range-filte…i have added a table filter in Account model where Contact is selected on the certain date range and i have implemented it through above first link.But this issue is that in date range filter, you don’t have option to activate parent’s filter condition based on child filter (second pic) and i have other filter on Account model as well (first pic). All filters are executing in AND logical condition so every condition needs to be deactivated. if a deactivate this filter 7 then this date range filter will not work and if a activate this one then other filter will not work without this filter. if without applying contact filter, if i apply account filter like some status then it is not showing any records despite having records related to that status.if i don’t apply this child Contact filter then
I have a model loading tasks. I’ve been so stumped as to why tasks I can see on my Salesforce page layout aren’t showing up in Skuid, but I think I might see what’s going on… looks like Tasks older than 1 year are not showing up. - Has anyone else noticed this behavior? (I know this is true on reports)- Any way around it on my Skuid page?
I’m just starting to use v2 to build my pages (I’ve done TONS of very advanced work with v1), and I’m running into a very frustrating issue for a single record page I’m trying to build:My page is ignoring the model condition that requires record id = " " In v1, when I entered that condition and tried previewing my page, a popup would appear that would ask me to enter in a record to display. In v2 it is just loading the (blank) record page and not prompting me enter in a record id. What is more frustrating is that I’m trying to force it to filter using a URL parameter, but that isn’t working either:https://buildrealty–skuid.na119.visual.force.com/apex/skuid__ui?page=Testmodel&id=a043p00000oKbh4AACThe only way I can get it to load a specific record is if I key in the record ID in the model conditions. I know this a very basic issue, did something change between v1 and v2 that I’m just missing? Please help!!!
How to show dynamic values in the filter according to the values of a particular column from the list view? a. Field Datatype- Formula Field(Text)2. Need to remove duplicate values from the filter drop down.Any help would be great.Thanks in Advance.
Folks, Would like to know if changing my domain name in Salesforce production will require any changes in our Skuid configuration. We are using Skuid both on Salesforce and on Salesforce Communities, and both are in Lightning.I saw earlier post on change of SF server and the response was no impact. Just want to confirm if same is with my domain.ThanksDeepak
As per subject.I’ve got a task without a what or who id w/ Task controlled by parent in sharing settings. The user in question has a role at the bottom of the role hierarchy. The owner and creator of the task are someone else.No one but the owner or someone with the system permission “View All” or someone with a role higher in the role hierarchy should see the task in question.Am I missing anything?
We have a public facing site: https://xynmanagement.secure.force.com/RemoTraC We have added a custom domain to it https://remotrac.caredx.com This is working in terms of showing in the URL, but it’s throwing console errors skuidReqs.js:1 TypeError: Cannot read property ‘getThemedClassMapForComponent’ of undefined at e.value (skuidReqs.js:1) at C (skuidReqs.js:1) at Object.factory (skuidReqs.js:1) at skuidReqs.js:1 at l (versionScoped.js:1) at c (versionScoped.js:1)I think this is because it’s trying to use relative links to get the components to run the skuid page.What’s the fix for this?
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.