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. Im new to Skuid and I would like to seek help from community. I needed to place a UI-only checkbox field in the UI and I wanted to run a snippet when user checked or uncheck it. Is it possible? Can you help provide example. Thanks!
Hi there, I’m new to using SKUID and trying to create a Lightning component with a table that inherits context from the broader page that the Table is on (ie. I want the base table component to be able to have context). I can see that my nested components have row level context, but how do I give a base-level table context? Is that just in selection of my model? Any help is appreciated!
I have two snippets and both were created based on Community user posts. I am unable to export my data and would like guidance on why this is not working. When I refresh my page it won’t even load the Page! The reason I’m using a Button is that the default Skuid Export Option is at the bottom of the Page and would like it at the top so users can download and Print the transactions. I’m using Skuid 15.3.14 Dubai with V1 API -------------------Version 1:------------------ $ = skuid.$; var tmodel = skuid.$M(‘Transactions’); console.log("Model length: ",tmodel.length); var fields = [ tmodel.getField(‘ActivityDate’), tmodel.getField(‘CheckNum’), tmodel.getField(‘TransactionType’), tmodel.getField(‘TransactionDetail’), tmodel.getField(‘Amount’), tmodel.getField(‘RunningBalance’) ]; tmodel.exportData({ fileName: ‘Transactions.csv’, fields: [fields], doNotAppendRowIdColumn: true }); -------------------------Version2:------------------------------------- var params = arguments[0], $ = skuid.$;
Is there any way to get the count of the child records for the parent record in context? For example, I need to know the number of the Quote child records for the current Opportunity in context. Any way to achieve this declaratively?
Hi Guys, Would like to ask since I am new to skuid. My client wants to have a customized list view. I have already created the page but I am not sure how to override the standard list view. I have a different approach in mind by creating an Object and assign the skuid page on it’s UI but not sure if that is the right approach. Thank you!
I am trying to get a connection between skuid and snowflake. It can accept ODBC and JDBC; however, those are not options in the connection drop-down.https://docs.snowflake.com/en/user-guide/organizations-connect I tried MySQL, MySQL, and Postgres but had no luck. They support Odata but have tons of limitations that would make it unusable for us. Has anyone been able to connect the two, or do you have any ideas?
I inherited some skuid pages and one of them being on V1. I added the export option for my table however, after several hours, I finally noticed it. I was expecting something larger than what is displayed. It’s so small and barely visible. Does anyone have any css or a way to make it more visible and maybe a little larger? Thanks
Hi, how do I replicate the powerdialer function to auto ring the Salesforce CTI when you click on a telephone number I’m using fastcall cti
I’m using the new Salesforce customer field address component and want to be able to use the address lookup feature on a Skuid page but I don’t see how that will work. Can someone please point me in the right direct? The first line of the address component is the address lookup. If the address is found, it autofils the rest of the address (like the standard address field on the account page in a normal salesforce detail page).
Makes no sense <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" title="Production Management"> <models> <model id="Accounts" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Account" type="aggregate"> <groupby method="simple"> <field id="Industry" name="Industry"/> </groupby> <fields/> <conditions/> <actions/> </model> <model id="Contacts" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Contact"> <fields> <field id="Name"/> </fields> <conditions/> <actions/> </model> <model id="ContactsSelected" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Contact"> <fields> <field id="Name"/> </fields> <conditions/> <actions/> </mod
Defect/Issue Description: As per title. Environment: API Version: v2 Release version: 16.0.5 Platform: Salesforce <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" theme="SAS_Ink"> <models> <model id="accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <skuid__wizard uniqueid="primary-wizard" disableStepButtons="true"> <steps> <step stepId="w1_1" stepLabel="w1_1"> <components> <skuid__buttonSet uniqueid="sk-2Umc-26070"> <groups> <skuid__buttonGroup uniqueId="sk-2Uml-33095"> <buttons> <skuid__button label="&quot;Navigate to Step&quot; action does not work on this button" uniqueId="s
Is it possible to implement a Skuid button/interaction/action to open a Salesforce record what would be the normal Salesforce pages if there wasn’t Skuid? Looking to make a ‘Open this record in Lightning’ button escape hatch for users (probably really just me, as admin) to view/edit the record. At the moment I’m just using ‘previews’ of my Skuid pages for testing, and any link I click on goes to the Lightning pages, but I’m at the point where I need those to go to the skuid pages. But my pages are not full featured yet…
Hi guys, I have a skuid page on account object. It shows the contacts associated to the account and on the drawer on contacts it will show the related phone, email, and social associated to contact records. I can’t seem to find the right condition to show the related phone record that are associated to the specific contact record. This issue is happening to phone, email, and social. Please see XML file.drive.google.com Draft-Account-Contacts (1).xml Google Drive file.
Does anyone have an example of how to display currency properly in charts? I have a donut chart where the hover label shows them as currency (“Field (SUM): $1,000 USD”), but the chart itself displays them as numbers (“1,000”). The series data field type is currency but I do not see a way to format the series data field; just the split field. Thank you! Meredith
Using Skuid Dubai v2. Scenario: User clicks a button that submits an Account number. An Apex method is called, connects to an outside institution via API. The returned data is a String. Looks like JSON when viewed in Edge browser dev tools: [{“actionName”:“GetClients”,“errors”:null,“isSuccess”:true,“outputValues”:{“output”:[{“displayText”:“Mary Smith: BENEFICIARY”,“clientRole”:“BENEFICIARY”,“clientName”:“Mary Smith”,“clientId”:“8UP4ITUAJ”},{“displayText”:“Monica Smith: BENEFICIARY”, “clientRole”:“BENEFICIARY”,“clientName”:“Monica Smith”,“clientId”:“2UP4IZUAI”},{“displayText”:“Mary Smith-1985 Wells Fargo Bank: TRUST NAME”,“clientRole”:“TRUST NAME”,“clientName”:“Mary Smith-1985 Wells Fargo Bank”,“clientId”:“3UP4IXUAH”},{“displayText”:“BoA: TRUSTEE”, “clientRole”:“TRUSTEE”,“clientName”:“BoA”, “clientId”:“9UMSEXCGX”}]}}] Would like to display in a table so the user can select one of the returned values: Question: If I have a UI-Table, how can it populate dynamically because I don’t know h
Hello! We are planning to re-build our PRM in Experiences. I had previously used Skuid with VF pages in the classic SFDC portal, and now I am researching if Skuid would be a good option for our new PRM in Experiences. Thanks.
Links on skuid CLI — Skuid vedinburgh/16.0.4.0 Documentation https://docs.skuid.com/latest/en/data/private-data-service/#create-the-data-servicehttps://docs.skuid.com/latest/en/skuid-platform/user-and-permission-management.html#profileshttps://docs.skuid.com/latest/en/skuid/metadata-objects/v1/site.html
We are using Skuid for Salesforce as well as for content management of our MSSQL server. We have a number of tables which we’ve been updating successfully for over a year or so. Over the last 5 days, however, we’ve been having an issue where we can query our database and return rows to our skuid models, but when we make changes and then save, we get an error: Error: An internal server error occurred After this happens, we aren’t able to even query our database to return rows to our model. We’ve set up an SQL trace to see what happens, and it appears that there’s our initial sql update command, but this is then followed up with an sql select command for data that has nothing to do with our database structure, or any of the sql-managing pages we’ve created in skuid. As an example, this would be like I’m trying to update a record relating to the colour of a car, and the follow-up sql “select” is asking for records relating to the customer purchasing scores for baskets from Albania. Becaus
SFX V2 16.0.3 more characters here.
SFX V2 16.0.5 Try it and see. 😃
I’ve skimmed through the deployment process for deploying changes in NLX using skuid CLI. I’d like to be able to have a more sophisticated and clean implementation of changes vs what seems like all or nothing. Even granular updates to any of the Skuid Object Structure. The best example of what I would like is what Gearset is for Salesforce. It’s the ultimate deployment tool for SF hands down. Any plans or options of this?
I cannot seem to find the template component in our skuid page. Is this changed to a different name or something?
I want a pop-up to display a preformatted return call from Apex. It works well in Salesforce Flow, but I need it to display in Skuid. I’m using V2 - Chicago. I tried using a Toast Message and Block US using the Merge Variable: {{$PreviousAction.result.output}}. It returns the HTML Here is what I want it to look like in Skuid:
Pages come with 25 by default. I’m defaulting the value to a larger number using a flow on creation fast field update. Besides Salesforce object recommendations and Data Storage, is their any recommendations/limits from Skuid?
<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="server" state="fi
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.