Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
In a calendar month view, events aren’t organizing by time, but instead it looks like it’s grouping by owner. I’d like the view to display events based on time.
I am using SKUID with the lightning connect External object. Here my concern is, can we change the fields label on the SKUID pages for a particular ''Field" If I don’t want to actually change the that particular column in database or field label in salesforce?
I am new to skuid app, I am using SKUID withn the combination of lightning connect external objects. For some of the fields i don’t see the ‘field renderer’ on the basic field properties. Where as in can see this ‘field renderer’ on the basic field properties for other fields through external objects.
I’m getting some strange behaviour when I use the standard skuid ‘delete’ button on an opportunity detail page. see below:I’ve got five different choices. Only the first and last ones are relevant to this skuid page. The other ones are asking me to delete things that have no relation to this particular page - i.e. there is no model containing these records/objects.I may have marked them for deletion previously, so I tried logging out and logging in again, I also tried logging in using a different pc and still got the same behaviour.Any ideas as to why this might be happening?
Has anyone been able to save table filters to a record and then set filters with said data on load? Looking for this capability.
I have a page include in a drawer.ID is displayed when the drawer is opened for the first time. But doesn’t fetch anything when the drawer is opened for other rows on the table.Hope I made myself clear.Is there any problem with page include functionality ?
I’m a little confused as to the formatting for the ‘File Path’ field for a static resource. I have a file called HoverCSS that is loaded into the Static Resources in Salesforce-- what should go into the File Path field in order to be able to reference that file?
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.
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.