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
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
Un-checking this option resolves the issue. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="GroupedDateTimeDayOnlyUTC" 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"/> </fields> <conditions/> <actions/> <groupby method="simple"> <field id="CreatedDate" name="doCreatedDate" function="DAY_ONLY" convertToUserTimezone="true"/> </groupby> </model> </models> <components> <skuid__wrapper uniqueid="sk-H6T-245359"> <components> <skuid__table allowColumnFreezing="dragDrop" model="GroupedDateTimeDayOnlyUTC" uniqueid="sk-H4l-52132" mode="readonly" showSaveCancel="false" pageSize="10" enab
When displaying the user menu, we get other options other than logout. I would like to display logout only. I did some searching and the references are to build your own nav relating to salesforce. Any ideas how to offer a logout option on NLX?
Hi Guys, I have alookup field in custom object that is accidentally enable the required in object level. We found that we cannot disable it so we need to replace it with another contact lookup field. After deleting the contact lookup field, whenever we create a new row the fields to fill-out is not showing.
Defect/Issue Description: Form and table field movement is drunk Environment: API Version: V2 Release: Edin … something Release version: 16.0.3 Platform: Salesforce Brief Summary of the Defect/Issue: Fields get duplicated, fixed in place, among other things. Action Performed:Moved field. Expected Result:Not duplicated or fixed in position any fields. Just move to new position when drag and drop is performed. Actual Result:Duplicated and fixed in position fields. Additional Resources:Try and you’ll see. 😃
I’m trying to run skuid.debug but seeing this when opening the console and getting this error when running skuid.debug. Uncaught ReferenceError: skuid is not defined at :1:1 (anonymous) @ VM1716:1 Suggestions?
For those times an action sequence just isn’t beneficial without significant inputs, use the action sequence to copy / paste actions somewhere. Follow these steps: Convert to an action sequence Break it back down in it’s original location Add the new sequence to another location Break it down Update the settings of each step as needed. Voila. I’ve often used this to build just that much faster without having to think too hard. 😉
We have a requirement where we want to display custom toast messages. Not sure if this is something that would be addressed in the Design System Studio. We want to display the Success and Error Toasts similar to below: Any hints would be very helpful.
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.