Upcoming Event - 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
Hello - When a reference field filter is marked to filter results based on value in another model and set to ‘Abort query’ if no data in source model, the condition is being ignored and all results are being returned. Steps to Reproduce: Create Contact ‘New’ page Add two models: a) AccountEmpty - Based on Account, contains Id & Name and is NOT marked to load data or create new b) AccountFull - Based on Account, contains Id & Name and is marked to load data with max records of 1 Add AccountId to contact model Add Account field to Contact Field Editor setting filter to Account Id in AccountEmpty Id and abort if no data Add a second Account field to Contact Field Editor setting filter to Account Id in AccountFull Id Preview page Click magnifying glass on “AccountEmpty” field Actual Result All Accounts are returned Expected Result No records should be returned Click magnifying glass on “AccountFull” field Actual Result = Expected Result Only contacts from the account that was loade
hi guysi’m currently trying to get a Lookup field to auto-populate when i redirect to a new Skuid Page. I’m pretty sure I had it working fine til now when I had passed the id parameters through the url. When I create a record now it doesn’t auto-populate with the correct field and it hangs when i save the record. I’ve also tried adding the Model with the field and using the “Field from another Model” condition type. FIELDCase records where Bank_Group__cOPERATORisVALUEthe group_id parameter in the page’s urlSTATEThis condition is always on.FIELD - Case records whereBank_Group__cOPERATORisVALUEthe value of the Id field from the first row returned by the BankGroup modelSTATEThis condition is always on.Any help would be appreciated!
Can I conditionally render an element based on a user’s permission set? I tried to create a model off the Permission Set Assignment object that looks at the running user and the Permission Set ID in question. As an admin, I can see on my page the assigned users in a table. So I changed the criteria on my Permission Set model to be assigned user = running user, and permission set = MyPermissionSet. It doesn’t seem to work… I think because users don’t have native access to the Permission Set objects. Is there another way I can render a tab on a page based on a permission set?
When creating a child record what is the easiest way to pass a field from the parent to a child?Here is my situation: I have a list of insurance policies and I need to add members to the policy. The role of the member is depended on the type of policy which is a field at the insurance policy level. In order to assign a role to a person I need to have the correct insurance policy type populate at the child level. Ideally I would like to put some value when using the Create new row action item.Thanks for your help.
I have two users that are getting an odd error. If they click on a tab that loads a Skuid Calendar page they get an error that says “SQLException in (skuid)” and the calendar page doesn’t load. Troubleshooting: I can view the page with no problems Other people in the same sharing group can view the page with no problems The user can view other Skuid calendar pages with no problems The user used to be able to view this page with no problems Users with the same profile can view the page with no problems I opened the developer console and logged in as the user and I got the error !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20150618-2212-74b3e1-ScreenClip 1 inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1223082/RackMultipart20150618-2212-74b3e1-ScreenClip__1__inlinepng1434649825”) “Given User Id is not valid” “userDoesNotExist” Any ideas?
We have a calendar page run off the event object that displays a pop-up from the event. Some events are displaying data upon click and some are not??? This is regardless of browser and month.
Forgive me if this has already been discussed, but I feel that it is a fairly major issue. I am running into quite a few situations where I am running into the ‘Apex heap size too large’ error with some of my models; judging by some quick searching it looks like this is a fairly common issue. I know how to work around it by limiting the number of records that are returned by a single query, but I would like to hear from the Skuid developers about whether there are any better solutions for the problem (I know aggregate models can be a solution, but they have their own issues I’ll address below). I have one model (Transactions, Quarter to Date) that is particularly problematic. Early in a quarter it works just fine, but of course as the days and weeks go by the number of transactions add up and all of the sudden I am left with a Heap Size error, which I can fix by limiting the query results on the model. But that causes a host of other problems-- all of the sudden my CEO wants to know wh
I added the Chatter Feed Component to my Skuid page for Cases. And on my Salesforce page layout, I have the email action in the Quick Actions area so users can easily send emails from the case using their templates right within the case feed. Is this a defect or something intentional? if it is not a bug, are there plans to support this in a Skuid page soon? We would love to use a Skuid page for our Case object, but having this Email within the Feed functionality is kind of a deal breaker for us.Any suggestions for how to handle this are appreciated!
I have created a page that I would like to use for creating records in a table via a Global Action via a popup. I would like to use the same page for viewing details of a table row. When using the popup for creating I would like the fields to show as editable but not when used for viewing details.I am new Skuid user so hopefully there is a simple answer.Thanks
What’s the difference between a “simple” and “rollup” grouping method on an aggregate model? I couldn’t find it in the documentation and playing around with the two settings didn’t seem to give me different results for my model.
Pulling my hair out! I have two skuid pages that create cases, attach files to them and gives the user a preview of the files they have uploaded. 1 page previews great and the other doesn’t. Why would the preview table fail on one page and not on the other? Models and components are identical! Any thoughts on what I should investigate? The happy page creates a case, lets the user attach a files and displays the name of the file in a table component (as a preview for the user). Beautiful! The other page works very similarly, creates a case record, attach a file but the preview table doesn’t show the files I am uploading. The files ARE attaching to the new case but the table is not showing them. I have carefully compared the models and components and they appear identical. I cannot find a difference. Any thoughts on what could keep this from working correctly?? Process: Create a case from field editor component Action button saves new case model and opens a pop-up Pop-up has upl
I just tried adding a condition on a leads table where it only shows leads that have a note with that lead as the parent record. It gave me an error message that said “Note” not supported for semi join inner selects (see the screenshot). What am I missing? Thanks!
Here’s my scenario:I have an aggregate model with 4 conditions (cond1, cond2, cond3, cond4) based on date fields. I have a table based on that model with a date range picker specifying the existing conditions (cond1 and cond4). Is there anyway to take the value plugged into cond1 from the table filter to activate and set value of conditions 2 and 3? I know with manual filters you have the option to activate other conditions, but that doens’t seem to be a built in option for the date filter.Here’s my current workaround that’s not quite working:I have an action on my agg model with initiating event being model re-queried. The actions are to set value of model conditions 2 and 3 using {{$Model.OrderLineAgg.conditions.0.value}}. This is “working” correctly if the user clicks to apply the filter button twice. I’m assuming the issue is the model is not re-queried after that model actions so the table is not updated until the second requery from the filter. I tried to fix this by adding a thi
I’m getting a very frustrating error on a tab page. It was working fine. Still is working fine for admins. However, when I log in as anyone else I am now just getting a blank screen with the following error. This happened to me on the same page recently. To get rid of it I just started a page from scratch. But I’d rather not do that again. Any ideas? Uncaught TypeError: Cannot read property ‘objectName’ of undefined skuid__SkuidJS:30 (anonymous function)skuid__JQuery:1 o.extend.eachskuid__SkuidJS:30 d.initskuid__SkuidJS:27 utils.registerPlugin.$.fn.(anonymous function)skuid__SkuidJS:27 gskuid__SkuidJS:28 (anonymous function)skuid__JQuery:1 o.extend.eachskuid__SkuidJS:28 d.makeFiltersBarskuid__SkuidJS:28 d.makeConditionsBarskuid__SkuidJS:27 druntime.js:4 p.initskuid__SkuidJS:27 utils.registerPlugin.$.fn.(anonymous function)runtime.js:5 a.componentType.register.renderskuid__SkuidJS:25 b.renderskuid__SkuidJS:26 (anonymous function)skuid__SkuidJS:27 utils.conditionallyRenderskuid__SkuidJS
When directing a user from a Skuid screen to the SF send email screen you can redirect the user back to the Skuid screen if Cancel is selected with this URL script:" /_ui/core/email/author/EmailAuthor?p2_lkid={{{$Model.Case.data.0.ContactId}}}&p3_mlktp=500&p3_lkid={{{$Model.Case.data.0.Id}}}&retURL=/apex/ui?page=GBC_Case_View%26id%3D{{$Model.Case.data.0.Id}}"BUTWhen the user selects send then SF directs you to the Object record view and ignores any retURL command!Is there a way to redirect the user back to a Skuid page after the user selects Send Email?
Is it possible to customize the Day Scheduling View on the Calendar Component to show only list of Events. The screen shot is that of the Monthly View, I have unchecked all the days of the week except for Monday.
I have limited experience with Skuid…no JavaScript, no snippet creation…just basic page building. We have had help building out our pages including a Calendar tab with add Event popup capability. Our remaining issue is that when using the Lookup tool on the New Event Popup, the resulting filtered table offers a list of identifiers that are not useful to us. Is there a way to change the type of results that the filtered table offers? Thanks!
I had this problem a few months back, so I apologize if this looks like a duplicate post. I’ve created a page include that works just fine for Internal users but when logged in as a Partner User, the page include hangs with the “loading…” message on the screen. Visualforce code for Parent Page (CaseWall): <page action="%7B!'/apex/skuid__ui?page=CaseWall2'%7D"> Visualforce code for Embedded Page (CaseDetail): <page action="%7B!'/apex/skuid__ui?page=CaseDetail_2015_June'%7D"> I’ve confirmed that all of the security settings are correct for the Visualforce pages. Partner users have permission to view these pages. The only clue that I am receiving as to what is wrong is that when I disable all of the Models then the page loads correctly (it doesn’t have any of the field data, but at least the page loads). Here is what it looks like with the “Load Model data on page load” box unchecked on all of the Models:
Hi GuysMy scenario is that I want to be able to create a New Child Case Record from SF and be redirected to a Skuid page with the ParentID field pre-populated. I need to be able to link the parent and child cases to one another for reporting purposes. Is this possible and if so, how do i go about this? Thanks to Rob in advance for his help to date. JG
I spent this weekend refreshing one of our sandboxes (full sandbox, in case that matters) and I’m now seeing an issue with the icons on our skuid pages. We normally use the paper theme but after the sandbox refresh, all of the icons show up as just the outline of a rectangle (see screenshot below). I did also upgrade to the latest skuid release, but I did the same upgrade in 2 other sandboxes and those environments do not have this issue. Any ideas? For now, I’ve switched to the modern theme (both modern & classic themes show icons correctly), but we’d love to get the paper theme working again so our environments are all consistent.
I have make some filed read only for some profile in salesforce profile.But when I am adding same filed in skuid page it is editable. I think so this is the bug of skuid.Because of this bug I cannot use field level security of salesfoce.You need to provide some solution for this so when I make any field readonly from salesforce profile. It would be readonly on skuid page.Give me workground for this.Because my current system will not accept by client if this security is not there?My Goal is to show hide some tables field and Detail page filed based on Sales Force Profile.
Is there any way to limit the number of categories in a visualization? Or would I have to create a specific model just for the visualization? For example, let’s say I have a model and a table showing all open opportunities. I would want to display a pie chart that breaks down only the top 10 accounts by opportunity potential, instead of the chart displaying every single account. OR it could group all the smaller ones together.
I have a Client model where I need to update every record. Salesforce doesn’t make this easy 😦Skuid helps.I built a temp skuid page and loaded my client model.then I wrote a snippet to take the currently in the “Client Full Name” field and update the “Client Relationship Name” field myModel = skuid.model.getModel(‘Client’);rowsToUpdate = {};full_name = “”;skuid.$.each( myModel.data, function(){ full_name = this.Client_Full_Name__c; console.log(full_name); rowsToUpdate[this.Id] = { Client_Relationship_Name: full_name };}); updated_rows = myModel.updateRows( rowsToUpdate );console.log(updated_rows.length + ’ rows updated’);myModel.save({callback: function(result){ if (result.totalsuccess) { // Get the 15-digit Id of our newly-saved George Bailey Contact, // which will have had its Id and other fields updated after save console.log(‘success’); } else { console.log(result.insertResults); console.log(result.updateResults); co
Hi, I am new to Skuid. What is the preferred way to change the label of the ‘Day Scheduling View’ on the Calendar component to ‘Day View’?
I’m new to Skuid and have no idea how to get started. I’m mainly interested in creating dashboards, therefore, do I need to create a Skuid page to create a dashboard? Is a Skuid page similar to a Salesforce report that a dashboard can be attached to?Thanks,James
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.