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 am looking to have a Skuid Page Auto Refresh following the completion of a flow. The user launches the screen flow from a skuid submit button. Following the completion of the flow, the salesforce record changes its status. With that said after manually refreshing the page, the submit button is replaced with an open button. I’m looking to create a better user experience by having the page auto-refresh following the flow completion. What is the simplest way to achieve this?
Hi everyone, I’m sorry, I’m constantly asking questions. On this one I’m at my wits’ end. I’ve created an approval process (email templates to go with it), and I’ve created a skuid table. From the table I set up a button to trigger the approval process (which is active). I’ve followed the steps (part 1) from here What you need to know: Skuid and Salesforce Approval Processes But…nothing seems to be happening. No emails are being sent. I’ve tried soooo many things but it’s like this thing is dead in the water. Help is very much appreciated Many thanks in advance
Is there a way to report on who is viewing Skuid pages? We are looking to get metrics on which pages are or aren’t being used. Most are hosted on VisualForce pages and SalesForce allows you to report on the view counts per security profile per page. However, I’d like also to get counts and last viewed dates for our pages by specific user. Is that possible? Thanks! Meredith
are there themes we can import at the click of a button by chance, I’m surprised there isn’t a list of themes already built in we can select from, can you help? we are looking to import many themes to see which ones would be most appropriate, colors, fonts, backgrounds etc Looking for something closer to stock trading software themes with dark/black backgrounds, colors that pop, and more efficient use of space like these: Willing to pay someone $250 to have this created?
I have a custom javascript model loader function that I sometimes use. I’m curious if it’s possible to override the standard load of a model with this function instead (when applicable). I’ve tried simply setting the model.load() function to instead call my custom function, and this works when using model.load(), but it does not work in most instances of a model querying, such as the Query Model action in an action sequence, or updating filter/search conditions for a model on a table. Is there some other function I need to override to achieve this? If anyone has any ideas on this topic it would be very helpful. Thanks!
Is there some way to change the display settings of multipicklists or set up a custom multipicklist renderer so the field displays 1 selection per line instead of the default of just listing every selection out in one big text block with commas in between each selection? Currently working in V1 Thanks!
we are calling invocable apex, and it creates multiple records When the record is created we want to get notified back in skuid page so we can refresh/requery one of modal and show./hide loading screen.
Hello all! I am looking for a way to attach an ‘ID’ attribute to the Row Actions of a table. We have a javascript snippet that runs when certain actions are taken on the page, and it evaluates certain conditions in order to make certain rows of the table ‘Unavailable’ to add. In order to achieve this, we would need to determine which Button corresponds to the correct row and set the Disabled attribute. Does anyone know if there is a way to dynamically reference a Row Action based on a Row object (Like what is returned from skuid.model.getRows()). Thank you for any suggestions!
I am asking for help with something I’m working on in my business. It’s a small piece of the methodology of offering, documenting, predicting the case study, delivering the work product, writing up the case study, and then evaluating its value with you. If you feel like you want to pay me, I will insist that we talk about what you’re passionate about and donate that money to something representing that. I love learning what people’s passions are as I see their best selves every time given a little time to build that momentum. It’s such an amazing thing to see. It’s so so rewarding. I’m doing this because I’ve recently experienced a client being upset with me in how I was delivering the work product. I have been unable to resolve the issue in my mind fully and wish for it to never happen again. Basically calling in all my chips to these for those who feel I really helped them with something on the Skuid community. I’m going to toot my own horn a bit here. 😊 There have been countless ti
Cmon! Who else can relate? Save or don’t save? What was done last?
How does Skuid use/store a Client Certificate to authenticate into a REST endpoint when Apex is used as proxy? When creating a new data source developer can provide a name of a Client Certificate. I have noticed that the Client Cert doesn’t have to be populated under Skuid → Data Source → Data Service tab. Also, Client Cert doesn’t have to be populated under Set up → Certificate and Key Management → API Client Certificate. Therefore, Does Skuid not use Salesforce’s process to attach a certificate to a request? How does Skuid use the certificate and attach it to a request when Apex is used as a proxy? Does Skuid copy or store the certificate outside of Certificate and Key Management? Best, Lukas
SFX V2 16.0.3 Do so and hit the ESC key on the keyboard and observe the multitude of fun UX. 😃 <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Id"/> <field id="Name"/> <field id="Opportunities" type="childRelationship" limit="10"> <fields> <field id="Name"/> <field id="StageName"/> </fields> </field> </fields> <conditions> <condition type="join" value="" field="Id" operator="in" enclosevalueinquotes="true" joinobject="Opportunity" joinfield="AccountId" fieldtargetobjects="Account"/> </conditions> <actions/> </model> <model id="Opps" limit="" query="false" createrowifnonefound="false" datasource="salesforce" s
SFX V2 16.0.3 Using the Select a field to insert works properly and shows fields on the child object Using the Open Resource Editor doesn’t work properly and shows fields on the parent object. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Id"/> <field id="Name"/> <field id="Opportunities" type="childRelationship" limit="10"> <fields> <field id="Name"/> <field id="StageName"/> </fields> </field> </fields> <conditions> <condition type="join" value="" field="Id" operator="in" enclosevalueinquotes="true" joinobject="Opportunity" joinfield="AccountId" fieldtargetobjects="Account"/> </conditions> <actions/> </model>
SFX V2 16.0.03
SFX V2 16.0.3
I’m using the data grid for my table default mode and when previewing/using the page, the column headers are part of the tab order. I’m not sure why that would be the default as I don’t see a practical use for tabbing through the headers. Is there a way to remove column headers from the tab order? Suggestions?
Try the filter <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="PagesRevisionsDayAgg" limit="" query="true" createrowifnonefound="false" datasource="salesforce" sobject="skuid__Page_Version__c" type="aggregate" queryallrows="false" orderby="DAY_ONLY(CreatedDate) DESC"> <fields> <field id="Id" name="countId" function="COUNT"/> <field id="CreatedDate" name="maxCreatedDate" function="MAX"/> <field id="CreatedDate" name="minCreatedDate" function="MIN"/> </fields> <conditions> <condition type="fieldvalue" value="" enclosevalueinquotes="false" field="CreatedDate" fieldfunction="DAY_ONLY" clientorserver="server" state="filterableoff" inactive="true" name="LTE" operator="lte"/> <condition type="fieldvalue" value="" enclosevalueinquotes="false" field="CreatedDate" fieldfunction="DAY_ONLY" operator="gte" clientorserver="se
Right? ie. can’t drag and drop.
Defect/Issue Description: (V1) Seemingly randomly the Table Export button does nothing when clicked Environment: API Version: V1 Release: Dubai Release version: 15.3.7 Platform: Salesforce Brief Summary of the Defect/Issue: Seemingly randomly the export button on specific tables will do absolutely nothing when clicked. Refreshing the page doesn’t help, when this bug occurs it has something to do with that specific table for some reason, and that table will never be able to be exported with the standard export. It could perhaps have something to do with tables that have large amounts of data in them and are not using the load all remaining records feature? It seems to happen most often when that’s going on. Action Performed: Click the Export button on a table. Expected Result: Get an export downloaded. Actual Result: Nothing happens. Additional Resources: I’ve managed to put together an example page that shows this bug in action. XML as follows: <skuidpage unsavedchangeswarning="ye
As per title. {need more text here to accept body 😂}
I just upgraded from 12.1.17 to the latest 15.3.7 release and something has changed with the Search component (V1). My Salesforce users are having a harder time using the Search component to locate things. Before they could more liberally type partial or different names and still find what they were looking for, now things don’t show up that used to show up. My Search component is configured to search “All Text Fields” I did a little testing. It looks like formula text fields are not included in the “All Text Fields” search, is that correct? Were they included before? It also looks like the text typed here does not match unless there are exact matches. I think perhaps this is what changed. In other words if I search for “John Smith” it will not match an account that has 1 field with the value “John” and another field with the value “Smith”; I need to have a single field with the value “John Smith” for the account to be matched. I don’t believe it worked this way before. Is there anythi
Defect/Issue Description:A description of the bug Environment: API Version: *** v2 *** Release: *** ? *** Release version: *** 15.1.6*** Platform: *** Salesforce *** Migrating a Calendar from V1 to V2. The Calendar has 2 sources, both are based on Aggregate models. Both models / objects have both Date and Datetime fields, where the Datetime fields are formualic copies of a Date as a workaround for the V1 calendar. One of the models Groups on the Date field, and aggregates (MAX) the datetime copy. The design calls for reporting events by date, not by time, the V2 calendar is changed from “Start/end date and time” to “Single date” Date Field Type. The new picklist for the Date Field property does not include the Date grouping. If I try to add the Date field as an Aggregation, the generated SOQL becomes invalid, as the Grouping field is already included in the Select clause (as well as the Group By Although the Grouping field is part of the Select clause, the skuid composer does not expo
Use button to copy text to a reference field for a search. I do not want to retype the data to a reference field for look up purposes
Hey! Great Job with Skuid! I have been a long-time user and continue to enjoy building apps. One small tweak that I think would improve user experience in limited instances is that when you add a page include to a page in the page builder (at least V1) there is a link to edit that included page. When clicked, it opens up a new tab displaying the page builder open to that page for editing. The issue is that the url that opens includes the page module parameter. I moved a bunch of pages from one module to another. The page include component didn’t update for this move so it tries to open the page in the editor with the old page module reference. This creates an error as if the page doesn’t exist. I have to edit the url to remove the page module parameter in order to get the page to load in the page editor. Since pages need to have unique names, the module is not needed as a unique identifier so it would be better left out of the URL to prevent this issue (in my opinion). Example: –skuid.
Button on page to Show Modal does not refresh when clicking the button a second time API Version: V2 Release: Dubai Release version: (15.0.7.1) Platform: Salesforce When a user clicks a button on a Skuid Page it shows a modal which runs a Wizard to help fill in a new record, this filters fields based on selected values in that Modal (Specifically a Version Lookup field which is filtered by the previous selection of Product). The first iteration of this process filters and limits the selected versions you can choose based on the Product selected, however the second iteration (regardless of changing the product) leaves the Version field blank and no values are shown to be selected. If the Main SF page is refreshed before the second iteration - it then treats it as a first iteration and works (This is not a valid workaround as using Omni-Channel then causes open Chats to be closed and started afresh) The close modal function at the end of the modal has been used and also completely repl
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.