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
HelloI found what I can only assume is a bug on Spark pages for multi-select picklists. In the page builder for multi-selects, there is an option for max selectable items. When I set this to a number less than the amount of options in my picklist, there is no change in behavior on the page, and the console shows a warning that 'maxSelected is not a valid attribute of <skuid_field/>.So the page builder is essentially asking for an attribute that does not exist. FYI, I don’t actually need to limit how many options are selected. I just need the select all option to go away, which there is also no option for. I had assumed preventing the user from selecting all of them would remove that automatically.Is this a known issue? Is there any way to remove ‘select all’ from a multi-select picklist in spark?Thanks!
How can I display timeline chart using skuid charts. I have to create a chart which will have only single line with different dates in increasing order. Please suggest
Is it possible to create and set a new model condition on a model using Javascript? I’ve tried looking at the API documentation but I can’t seem to find a function for creating a new model condition on a model.
I’m creating a dynamic model with javascript for a custom component, and getting an error: “Unable to load Model(s) - JSON deserialization failed: Illegal value for primitive” I think it has to do with the way I’m attempting to create ui-only formula fields in the model. Can someone take a look? var timerModel = new mm();<br>&nbsp; &nbsp; &nbsp; &nbsp; timerModel.objectName = 'Process_Log__c';<br>&nbsp; &nbsp; &nbsp; &nbsp; timerModel.id = "Timer";<br>&nbsp; &nbsp; &nbsp; &nbsp; timerModel.doQuery = true;<br>&nbsp; &nbsp; &nbsp; &nbsp; timerModel.preventUnloadIfUnsavedChanges = false;<br>&nbsp; &nbsp; &nbsp; &nbsp; timerModel.recordsLimit = 0;<br>&nbsp; &nbsp; &nbsp; &nbsp; timerModel.fields = [<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
I’m utilizing a template: {{Event_Date__c}} {{TimeHour__c}:{{TimeMinute__c}} {{TimeAMPM__c}} The values in each field are as follows: Event_Date__c = 2019-05-09 TimeHour__c (Picklist) = 10 TimeMinute__c (Picklist) = 30 TimeAMPM__c (Picklist) = AM The template field is displaying this: 5/9/2009 model=Lifecycle_popup__life_event , field=TimeAMPM__c , rowid=a2sf4000000t1L3AAI , value=AMsk-merge-1bNf-3 Why is this happening? What can I do here? My mind is boggled.
Hi Skuid Community, I have a wizard button that I’m trying to deactivate based on a field from another model. I know this isn’t possible from the Skuid UI, but I’ve updated the XML to change the condition type from “fieldvalue” to “modelmerge” in the hopes of getting this to work. (Doing this actually makes the model and field picklists available in the Skuid UI - at first I tried to just add merge syntax to the XML.) But, still no luck changing the button rendering. Should this work? Here’s my XML:
I tried creating Skuid Pages in my developer Org. For most of the pages, the loading time for Skuid is an issue. Even for a normal Skuid Page with only a UI-only model and no queries involved also takes more than 3 seconds to load. Is there any way to improve the loading speed and to bring it under 2 seconds?
Hoping someone can help me with JavaScript. Thank you in advanced for any help fixing the script.Use Case:I have two models that I am trying to update. I have a table of sublines and a table of inventory. I want to link the sublines to inventory and inventory to the sublines. The user selects lines from the subline table and clicks a button that kicks off a snippet. The snippet should run through each subline and associate it with an inventory position. Problem:The problem is only the first inventory position gets updated and all the sublines get updated with the same inventory position. (See Screen Shot)Snippet:var params = arguments[0], $ = skuid.$; var models = skuid.model.map(); var AllocateBOMSubLine = models.AllocateSublines; var BOMInventory = models.InventoryPositions; var InvRow = BOMInventory.getFirstRow(); $.each(AllocateBOMSubLine.data,function(){ //Update Invnetory if(this.Inventory_Position__c === undefined && this.Status__c === ‘In Process’){ BOMInventory.updateR
I have a model with 2 child relationships on them with LIMIT 1 specified. I’d like to find the greater value of two fields on these 2 child objects and put them into a formula field on the parent object. Is this possible? How would I go about referencing the child objects in a formula on the parent object?
Hey!I am on the latest skuid version and I am still having the issue where search suggestions and drop down menus go behind page includes. Any idea on when this will be fixed?
In V1, links opened in the service console tab within salesforce when selecting target “_current”. However, v2, it tries to navigate to the page within the current page and asks whether it’s okay to leave the current site. Target _blank opens a new tab in browser. How can i get v2 to open a tab in service console in v2
I am trying to create a sample Skuid page in my developer org. I’ve added the Skuid page in Community Builder. We have a file upload component on the home page, which uploads the files fine for an admin user. For community Users, the upload button looks different and shows an error “Cannot upload Large File on Lightning” while uploading. I’ve checked the option ‘Use Lightning’s File Upload component’ option. Attaching both the screenshots (logging using an admin user and a community user.) Admin View Community User View
HelloI am having multiple issues on the display of picklist fields in Spark pages. I have a UI only picklist called ‘State/Province’ that pulls in values based on a model that stores states and provinces as records and filters based on US states and territories. This means there are 57 possible options for this field. It must be a drop-down picklist, so what is happening is the list does not wrap, and instead increases the length of the page by about 100%. Is there a way to wrap the options of a picklist field to a certain number of pixels so the user can just scroll in a small box? I assumed that would be in the design system, but that does not support picklist components, only radio buttons for some reason.My other issue is that the ‘None’ option does not appear to be working. I changed the ‘None Option Label’ to be ‘State/Province’, but the null state is still showing as ‘----’. When I make the field required and say to add a ‘none’ option, that doesn’t show up either. It’s always s
HelloI am setting up a SF community using Skuid pages on api v2. Since customers will be using the page, I want to display a customer friendly error message whenever there is a server error on the SF side. It just has a general ‘Something went wrong’ message with our brand styling. I don’t want them to see something specific like ‘Contact process builder has failed’ that ignores the rest of the styling on the page. I’ve got that component set up and rendering correctly on model save errors.Is there a way on Spark pages to supress the standard error messages? I know in regular skuid you can do it with css, but spark removed that functionality, and I’m not seeing anything related to error messages in the desgin system.Is this something that we would be able to do?Thanks!
All, I am migrating to Lightning and I have a lot of buttons on related lists that call SKUID pages and pass parameters to those pages such as Account name and ID, contact name, etc. Salesforce is stating that this will not work since they do not support URL hacks in Lightning. Has anyone else found a work around to this limitation. I am open to using any/all methods. Thanks. Jeff
I’m trying to display a Tableau dashboard within a Skuid page. I’ve copied and pasted the code from the “Embed code” section in Tableau and saved the code into a Template within the Skuid page.On preview I am able to see the Tableau dashboard. However if I view the tab through Salesforce, by clicking on the tab, the dashboard is blank. Note that all other parts of the page load fine. I’m using a lightning component page and overriding the “Tab” button. What could be wrong? Note that I’m trying to do this in lightning, when i try this in classic I have no problem. Are there any known problems surfacing Tableau dashboards in lightning?
On Skuid version 10 my page sizes are ok but after updating to version 12 in sandbox some of my pages are throwing heap size errors. Is there a way to identify pages that the XML is too big without clicking into each page?
Hi Team,I want to restrict user to enter only Integer value in the UI field. I created Number type UI field with 0 decimal places. But you can enter anything into the UI field.I am storing that UI field value into the salesforce field which is also Number (18,0) type.When user are enter decimal values then decimal values is saving into that field.I also added the validation rule for restricting the field to enter the decimal values. But when validation error come then UI field is automatically showing the round off value on the UI but in the back end decimal value is present.Can we done anything on the skuid side for this requirement.Thanks,Geeta Garg
Hello! Would it be possible (without using JavaScript) to upsert data from a Ui-Only data model? The idea would be to have a table with an ID and set an action that creates a new record if the ID is not found or update an existing record if it is found. Many thanks!
<skuidpage unsavedchangeswarning="yes" personalizationmode="server" useviewportmeta="true" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Name"/> <field id="Industry"/> </fields> <conditions> <condition type="fieldvalue" value="Financial" enclosevalueinquotes="true" field="Industry" state="filterableoff" inactive="true" name="IsFinancial"/> <condition type="fieldvalue" value="Financial" enclosevalueinquotes="true" field="Industry" operator="!=" state="filterableoff" inactive="true" name="NotFinancial"/> </conditions> <actions/> </model> </models> <components> <pagetitle model="Account" uniqueid="sk-Y-I-200"> <maintitle> <template>{{Model.labelPlural}}</template> </maintitle> <subtitle> <template>H
When creating a new line on a table row, a number of fields are displaying in edit mode, as expected - however, all of the input fields appear to be just that - just input fields. It doesn’t appear to matter what the field type is, at least when it comes to text.My user would like to be able to enter multiple lines in a particular Textarea field while creating the line from this table. Enter doesn’t go to a new line.
As I prepare my customer-facing teams for the use of our new V2 overlay, I’ve come across concern that if something fails to work as intended or something needs to be tweaked during testing, the customer experience might suffer because the representative can’t get back to familiar territory. I would love to be able to offer my team the ability to switch back to a V1 overlay in a pinch, and make that ability accessible to them on the V2 overlay. Is there code or a button/feature I can use that will allow a user to toggle between a V1 and V2 page, or at least move from a V2 to a V1 page without my needing to update User Settings?
Which setting in the theme editor changes the colours of the items referenced in my screenshot? They should all match the colour of the text in the “All Accounts” filter. The problem only seems to exist for multi-select filter items.hat
Hello!I have a table in a Ui-Only model that contains information of 2 different objects that I need to insert and which are parent and child.Would it be possible to use a row action to create the 2 records considering that we need to retrieve the Id of the newly created parent record before inserting the child one and that the parent record might be different in each row?Many thanks!Jesus
Through use of Alerts I’ve gone through and tested each line of code in a selection of JavaScript snippets, and I’ve discovered without a doubt the line that’s causing trouble. Any time the snippet attempts to connect with the Salesforce server, the following errors are thrown. Note that this issue occurs in V2, but the snippets work fine in V1. I’m assuming some small fix is required but we’re stumped! Here’s the extended version of the errors: The lines of code that throw this error are specific. Here are some examples: Is anyone else having difficulty transferring JavaScript snippets from V1 to V2? Any advice would be appreciated!
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.