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
This is something that I am sure is possible, but I can’t quite seem to get working. tl;dr: I have a RESTful webservice set up (and all that works, Querying/Inserting etc.) but in order to do so, I had to “add” all the fields to the REST model in Skuid myself. This was ok for the proof of concept I was delivering, but now I need to take this to the next level, and a requirement is that should the responses definition change on the service, Skuid needs to “easily” take these new fields into account. It sounds daft, but I am sure at some point in the past, I used the Skuid REST Model builder to somehow “unpick” the service results and create a bunch of fields for me, can anyone prompt me as to how this is done? Loads more detail: So it’s actually a Salesforce REST webservice I am contacting. And lets say it has an inner class return type like so: I can then define my REST data source, similar to so: And this all “works” for GETting and POSTing data to and from my webservice (I know the
I’m using a postgres data source and want to enforce security on query. In the configuration I created a condition and selected ‘enforce on query’ and set the condition in condition permissions for the appropriate profile to ‘always on’. This seems to work and I also don’t see any way of modifying it via javascript, but I just want to confirm that this enforcing on query is occurring server side and not client side. Is that correct?
I want the field in my table to display full name.I tried using word wrap and wod break…but nothing worked. Can someone suggest me as how can i break the words in different line so as full name is being displayed.?
Hello there, I’m attempting to create a series of ui-only formulas on a page layout. I’m using a case formula, that evaluates a Salesforce field {{ANI_Segmentation_Row__cc}}, which is a picklist, and should return text “Yes” or “No”. The Display Type on the field is set to Formula and the Formula Return Type is text, but the formula returns the default value “No” for all segmentation rows as of now. CASE({{ANI_Segmentation_Row__c}}, ‘CMNSS1’, ‘Yes’, ‘CMNSS2’, ‘Yes’, ‘CMNSS4’, ‘Yes’, ‘CMNSS5’, ‘Yes’, ‘CMSS1’, ‘Yes’, ‘CMSS3’, ‘Yes’, ‘K12NCM1’, ‘Yes’, ‘K12NCM2’, ‘Yes’, ‘OK12W1’, ‘Yes’, ‘OK12W2’, ‘Yes’, ‘OK12W3’, ‘Yes’, ‘PNSL1’, ‘Yes’, ‘PNSL2’, ‘Yes’, ‘PNSL3’, ‘Yes’, ‘SLFS1’, ‘Yes’, ‘SLFS2’, ‘Yes’, ‘SSANR1’, ‘Yes’, ‘SSNCM1’, ‘Yes’, ‘SSNCM2’, ‘Yes’, ‘SSNCM3’, ‘Yes’, ‘No’)
Skuid Version:12.0.4 I can’t get a PostgreSQL data source to return any data. I’ve tried messing around with the javascript a bunch but any call I make to postgres from an actual running page returns Invalid Response FormatI know my connection is working because from the configure tab I was able to retrieve tables and fields dynamically from the database using the "Import Data Source Object" mechanism and from the page builder I'm able to create models from that data source. What's going on here? How can I debug this further?
User story: Our scene starts off with a user and a deck component. Within each deck is a card that contains a field editor with a Yes / No picklist. Hidden out of sight is a deck (we’ll call this the “child deck”) inside our deck (we’ll call this the “parent deck”). The child deck is ready to be rendered when the user selects “Yes”. When the user selects “Yes”, a model action creates a new row within our child deck. Our child deck is rendered and a card appears within the child deck. Optionally, the user can add new rows/cards in this child deck. Now, imagine the user has created multiple cards in the child deck, and for whatever silly reason that a user might do so…as we know users often times do silly things…the user suddenly changes their picklist selection to “No”. What to do with these child rows/cards… End scene. My question for you all is whether it’s possible to remove all “child cards/rows” within the context of their “parent row/card”? Keeping in mind that other parent cards/
Have a form showing fields from a model within a deck. Inhave tried to use a field value as a custom field label using the insert field button. So far we cannot get the value to show. Just comes in blank. Is this a bug or just something we are missing?
I’m currently building a CPQ solution on Spark v2 for a client who is planning to implement soon, and I’m experiencing issues with the country and state picklists…specifically on Contact Object with the MailingCountryCode and MailingStateCode fields.When a Country is selected/changed, the dependent states do not render.This is a bit of an immediate problem, because users won’t be able to update Mailing Address info until this is resolved.Any ideas on a workaround until a fix can be released?
Hi,I have a mass action that when all of the rows on a table are selecting pops up and can be run.Does anyone know if we can create a button that selects all then runs that mass action?I assume javascript can do it but not sure where to start
I’m using a rich text field on a page in a public community. The page is exposed via the Skuid Page lightning component. When viewing through the lightning component (both authenticated & unauthenticated) it does not render correctly.When previewing the page in Salesforce Classic, the page renders correctly.Any ideas on how to resolve this?
Can anyone clarify how you’d use the Skuid 1.0’s function for a Custom Button/Link in Skuid Spark 2.0? The Custom Button/Link isn’t available in the action framework for 2.0 and I wanted to see if there was a better way to do this than a URL action. 1.0 2.0 You could just paste the Conga Generated URL in the button as a URL re-direct; however, that would mean we’d have to manually update each generation button in skuid when they changed.
I know we can render a reference field as a picklist, but is there a way to render a reference field as radio buttons instead? I have a filtered lookup relationship that I would like to display each value as a radio button. I created a very basic custom field renderer, as a proof of concept, that appends an HTML radio button form to the field.element. This works as expected, but I can’t figure out how to access the filtered reference records. If I can get the reference records out I could dynamically add radio buttons for each record and then append the HTML to the element. There might be a better way than the above approach and if there is I am all ears!
Trying to figure out how to include html like or styling in a UI formula field returning text. Example: {{fieldname}}+“some other text”+" "+{{fieldname}} doesn’t work
Platform: Skuid On Salesforce Version: 12.0.4 Browser: Chrome (71.0.3578.98) OS: Windows 10 (64 Bit) loadNextOffsetPage is not working, both in Javascript as well as when you press the “Load more” button on the bottom of a table. This is probably related to loadAllRemainingRecords not working. The symptoms are: When loadNextOffsetPage is called, it finishes processing but does not load any more records when there are more records to load. When loadAllRemainingRecords is called, it never finishes processing. Below is a page where you can reproduce the issue. You’ll need to replace the name conditions on the Account model with the names of two accounts you know you have in your system. When pressing the “Load All Accounts” you’ll see it blocks the ui and never unblocks. When pressing “Load Next Account” it will block the ui, then unblock, but will not add another row into your model. When pressing “Load more” at the bottom of the table it will block the ui, then unblock, but will not add
I’d like to indicate that a field is required only if the field is null. So - the field label would be red until someone starts typing in it, and then it would be formatted to look like the non-required field labels. Any suggestions about how I might accomplish this?
I’m running into an issue with a UI only field and the TODAY() function. For some reason, the TODAY() function is returning yesterday’s date. The full formula I’m using has a little more logic in it, but for debugging purposes I created another UI Only formula field with a date return type and a formula of “TODAY()”. As you can see in the example below today is 2/12/19 however the Today field in the model is showing 2/11/19. I was thinking this might have something to do with timezones, but I’m not sure. I tried switching the formula to TODAY() + 1, but that didn’t return anything. Something else that is pretty important to note. In testing, I found when I load the page and view the field value in the console it shows yesterday’s date. I can then refresh the page several times and still get yesterday as TODAY()'s value. Then for whatever reason, I’ll refresh the page again and it will show the correct date for TODAY(). At that point, I can keep refreshing the page and it will always sh
Hi team! I am rendering picklist values from a model as option source on a reference field using Skuid’s default picklist field renderer (so far, so good). Due to the nature of the option source model, multiple entries show up in the picklist which are unique records in the model, but duplicates based on my display criteria. I would like to: Remove the duplicate from the picklist if there are 2 identical display values Remove the option altogether from the picklist if there are 3 or more identical display values How would I go about achieving this? My sense is that the solution might be an extension to these posts: https://community.skuid.com/t/custom-picklist-renderer-when-option-source-is-a-model https://community.skuid.com/t/a-drop-down-list-from-a-custom-setting This is unfortunately beyond my skillset though, so I was hoping that someone here might be able to point me in the right direction 🙂 Thank you in advance! Regards, Robin It is for selecting available time slots and avoid
I have two developer sandbox and both have same skuid pages but both are used by different teams A and B,whenever Team A has some changes in a particular list of pages and push it into ITG it works fine but Sometimes when Team B also has changes in the Same list of pages and push it to ITG,The already existing changes made by Team A are getting overridden.Is there any way to Merge the pages?
Hey All, ``` I have this page. https://dcdogs.force.com/Application/s/test?id=a046F00001kPZvZQAW I am unable to upload the files to this page (public communities) and I have enabled the new flag today to allow Guest to be able to upload into the portal This shows what should between the Red and green text - It just does nothing  This is the settings for the upload under the red text  I need some help as I cant get this work and I am ready to throw my computer out of the window :( I am not going to use a VF page for this as I am unable to work out how to send some of the URL (so the object ID part) though WF and communities. I can get the form to show in WF using the following code but I cant sent the object ID :( <apex:page standardCont
The company I work for is looking to hire a Skuid consultant. Any ideas on who we could reach out to or where to look?
I’ve got a new record page with a file upload component conditionally unrendered when the model has unsaved changes. This way it’ll render when my user clicks save. Here’s the resulting rendered File upload component. Here’s the setup.
Trying to add a page assignment (classic) and nothing happens when “add page assignment” button is clicked. Also, the “Update Themes” button is always enabled even though themes have been updated. Not sure when the problem started exactly, just noticed it today when adding an assignment. I upgraded Skuid couple weeks ago to Milau 11.2.14. I tried upgrading to the latest Milau 11.2.16 this morning, and still have the same behavior. Using Chrome latest version The “Add Page Assigments” button does work on the Lighting Tab, but I need it in Classic. We are still using Salesforce Classic, although I have tinkered in Lighting to see how it works with Skuid pages. Below is a screenshot of the errors when clicking on the “Add Page Assignments” button for Classic. Any direction here would be much appreciated. Thanks
This is strange for sure. I’ve tried multiple orgs, multiple browsers and multiple versions of the browser. Followed directions about this issue as per help document.
Hi guys, I have this page that as soon as i use a table filter, it becomes extremely slow and mostly unresponsive. Looking at developer console, it seems something is happening, but noob me cannot figure out what is the issue… I tried removing all Javascripts, but did not help Anyone has an idea? The count of violations keeps going up every couple seconds after i used a table filter Thx!
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.