Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi, I am new to Skuid and using it with Salesforce. I have a table with drawer on each row which opens to show a number of read only fields and an editable text area field.The problem I am facing is that when I put some value in the text area field and hit Save it refreshes other fields but not the text area. Since, we have a logic to blank out the text area so ideally it should refresh the text area field and which should automatically blank it out. Appreciate your help!
In salesforce we are using a year picklist which is having a values 2015,2016,2017. Every year i am adding a new picklist value. Can anyone help me with some javascript code to add a new value every year dynamically?
Setting up a filter under for a Field under Field Properties and I need to add 2 filters to that field with OR as the logic. It looks like there is no way to set the logic for these filters despite being able to add more than one.My example is I need to restrict a Contact lookup to show contacts for the attached Account or that Account’s Parent Account. I believe I could work around this with a model that I lookup to, but it would be much easier to be able to apply filter logic here.Is that something I should be able to do? If not, is there any chance of that being added in the future (near)?ThanksAdam
I have a custom object “Art_Request__c”. This object contains a number of fields - Account, Book, etc. I have a Skuid page that is launched from an Account and pulls in records related to the account. On one of the page tabs I have a table that shows records from an object related to the Account…I want to use a Row Action to somehow create a new Art Request and prepopulate some its fields with data contained in one of the rows (records) of the related object table. Is this possible?
After installing Millau all my script with Ajax call stop working.Any Idea?
Hi, I’m having the following problem: in a Skuid page, we inserted a responsive grid with 3 file uploader. for each one we have the same settings ( except for the name of the file that will be saved) We are having the problem that when we try to upload some files, they aren’t uploaded (or we can’t find them in the attachment list). We tried to upload a file of 902kb and one of 75kb, the smaller one went up fine, the bigger one not. We tried to use all the 3 buttons, and with all the 3, the problem was the same. Any help would be greatly appreciated. Thanks a lot Giovanni
I have a Skuid page that I display in a Salesforce Community using the Skuid Page lightning component. My page uses the field editor component. When a field is required, the next line is off-center. This only happens in the Community and only for fields falling below a required field. See screenshots below. Any ideas? When “Last Name” is NOT required: When “Last Name” IS required:
I’ve been using a REST model with two sets of fields to post a request to an API and receive a response, and storing the response data in fields in the same model works - when the response is properly formatted.However, the API I’m testing sends the fields back as nested objects, and Skuid doesn’t have a data field type to properly parse that into. My instinct was to see if I could store the entire response in a text field, and then parse it afterwards with a snippet, but I’m receiving a JSON upload error when the response comes in, and nothing gets stored.Any ideas?
I have a Skuid page that allows the user to edit a field with is a Salesforce Rich Text Area field. It is provided to users via a VisualForce page on a Salesforce Site. Until a recent upgrade to Skuid 11.0.3 this was working fine. Now the rich text field editor (CKEditor) never loads on the page. The console shows some errors (see below). It seems like the browser is trying to load the ckeditor.js file from “c.secure.force.com” even though our Force.com domain is: citizensclimatelobby.force.com. Perhaps this is normal but it seems odd. Is there some setting that I need to change in my Site, Page, or in Skuid related to upgrading to Skuid 11.0? Console errors on Chrome: Failed to load resource: net::ERR_NAME_NOT_RESOLVEDc.secure.force.com/ChapterPage/resource/1513694223635/skuid__HammerJS Failed to load resource: net::ERR_NAME_NOT_RESOLVEDc.secure.force.com/ChapterPage/resource/1513694223635/skuid__CKEditor/ckeditor.js Failed to load resource: net::ERR_NAME_NOT_RESOLVED skuid__SkuidJS:
I’m building a billing application where a user selects from a list of items to add to an invoice. I associate the items with the invoice by updating a field on the item record that links it to the invoice. I am aggregating totals like price and quantity and updating the invoice with those values. I’m doing this all in a wizard where step 1 is create the invoice with the date range, step 2 is select the items, step 3 is confirm and save the invoice.All of this is working great. Right now, step 3 just shows the invoice header and the calculated totals without displaying the items associated with the invoice. All of the selected records are associated with the invoice, but nothing has been saved into the database at this point, nor do I want it to be. I want to save everything on the confirmation step. My challenge is that I’d like to display only the selected items in a table under the invoice header on the step 3 tab. I’m sure I could copy all the selected records into a UI onl
I added a table to my page - it requires 2 filters. The first one (Service Type) works just fine. I followed the exact same steps to create the second (Status) but it just looks like a text field. The Status field is indeed a picklist - it’s an added field to the model - the conditions for both were automatically created - what am I missing?
I have a QuickBook Online App that I’ve connected to successfully using REST and it works with one user, but fails when a second user tries to connect. The behavior I see with my user doesn’t seem correct either. Almost every time I launch a Skuid page with a model connected to QBO, I get prompted to authorize access to QBO.QBO has a default 60 minute time out, so that may be what causes the need to frequently reauthorize.I had another user test the application. They were prompted to authorize QBO and when they did they authorization they got the message:“The application has already been subscribed to by another user for this company.”Has anyone else seen this behavior or have any ideas on how to handle it?
I have a table i want to hide with a chart below so I can use the filters of the table. I also want to have a separate duplicate table which can be toggled to get a table view without the chart. When I condition one table body with display:none. Both tables get conditioned. Is there a method to use a script to turn the display:none to display:block in the button by toggeling?https://drive.google.com/file/d/14fiRQcfcQZE20UvVGKU6pl7RCspVHeE8/view
I was troubleshooting why some of my custom object record pages were loading in Lightning and others were not when I stumbled upon a unique discrepancy between the XML code for the condition Id = (param) id among my Skuid pages. For the Non-Working pages, the XML outputted <conditions> <condition type="param" value="Id" field="Id" operator="=" state="" novaluebehavior="" enclosevalueinquotes="true"/> </conditions> For the Working pages, the XML outputted <conditions> <condition type="param" value="id" field="Id" operator="=" enclosevalueinquotes="true" novaluebehavior=""/> </conditions> I'm unclear as to why the page compiler outputted two different XML codes; however, replacing the non-working code with the working code...well works. I did this across all the custom objects where record detail pages weren't loading and they all resolved themselves.
Just updated from 9.5 to 10.0.13Now I’m getting these two syntax errors on formula fields:1. Invalid syntax for field formula: ROUND({{{appointments}}} / ({{{scheduleRate}}} * {{{showRate}}})) . SyntaxError: Expected “(” or [ x0C x0B&nbsp; - ] but "*" found.<br>2. Invalid syntax for field formula: <b>ROUND({{{vulnerableCallers}}}*{{{$Model.AgCompleteInitialPregAppointments.data.0.scheduleRate}}})</b>. SyntaxError: Expected "(", ".", [ x0C x0B&nbsp; - ], [a-z0-9_], or [a-z] but ")" found.<br><br><br>I made the formulas bold to make them easier to see.<br><br>Seems like there might be a problem with multiplication inside ROUND()?
I have a Skuid page that I am using in a Salesforce Community. I’m displaying the page using the Lightning “Skuid Page” component, which works great. I have a button with Type “Redirect to URL” on my page. I want to redirect to another Skuid page, which I’ve also set up as a “Skuid Page” Lightning component. What should I use for URL syntax to redirect to my other page? I haven’t played with this too much - wondering if anyone has tried to do this before I give it a shot.
I have a UI Only field that is being used to set the background color for my calendar component and I’d like to do the same for the deck component. Adding a style to the deck component is not working. Has anyone dynamically colored their deck component based off of a field falue?
I’m still on 9.5. I got an error today attempting skuid.model.Model.updateData() apparently skuid.model.Model.update() works? Is this change documented anywhere? the skuid.model.Model documentation has .updateData(), but not update();
I am configuring my first Page Include and have been struggling for the past couple of days. Page include data is not populating with passed Id.The source is a table row action with a Popup to hold the Page Include. The source table is Opportunities. The Page Include is called OppInclude which I am trying to display the details for the Opportunity row.I have used several combinations of query strings and Model settings, and the page include is still grabbing the wrong Id or no data at all. In the screenshot attached, the HXR is showing that the correct OpportunityId is being pulled.Are there conditions on the Page Include model that I am missing? I have tried setting Condition where Id = ‘’, no condition etc. Queries on page load with 1 record limit.As for the source model, I have used id={{{Id}}}, id={{$Model.Opportunities.data.0.Id}} etc.I think the problem is with the Page Include model. Tried searching the boards but am coming up empty still.I have made local copies of th
I’m setting up Outlook as a Data Source so that users can send emails from Skuid (which…by the way is very very cool). All is connected and emails are sending fine. The issue I’m having is that text contained in a salesforce ‘long text’ field does not maintain its formatting, particularly for ‘/’ forward slash characters. The field value in the long text field looks like this: However the email body in the email sent from outlook looks like this: I have tried every combination I can think of: Rich text field instead of long text HTML email instead of plain text Triple braces instead of double braces on the merge syntax and every combination of the ones above. What am I missing here to make ‘special’ characters be correctly formatted?
Even for pages which are working fine, when I open console , I can always see couple of errors:1. Refused to set unsafe header “User-Agent”2. Failed to load resource: the server responded with a status of 404 (Not Found)What are these errors and why would they always show up in the console even when the page is working fine without any errors.Thanks!
Totally embarrassing, but I accidentally deleted a page that I need to restore. Is there a Skuid trash can by chance? #rookie
I have a table that has a single column where every value needs to be changed to a negative. Is there an easy way to do this?
I have an interesting problem with the new versions of Skuid. On one of our test enviroments, we use the chatter module on our home page for the running users so they can see their feed. On the new version of skuid though, the chatter feed stopped showing on the homepage, just the actual page though. Preview works fine. I can switch it to a template and run chatter through that fine on the homepage, but it gives the user ability to show/hide the feed. Testing template: Chatter module: Homepage using chatter module (nothing shows up) Homepage using the html template: Preview using Chatter module. (no show/hide)
Hello,As the title says: Is there a way not to allow users to overide skuid page and go back to standard?Now all my users have to do , and some have figured it out, is overide=0 and back to standard viewsAnyways to enforce skuid only for those dinosaurs?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.