Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
A mass action on a table of type "redirect to URL" My url is: [root]/PostInvite.aspx?productionMode=false&reviewName={{{Name}}}&reviewEmail={{Email__c}}&reviewSMSNumber={{Primary_Phone__c}}&sendType=sms ... etc. But the url that's getting sent is: [root]/PostInvite.aspx?productionMode=false&reviewName=&reviewEmail=&reviewSMSNumber=&sendType=sms ... etc. The merge syntax isn't being processed. The values are definitely in the model, as they're showing up in the table.Help?
I have added a Ui-Only field to an aggregate model as a formula. Based on the value in that Ui-Only field, I have a button rendering based on an ‘enable condition’. Everything is working as expected except I get an error that Skuid is looking for my Ui-Only field in my object and can’t find it.Note: Ui-Only field is ‘TimePeriod’1. A Skuid Model, ‘IntegrationAggr’, requested a Field with relationship name ‘TimePeriod’, on the IntegrationTimeSheet__c Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it does not exist, remove it from this Model.
I thought this was reported already, but I couldn’t find it, so here it is (again, perhaps):In the mobile builder multipicklists, such as which models to save for a save models action, have transparent backgrounds, which makes it really hard to see which models we’re picking.
I’m trying to use the “URL Parameters to send with every request” section of a REST API. Set up like this: I have a model on a page with a simple insert method: The URL params are not working together as they should. The fields specified in the model are being sent first, and then the fields in the common url parameters, but both sections start with a question mark. Here’s the data that’s being sent with the request:
Hi I’ve been pulling my hair to get this to work since yesterday, but now i give up and need help lol I created a chart with 3 series from same model , each a SUM of a different data fields and all 3 with same category (statement’s Month) It works fine until I try to add a split field and turn stack series option"on" on all 3 series (all 3 have same Split field) When i add split field on all 3, i only see 1 serie now and not even split/stacked as expected What happens to the stacking and other 2 series? Even if turn off Stack Series option, same results. Here’s a sample of one of the serie in case I did something wrong: Kind of lost at this point and would appreciate any help Thx
After spending a couple of hours making CSS changes to elsewhere on my contact detail page, I noticed that I had somehow accidentally shortened the height of the default Save buttons, as shown below: Since I didn’t notice it change when it happened, I am pretty lost as to how changes elsewhere may have caused this, and I’m uncertain how to fix it. It may be a shot in the dark asking this, but does anyone have an idea how I can fix this? Thanks, Conlan
Community/Skuid,My users are using touhcsreens and I have noticed them dragging events on their calendars on accident. How can I disable this awesome feature on our calendar components?
I set this varvar InstallYear=InstallDate.getFullYear(); and I get this errorgetFullYear() is not a functionwhat is the correct function to get the year from a date/time field?
We’ve got a wizard that we want to use on a public site that will let a user create a custom object Entity Formation and one or more related contacts. I’d like to be able to create the custom object and “save” it so that the field values are not italicized, and then create one or more contacts and do the same thing, but then not actually create these records in Salesforce unless they hit a Submit button at the end. Is that possible? I was reading this post about dynamic model creation and think it may hint at some answers… https://community.skuid.com/t/saving-dynamic-model-doesnt-update-server
I am trying to build a Campaign Dashboard Tab that will display charts of Campaign Members Status totals across Campaigns with Status: In Progress and Type: Client Engagement. I pretty much have it working . . . Yet there is one added wish: I’d like to be able to click on one of the bars to drill down and see a listing of Campaign Members with that particular status code. I don’t know if that is something we can do with Skuid but I thought I’d check because it would be incredibly helpful. We may have 20 or more active campaigns at any given time. So it is hard to “see” where work is required in response to a Campaign Member Status code. Consequently, as an example, I’d like to be able to pull up a list across multiple campaigns campaigns of the 97 campaign members with the Status code Data Entry Pending depicted below by clicking on that bar . . . Second best, I have tried adding Drawer pop-ups on the Campaign table to enable checking for the Data Entry Pending members campaign-by-c
Hi all, I have already searched a lot of threads related to this subject (including Zach’s great post here), and so while I know it has already been covered, I am still not quite getting the results I need…although I think I’m very close. I want to auto-populate a contact lookup field on a wizard page, which is accessed from clicking a button on a custom skuid contact detail page, as per below: As you can see in the URL, I have passed through the contact ID and contact name, so I think my issue is in configuring the URL parameter conditions needed to auto populate the contact field. On the wizard page, I have a single Encounter model pulling in the necessary fields from a custom detail object called Encounter_c that uses the Contact object as it’s master. Here are the conditions that I have set on the wizard page’s Encounter model: I would be super grateful is someone could take a look and let me know what may look wrong. Many thanks in advance! Conlan
Hi -In our mobile Skuid page, I am rendering edit fields as Autocomplete. The native renderer however isn’t really the best for a mobile use case. I especially would like to have a “Clear” button to easily clear out the value in the field without having to place the cursor and delete the whole value.Is it possible to build a custom field renderer in Skuid to do something like the below example? I am not an expert in Javascript so any and all hints and thoughts would be much appreciated.http://demos.jquerymobile.com/1.3.0-rc.1/docs/demos/widgets/autocomplete/autocomplete-remote.htmlLiz
I have 2 questions on the Salesforce User menu, that I want to use in our community. I can’t seem to figure out how to change the ‘name’ text color. I guess it is set to white, and because we have a white header bar, I can’t see my name. My background is also transparent, so when the user menu drops down over the page, I can’t see the menu text anymore. Also, can I control what shows up in this user menu? Ideally, my community members would see only their name, and the Log Out link. We may add more later.
Apologies if this is a junior question, but I searched here in the community and couldn’t find a good answer to my problem.Right now I have two different aggregate models. Each aggregate model has a UI-only formula field that results in a number. I would like to take these two numbers and add them together and present that number to the user on their dashboard.Is there a way to do this in SKUID? Let me know if you need additional information.Thanks in advance,Andrew
I have a text field that stores stores an array - formatted as either and HTTP POST or JSON array. Can I have this array displayed as a editable table?HTTP POST:items[0][Name]=Shirt&items[0][Quantity]=2&items[0][Price]=19.95&items[1][Name]=Jeans&items[0][Quantity]=3&items[0][Price]=89.99JSON:{“items”: [ {"Name":"Shirt", "Quantity":"2", "Price":"19.95"}, {"Name":"Jeans", "Quantity":"3", "Price":"89.99"}, ]}
This documentation details how when using a date field as the category axis more options appear for the chart. I’m mainly interested in showing the month even when no data exists for that month. I’ve tried using a date/time field, a date field, and a grouped field, but no options appear. Is this functionality no longer supported?
Now happening on more than 1 browser for me (chrome and firefox)In the builder page, Rich text fields show this loading animation and do not allow me to edit/make changes…Anyone would know why?Thx
Ok, community…What tools do you use to compare differences in skuid pages or page versions?Is there a good XML compare tool out there?
Here is the setup for the model service: Here’s the model setup: Here’s the error in runtime when I attempt to save the model:
Hello,I’m looking for a way to be able to use filters on 2 models based on the same object1 model is a normal one, the other is an aggregationOn the Screenshot below as example, I highlighted the aggregate fieldsand i would like the filters on top of table to affect aggregate model as wellThank you in advance
Model url setup (clearly, a url merge param exists, right?) But… What’s going on here?
i am trying to call apexfunction the example in skuid Opportunity javascript button i pasted the code in snippet and https://community.skuid.com/t/calling-apex-function and when i click on that button its doing nothing what wrong did i do plzz tell me
I am writing code for a javascript button.I have a custom object Application and there is a status field in Application .I want to check the value of this field that if(application.status==‘pricing generated’ then enter into the loop.I am not sure how to get a field of particular object in skuid.please help .Here is the code var applicationModel = skuid.model.getModel(‘Application’);alert("applicationModel "+applicationModel);var applicationRow = applicationModel.data[0];alert("applicationRow "+applicationRow);var appId =applicationRow.Id ; var agree = confirm(“Are you sure ?”);alert("agree "+agree);if (agree){ if( appId.genesis_Status_c==“NEW - PRICING GENERATED”){ var retVal = sforce.apex.execute(“DemooOrgUtils”,“borrowerAccepted”,{app:appId}); window.location.reload(); } else alert("Please generate Pricing ");}
For some reason one of my date fields is automatically popping up the datepicker when it shouldn’t be - the field is contained in a popup and when a user opens that popup the datepicker is automatically opened, which is a bit distracting for the user when they don’t need to edit the date field. I’m also getting a console error at the same time: It happens when the field editor containing the date field is set to Edit or Read with inline edit, but not when set to Read only. There is also no custom field renderer running on it. Any ideas why this might be happening?
I have built a file manager that organizes and executes various actions on the ContentDocument object and related objects including delete, edit, contribute to library, deliver,and preview. The main table is based on ContentDocument object. Content Document has a child relationship with ContentDistribution which stores the Content Delivery information. Now I have a column displaying the names of the content deliveries via the child ContentDistribution object in comma separated form. This is fine, but ultimately I want to just display the number of records because I have a row action that brings up a pop up displaying all of the current deliveries for that ContentDocument and the ability to add new deliveries in the popup, so displaying the names in the main table is redundant. How can I display the number of child ContentDistribution records in a table of the parent object ContentDocument? Thanks
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.