Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Is it possible to clone one of my buttons in Skuid on the same page as the original button? I have a few buttons with a lot of specific actions that vary slightly based on rendering conditions. It would help greatly if I could clone that button and just make the minor change instead of recreating that entire button. Is this possible?
How would you approach this request?Our inside team sets follow up tasks when they can’t reach someone or when they speak to a prospect and the person asks to follow up later. We’ve given the inside team a Calendar component to see all of the follow up items for that day and they’d like to be able to see recent activity with that lead/contact in the Calendar pop-up.How would you approach presenting that information?It’s similar to this concept but on the Calendar pop up window: http://help.skuidify.com/m/components/l/269735-add-nested-rows-to-your-table-with-drawers
An extension to this converstion: https://community.skuid.com/t/toggle-tab-labels-on-off. I thought it warranted its own question.I’m running this snippet to try to re-render a tabset: var $ = skuid.$; var tabs = skuid.component.getById('CaseTabs'); tabs.render(); Nothing happens.Am I using getById function incorrectly?
I need to create the hierarchical list view with child objects. I am having 3 objects with relationship. I would like to view the parent object list view with slider list view of child objects.
I’ve searched high and low and just can’t get my head around page includes.Can someone please assist?I am building an opportunity page. I have a custom object called FactFind and have created a model for that object.Both models are working fine.I have created a tab on my opportunity page and want to display a page include for the related FactFind record in that tab. The FactFind record Id should be referenced from the Opportunity Object in the lookup field “MortgageFactFind”.It’s not working and I suspect I’m missing something in my query string:I’ve tried a million things nothing works. I’m obviously missing something vital. If someone can point me in the right direction that would be great.Thank youErin
I am setting the condition of an account-based model via a row action on a table of account records. It works the first time, but when I click the row action a second time on a different account record the condition does not appear to update - it keeps the last condition. What do I need to do to clear the condition and pass it a new value? My actions are as follows:Activate and Set Value of ConditionBlock UIQuery All ModelsUnblock UII have tried adding “Deactivate Model Condition”, “Cancel Model”, “Empty Model Data” prior to the “Activate and set…” action and a separate “Query Model” just for the model I am changing. Models:Accounts <---- lists accounts in tableSelectedAccount <----- table row action sets condition on this modelModelsBasedOffOfSelectedAccount <---- Related data to Selected Account
In the template below, Is there a way to change the text color of ‘Product on Allocation’ if 'On_Allocation is true? Can you embed CSS or HTML?
Is there a way that I can allow users to toggle a tabset to show labels and icons, or show just icons?I need names until users are familiar with the meanings of the icons, and then it would be nice for them to be able to turn off the names to save space.
I need to be able to list all Activities related to a contact when I use Task model not all activities are listed on the the contact. Does anyone knows which object I should be using?
I’ve read a couple of blogs about the @InvocableMethod annotation in Apex being available in Spring 15 - just wondering whether we might be able to invoke methods from Skuid pages? My understanding is that its available from the lightning process builder, but it would be awesome to have this in Skuid and would solve some of those ‘can we trigger apex from Skuid’ questions.more info here https://help.salesforce.com/apex/HTViewSolution?id=000206831&language=en_US and here https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_annotation_InvocableMetho…
Is it possible to have a request update button on a table row that goes to a skuid override page for the standard sales force send a stay in touch request email so it can be branded. We want to use this for our community users.Thank you!
When a field on a custom template popup is marked as “required” (UI required, not SFDC required), the record is allowed to be saved without specifying a value in the field. Steps to reproduce: Create new Account Detail page Add template field to field editor Set template to “{{BillingCity}}” Choose “Show custom popup” Change the “Billing City” field in the popup to required leaving all other default config Preview the page Go in to edit mode of the popup and make sure there is no value If “Save” isn’t enabled, make a change on Name field Save the record Actual Result Record is saved Expected Result Validation error for Required field BillingCity should be displayed Sample Page XML <skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account"> <fields> <field id="Name"/> <field
A drop-down(this value for Custom settings), with options pre-filled based on values entered in a table.For example,I am entering “Account number” field, values automatically pre populate from this custom setting values. I have used this custom settings options for so many input fields in SKUID page.Is it possible?
Creating interfaces that look different based on values that are entered (ie, check a box to show/hide certain fields). This might need to be dynamic (ie, checking a box immediately displays certain new fields on the UI), or static (ie, checking a box then means a separate screen includes that column in a report). Can you let me know is this possible using Skuid?
We are using professional edition currently, can Skuid bring value to Professional Edition, if so, how i am benefited? EE is somewhat expensive, please suggest
Hi,Suppose if any body enter ssn as 123456789 i need to modify the field value as 123-45-6789.I have written below java script code snippet. That is not working.(function(skuid){var $ = skuid.$;$(function(){ var myModel = skuid.model.getModel(‘Offender’); var row = myModel.getFirstRow(); var params = arguments[0]; var field = arguments[0]; var ssn = arguments[1]; var firstthree=ssn.substr(1,3); var midtwo=ssn.substring(4,5); var lastfour=ssn.substring(6,9); var text= firstthree + “-” + midtwo + “-” + lastfour; skuid.ui.fieldRenderers.TEXT[field.mode](field, text);});})(skuid);Is there a way to debug the code.
We have a separate field that our General Ledger syncs with around addresses (our standard Account Billing State/Country will list where the company is HQ’d whereas the other Text field matches where the bill has to be sent; not always the same place as HQ). Our finance team is running into sync issues because they enter bad data. To resolve this, I was hoping I could leverage the standard state/country picklists we’re using elsewhere in SFDC. Any ideas how I could use Skuid to create a faux picklist experience for our finance team?
Hi Skuid team, Do you have an official list of supported browsers? Kind regards, Irvin
Hey team!Currently having a great time exploring the possibilities with the mobile composer. We’re trying to style the query results of a deck in the mobile composer conditionally (the desired outcome is for a different background colour to be set based on the value in one of the fields in the deck).Is there any way to achieve this in the current version?Thank you in advance!Regards, Robin
My grand dashboard design has this nested structure:Analytics page has a tabset with 3 tabs: Client Analytics, Service Analytics and Process Analytics, each of which has a page include.Client Analytics page has a tabset with 3 subtabs: CA01, CA02 and CA03, each of which has a page include.CA01 page has 2 charts and a table CA02 page has 2 charts and a table CA03 page has 2 charts and a table Service Analytics page has a tabset with 3 subtabs: SE01, SE02 and SE03, each of which has a page include.SE01 page has 2 charts and a table SE02 page has 2 charts and a table SE03 page has 2 charts and a table Process Analytics page has a tabset with 3 subtabs: PR01, PR02 and PR03, each of which has a page include.PR01 page has 2 charts and a table PR02 page has 2 charts and a table PR03 page has 2 charts and a table The reason for the nesting is that I want the bottom level included pages to be “widgetised” and independently editable.Broadly speaking, it all works magnificently. But I’m gett
Is there a way to update a page include from a table row action?I really want to use a table, not a queue.
What is the secret to getting table drawers to work with aggregate models? I saw some posts but never a definitive answer just the end results. In my case we have a client object related to a house (each client is assigned to a house). Each client has a contract (a contract object) that lists how many hours we are contracted to work with them. So John has 300 hours per month, Peter has 250 Hours per month and Jimmy has 200 hours per month on the "Contract Object). If John, Peter, and Jimmy all live in the same House (House Object) I am summing their hours so I know how many hours a month, and a week so we can schedule appropriately. I am using an aggregate model based on the “Contract” that groups by Contract__r.Client__r.House__r.Name. If I wanted to show a table drawer where it listed Peter, James and Jimmy’s individual hours can I do that? I have created table drawers before, but are there different steps if the parent model is an aggregate model? Thank you!
Hello!I’ve got a task table on a homepage component and I’m trying to add a row-action popup that has a page include to the opportunity (task’s ‘parent’).Here’s my query in the page include: Id={{{WhatId}}}Lazy load’s off.The condition on the opportunity detail page is good.All I’m getting in the popup is the Salesforce header with the home tab selected.I’ve tried doing a similar thing in a normal page (i.e. not in a homepage component) and it also doesn’t work. So I’m guessing it’s something to do with the WhatId?Any thoughts?Cheers!
So i am trying to use a custom field renderer to popup a skuid popup with details from the field this is what i have got so far i keep getting an error saying that i have an unexpected identifier Uncaught SyntaxError: Unexpected identifier with this error in the VM skuid.utils.createPopupFromPopupXML('',[object Object]).open(); Heres the code var field = arguments[0], $ = skuid.$; var popupXMLString ='&#39;' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + ''
Has anyone found a way to make some kind of timeline that shows past to present with markers for records along the way? I would like to include cases (specific record types), events, tasks, custom object records in this timeline. I have seen some Javascript components out there but curious how or if anyone has built something within a skuid page using a timeline?
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.