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
Hi everyone!I have received a request from my Sales Reps that the would like to have available the drag/drop feature of the calendar when using a mobile device. Is this possible? currently it works on a desktop/laptop by using the mouse, but the go to device for a Sales Rep is an iPhone or iPad.Thanks!
I’m most likely not understanding this problem correctly, so I may be barking up the wrong tree, but I’m going to do my best to explain the problem.Short VersionHow can I poll a Salesforce record until the asynchronous method has completed? I believe I have to use a asynchronous method because I’m calling out to a web service from a trigger and I can only do that with the @future method. Long VersionI have a Skuid page that is using Stripe Checkout API. I’m using the server-side method by using a custom object called Transaction__c. When the transaction record status equals ‘Process Payment’ it triggers the Apex Class to do a HTTP call to Stripe to start processing the payment. I have to use a “@future method” to perform the callout since salesforce won’t let me perform a callout from a trigger without making it asynchronous. How can I make the Skuid page wait and keep checking the Salesforce record until it has gone to the correct Status?I hope this makes sense. I’m in very unfamili
I’ve build a page that I’m using as a page include to match our component drive framework. That page needs a transparent background so whatever page it’s being included in will drive the background color. However, when I load the page I’m noticing the element the ‘nx-page’ class is assigning a background color of white. I don’t see this configurable anywhere in spark. Is there any way to suppress that or change it to transparent so the page include I’m using can leverage the background of the hosting page?
I am working in 12.1.5 and using filters to pre-populate values in records doesn’t appear to work when loading the page through an include. This is the setup where you create a model, setup your filters for the fields you want to default in and then when you add a row, these fields are populated from the filter settings. It looks like this is impacting V2 pages loaded in page includes. Loading the same page directly rather than through an include works as expected.I can get around this by moving the field updates to the action framework, but this isn’t ideal.
After upgrading to 12.1.5, the several styling components in forms aren’t lining up to DSS definitions defined in the variant selected for the form in the page definition. This includes checkboxes, field labels, placeholder text and other elements. Changing the DSS also doesn’t update into the page. It’s picking these up from the default rather than the variant we’ve created in the DSS. Updating the default does cascade into the page for these disconnected elements. Other elements like the section header do update the page when I update the DSS, so it’s inconsistent. Also, the button to Update Design Systems is missing:
Is there any way to increase the table export limit? Users are attempting to export all records, but are getting hit with this limitation.
I am updating a field from a row action in a different model, save the record and re-query the model but the changes don’t show. The only way to show the changes within the Skuid view is to reload the entire page. I know the changes save because they show properly in the SF view.I tested in my sandbox and can’t replicate the issue so it is something specific to my production org.Has anyone else had this issue?
I posted this same question but didn’t get a response. You can find original here: https://community.skuid.com/t/change-the-value-shown-in-multi-select-list-when-4-or-more-… FROM THE RESPONSE: The Multi-select Picklist renderer always switches to show “N items selected” when you have 4 or more items selected. This is not currently configurable through the Page Composer, but we are planning to make this configurable declaratively by the Q1 2017 Skuid release. It was mentioned that functionality was going to be added to Skuid. Was this deployed? I can’t find any feature that allows me to change the number in ‘selected’. Below is an example of the problem we are running into. We want to be able to change the parameter that requires 4 selections to 2 selections.
Trying to integrate Hubspot with Skuid Native but having issues pulling the following array into fields.{ “results”: [ 25054251, 25129831, 25284327, 25370947, 25371816, 25402825, 25515091, 25974488, 27511859, 28085871 ], “hasMore”: true, “offset”: 28085871 }``` There is no FieldId for me to store the data to the results into individual rows. Has anyone had success in pulling these types of arrays into Skuid?
Hi,Wondering if there is a way on a UI-Only Field formula to Round to the nearest thousand?Thx
Hey Skuid Product team, You know I have much love for all the great work you do. However, I want to emphatically shine light on a bug that is 3 years overdue. https://community.skuid.com/t/no-error-on-blank-required-field-with-add-none-optionIf a field is marked as required in the Page Composer (not on SFDC object level), the save action should not execute. This is proving extremely difficult and costly to build workarounds for…e.g. JS snippets to validate if fields on page have values, custom error handling branch actions, etc.In the most recent Nautilus Notes, you said you wanted feedback…even the hard stuff, so here it is:Required fields should throw a required error message upon save. Please patch.Thanks,Conlan
I have a lookup field to a custom geography object for US States and territories. In Spark (V2), I am displaying this as a picklist and the height of the list is ridiculously long and scrolls off the view. Is there a way in either the page or the DSS to control the height of the picklist menu and provide scrolling when the list either hits a certain number of records or exceeds a defined height?
So, despite there not being any data rows in the data, I think Skuid is inserting zero value records to put into Highcharts? Is this known? I’m asking if this is expected or abnormal - willing to put in the effort to troubleshoot here, just wondering if this is a known issue.
Zendesk has a feature where you can have a chat icon hover over the lower right corner of the screen. If the user clicks it, they open a chat/message window. If someone is available to chat, they will get put in a chat queue and eventually chat with the rep. If a rep is not available, they can still type their question/concern in the chat and are notified that a representative will reply within 24 hours.Has anyone added anything like this to a Skuid page?
So, pretty simple. I have a chart and it’s got data labels. According to the colors of the chart, I want the data label text to display in white. The trouble is a bit of text in skuidtheme.css that I can’t seem to be able to do anything about..sk-chart-standard .highcharts-data-labels tspan { color: #000; fill: #000;}There doesn’t seem to be anything I can do to affect this - it appears in the new, default themes. Setting a data label color on charts in the theme does not affect the rendering of the text. Using the Highcharts API to specify data label color does not affect the rendering of the text.Why is this style element everpresent? Is this just something in my environment?Thanks,David
On my skuid page, I’ve captured a ss of my network log and there appears to be major gaps while loading the page. Any ideas on what they’re doing? I’ve upgraded to the latest Spark 12.1.4.
Hi, I have a Skuid Developer license in a Salecorce Developer org that has expired. I was working in another org and planned to migrate to this org. Learned that the license has expired. Is it possible to reissue the license. Org ID: 00Df2000001GOuq
Trying to make a table row background color red when the duedate < today.The below snippet/CSS combo was working for about 5 minutes but has not worked since. I am not very familiar with JS, so I am having trouble resolving. What am I missing?Snippet: var params = arguments[0], $ = skuid.$; var field = arguments[0], value = skuid.time.parseSFDate(skuid.utils.decodeHTML(arguments[1])); value.setHours(0,0,0,0); var today = new Date(); today.setHours(0,0,0,0); skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; if (field.mode == ‘read’ && (value < today())) { field.item.element.addClass(“red-row”); } CSS: table.nx-skootable-data tbody tr.red-row td {background-color: #E79A8E;}
Hi,I’m wondering if anyone ever figure out how to have a different theme for a page include and not have it inherit by default the theme of page it’s include don.Thx
I have following kind of logic in my custom JS script1. SObject model.save2. Custom logic in callback function of model.saveI want to rolllback #1 model.save if any exception is occurred in #2 custom logic.Is this possible in skuid ? if yes, any pitfalls for it ?
Quick question on using Page Includes in Spark. In V1, loading multiple instances of a page include creates model collisions, so we avoid using includes in components such as drawers and decks. Basically what happens is each page include instance has the same model name and then when you work across multiple includes, Skuid gets confused on which copy of the model to reference. V2 looks to have much more specific namespacing controls. Has this model conflict behavior been updated in Spark? The use case I have is that I have some design patterns to display a task record a certain way, but there are variations on the pattern depending on the type of task it is. I would like to make these variants as pages to be used as page include components and use them in a deck. We have a lookup to the Skuid_Page object on the task to determine which page to use for the specific task display. Here’s the basic logic on the page structure I’m thinking about: Deck Deck Item 1 (Task 1 calls
When you type a value into a lookup field and hit tab, it clears the value from the field. In order to select a value from a lookup field you actually need to type it out and then click on what you’d like from the selection. This has been causing a lot of UI confusion and hassle for pretty much every user of our system. The assumed functionality is that if you type something out into a lookup field and hit tab, the item matched should remain populated in the lookup field. Is there a way we can make this happen?(really it’s not just tab, but rather when the field loses focus it should maintain what is typed / fill in the item matched from what is typed)
I’ve got a V2 Spark (12.1.3) page where the user inputs a date in an Edit form and then clicks a “Done” action, which saves the record and changes the form to Read with in-line edit using the Change Read/Edit form action. Then date that was just input shows as an Invalid Date to the user. This clears up if the user refreshes the page. It only appears to do it when the date goes from Null to a value - so it’s like the UI isn’t refreshing with the saved value. Any fix for this? This is happening in Lightning run time. I tried to repro it on page preview (so VF deployed) and it will throw the invalid date if I null out the date. So maybe a similar problem.
Hi,We have a need to dynamically display picklist options in a deck based on an attribute of the card. We can’t do a traditionally dependent picklists, because the options are are a result of a query.For example:Card/Row 1: Picklist Options: A, B, CCard/Row 2: Picklist Options B, DCard/Row 3: Picklist Options E, FThe mapping would be based on a second model query with a cross reference key (either a model lookup or javascript). Everything I’ve seen is focused on setting custom picklist entries for the field at a model level, but we need to set it per record. Any ideas how we this can be done?I was thinking something like populating the list on load based on all results in the model querying for options and then setting the ‘valid for’ option on the entry - but that seems to be a field only for db dependent picklists, not UI-only dynamic ones.Thanks,Paul
Hi All, I have updgraded the Skuid from the App exchange from Version 8.11 to Spark (12.1.3). After upgrade i am getting an error while using the Skuid in salesfceore. . Can some one help me Thanks in Advance.Erross are 1. Syntax error in formula field “UltimateParentAccountID” at line 1, column 91: Expected “!”, “&”, “=”, “and”, “or”, “|”, [x0C x0B - ], [/%*], [<>], [-+], or end of input but “,” found… 2. Syntax error in formula field “UltimateParentID” at line 1, column 91: Expected “!”, “&”, “=”, “and”, “or”, “|”, [x0C x0B - ], [/%*], [<>], [-+], or end of input but “,” found… 3. A Skuid Model, ‘LegacyOpp’, requested a Field with relationship name ‘PartnerAccount.Ultimate_Parent_Account__r.Id’, on the Opportunity Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it exists, then ensure that the user has permission to a
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.