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
I know the answer is “coming soon” in the docs, but can someone give me a quick list of the options for “type” in the propsList definition for custom components? var propsList = [&nbsp;{<br />&nbsp; &nbsp;id : 'person',<br />&nbsp; &nbsp;type : 'string',<br />&nbsp; &nbsp;label: 'Person to say Hello to',<br />&nbsp; &nbsp;helptext : 'Pick a name, any name!'<br />&nbsp;}<br />]; Thanks!
Cannot set default landing our app to a Skuid page. If I do, then I cannot navigate to this app. If i try, SF directs me to the correct Landing Tab, but in a different app. If I set my Landing Tab to standard SF Home page, I can navigate here fine. This only happens to admins, I have no Idea what's going on here. Suggestions? SF Premier support said the problem is with Skuid, not their end.
I have a button called “Submit for Processing” that runs Multiple Actions. FIrstly, Show message and block UI. Secondly update a field on a row. And lastly Save Model Changes. Also on the form I have two fields that are marked as required. When I “Submit for Processing” and the required fields are not filled in, I seem to get an error when the Save Model Changes action runs but no messages are displayed. There is also a Save buttion on the page, whcih when I select that I get a red error message stating the required fields are blank. IS there a way to make that message show up when submitting the form using the Submit for Processing button?
Hi, we’ve recently refreshed our environment and a new page that was created is now no longer in the environment and I’d like to know if that can be retrieved via Skuid somehow.
I am facing the issue regarding auto complete filter.When we are searching any record with the help of autocomplete filter at that time this error occur.For Example I have search with B.E after that i thought that i don’t want to search with this text so i have click on close but search not cleared. It should be cleared when we click on close icon.Please provide proper solution for this.I have also provide screen shot for this.
In Date Range filter start date should not be greater than end date.But currently it is allowing it.So provide proper solution for this.
So I’m providing a method for users to set criteria, and then I use a snippet to apply those criteria to another model which is then queried.Here’s the first part of the snippet: var $ = skuid.$,&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; //get the models from the page<br>&nbsp; &nbsp; search = skuid.model.getModel('SearchCriteria');<br>&nbsp; &nbsp; operatorsModel = skuid.model.getModel('SearchOperators');<br>&nbsp; &nbsp; typeModel = skuid.model.getModel('SearchCATG');<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; //get the first row which contains the criteria which we will use to set model conditions<br>&nbsp; &nbsp; var criteria = search.getFirstRow();<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; //get the values of fields in that first row<br>&nbsp; &nbsp; &nbsp; &nbsp; var paxCount = search.getFieldValue(crite
I have button that runs actions that show a pop up, uses as an include page to add a record and then requery the original table. The query does not work. I must have an action wrong. See video.https://docs.google.com/file/d/0B409lhd9sYDcUUFXUW9kaGpjeDA/edit?pli=1
Hey community,A while back, Bill White asked a great question in his post What are some Best Practices for Naming Models?.I was thinking about this in a larger context including pages, snippets, and other artifacts whether managed vs un-managed.Do you have set of conventions that work well? Maybe you could share with the community.No Pat, we all cannot use a namespace of “ottawa_senators”.Regards,Irvin
GeoChart not rendering Particular state data and render all other state data.I also check gujarat state data avaliable in the object.
I would like to add an image to the top of each account page. The image would always be the same regardless of the account selected. I looked at some of the tutorials but they seem to be showing how to add a different image to each page. I want to upload 1 image and have it displayed at the top of each account page. Any suggestions?
This table is a ‘page include’ on a pop-up and when you try using the search field the table disappears, like this (using the Modern CSS Theme, but it happens under any theme):
First I am loading above chart tab. After than when i am clicking table data tab at that time table gird looks like below. But when I am refreshing the page it looks like below. In above screen shot table grid is breaking. and it is very annoying for us .Our client is not accepting our product because of this errors. Please do something as soon as possible.
I want to export the data with the various rows, As we have thousands of record from the DB. but want to select few records from various search after filter apply and then export all at once. Is there any way to do that?
I just made my first queue for one of our custom objects. I have the queue setup to a page include component for a related object’s detail page. Everything seems to work fine, but the loading of the page include is really slow and take 15-20 seconds. Is there anything I can do to speed it up?
We have created a filter for the state based on the text enter filter has to apply but we didnt have all the data appearing in the table for that filter,Suppose i select the state Florida , Only two records comes up in the list view. Please advise
I have a custom Object called “Project” (a model on a Skuid Page). There is another object/model called “Claims”. The Claim records are viewed in a Drawer within a table.From the drawer I am launching a Conga Pointmerge process using a Skuid button (using the existing SF button/actions). This works perfectly. The Conga process merges data to an attachment and then emails that document.The problem is that I am returned to the standard SF Claim detail page, but I would like to return to the Skuid Project Page - and in particular to the Tab and Drawer I was working from.Is there a way to do this?Alternatively, can I launch the Conga process in a pop-up window. I also tried using a Skuid Popup but the process goes back to the same standard SF detail view.Any assistance would be greatly appreciated.
Look Above screen shot when i am making Remember last-selected filter value in cookie=False At that time Select option filter are not working.I cannot see any options. Look Second example when I have enable Remember last-selected filter value in cookie=True. This issue are occur on many pages. IF I am enable Remember last-selected filter value in cookie its work but if I will not use that than it is not working. I cannot use Remember last-selected filter value in cookie=True for all the pages. Provide proper solution for this.
Is there a way to remove a field from mass update, and at the same time keep the field editable in individual row edits? Thanks!
I have a ‘Completed’ checkbox in a table that, when checked, should change the styling of another cell in the same row. I use a javascript snippet to see the value of the ‘Completed’ checkbox, but I’m unsure how to traverse the DOM to find the other cell I want to style. Any help on this would be very appreciated, thanks!
Hey all,I have a fun one… I’m trying to run a series of Actions in a particular sequence. Essentially, I need to query a model, use data from that to update another model, which in turn changes the condition for another re-queried model, which then updates fields in another and so on…It’s all a little complicated, but I was wondering if it was possible (without writing a snippet) to accomplish this? I read somewhere on here that all actions are pretty much taken at the same time (depending on the action type) but is there an option to run them in some kind of sequence?
What’s the best way to share a calendar in Skuid? We’d like to share calendars with groups and default the calendar to viewing your personal calendar, and then clicking on a button (deactivating or activating a condition) to view all of the calendars with the shared group.Any advice?
I would like to display on a user’s home page the number of records of an object that they need to take action on. An example would be text that says: “You have 6 New Cases” and the 6 would be the count of Case records, Status = New, Owner = running user. I see this as a widget (template?) on the home page somewhere. Even better if the text was a clickable link that takes the user to the Case tab. Anyone know how I can do this? Thanks!
The use case here being that I don’t actually want to save the record which contains the picklist - I am just using it to retrieve multiple values which the user has chosen from the picklist field, and then use a snippet to stick those values into a condition on another model, and run a query. So really its just a simple picklist field in a field editor, but I want it to render as a multipicklist…
Scenario: In step 4 of our wizard (creates and updates Leads), we have 12 integer fields… at least 6 of them must have a value greater than 0 (and must not be null) before the user can proceed to the next step. What are the best ways within SQUID to handle this? We tried standard Salesforce Validation Rules but that would only work if we could specify what step we are on in the wizard on the Lead Record itself. Thoughts? Ideas?
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.