Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
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
Input box disappears on Calendar dynamic date range n-months When entering (changing) properties for the Calendar component, one of the input boxes vanishes with backspace over prefilled value. Environment: API Version: V2 Release: Dubai Release version: 15.1.6 Platform: Salesforce Chrome Browser, ChromeOS v104.0.5112.110 * I was changing the Range property on a Dynamic date range from n years ago to n months ago. The input field for n shows a pre-filled value of 1. In order to enter my value of 30, I backspaced over the 1, and the input field vanished. The same behavior seems to occur on any of the “n” Ranges. My workaround is to select a different Range, then re-select n years ago, and highlight the 1 before typing 30 over it. Presumably, this behavior would occur on customer-built pages and not just in the Composer.
Button uniqueid is migrated incorrectly from v1 to v2 The “uniqueid” attribute of the skuid__button subcomponent is migrated with the attribute spelled with Id instead of id. Environment: API Version: (v1 or v2) MIGRATION Release: (Chicago, Boston, etc) Release version: (Version Number) Platform: *** Salesforce *** This seems to be the only place where the attribute is spelled uniqueId. In all other cases, it is spelled all lower case: uniqueid. The lower case attribute in the xml is not exposed in the Composer. Where the v1 page code used custom uniqueid’s, debugging the cause can be challenging.
On a number of our orgs we are receiving this error and cannot load our systems 🙂 The Skuid runtime was not loaded correctly. Check the CDN connection for errors: https://cdn.skuid.net/assets/skuid-salesforce/14.4.19 Any help would be appreciate
Search component Header display name is necessary, not optional Without a header display name there is no header Environment: API Version: v2 Release: Boston? Release version: 15.1.3 Platform: Salesforce Without a Header Display Name in the Search component’s Return Object properties, there is no header for that object The Header Display Name is supposed to be optional. If it is left blank, the search results header for the object is supposed to be :. With or without a header name, the Header Display Icon is supposed to appear on the object’s results header. What actually happens is that NO HEADER is displayed (for that object’s results) if the Header Display Name is blank. [Also, the Header Display Name is converted to ALL CAPS. Why? If this is a designer-entered text string, please leave the choice of case to the designer.]
Override Metadata does not clear when unchecked Clearing the Override Metadata checkbox does not remove the metadata changes that were made. Environment: API Version: v2 Release: Boston? Release version: 15.1.3 Platform: Salesforce Brief Summary of the Defect/Issue: I was experimenting with metadata override on a STRING field in a table but was unable to accomplish what was desired. When I unchecked the Override Metadata checkbox, I noted that artifacts from my effort remained attached to the field (Custom Label, Display Type). In the XML, I found this: Expected Result: The override-associated field attributes should clear when the checkbox is unchecked.
I am wanting to use https://getbootstrap.com/ UI on a page; we also have JS extension on our instance. I add a text fields, I am housing all the CSS and HTML code in the same block. On skuid builder, the images and functions work; however, when I preview, nothing is displayed. What am I doing wrong?
I’ve returned to skuid post-retirement! And finding myself versioned up from v1 to v2. In converting page CSS code to Design System variables, I’m wondering if each css combination will require its own style variant. I would like to have one style variant (called “Highlight”) that allows the page to indicate a background color and a text color. Does the Design System allow that? Otherwise I presume I will need something like Highlight1, Highlight2, etc., or HighlightBW, HighlightRedText, etc. Since the Community pages have changed since 2019, I would not object to suggestions I post such questions differently. Thanks!
Defect/Issue Description: Skuid parses OData response incorrectly when attempting to aggregate data. Environment: API Version: v2 Release: Chicago Release version: 14.4.16 Platform: Salesforce Action Performed: Created a model where Odata should aggregate the model via multiple Joins, e.g. In SOQL it would be: SELECT SUM(NumField), LookUpField.Obj2LookUpField.Obj3LookUpField.Obj4LookUpField groupField FROM Obj1 GROUP BY LookUpField.Obj2LookUpField.Obj3LookUpField.Obj4LookUpField.Name The OData URL would be (this is produced by Skuid: https://<OdataWebService>/v1/Obj1Endpoint?$apply=groupby((LookUpField/Obj2LookUpField/Obj3LookUpField/Obj4LookUpField/Name), aggregate(NumField with sum as NumField)) Expected Result: The model groups fields by groupField and returns respective sum. Actual Result: The model returns the respective sum, but the groupField is null. Though, if I copy/pate the url I get the result I would expect. Side note It would be nice if Skuid would provi
I get the error bellow when I attempt to set up a Data Source to SQL Server. What is causing it, how do I determine if the Data Source can be accessed from Skuid’s Web service?
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.