Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
HI All,I need your help to solve below error.There was an error creating the new Staticresource “Capacity BuilderPages”:No such column ‘CacheControl’ On sobject of type StaticResourceI am getting above error while I am packaging pages in Module.I have trial account for sales force and skuid. Is the issue because of trial Account?
I am not able to find the component in skuid mobile to upload the attachments in latest release. Pls let me know the workaround.
Planning to move all my skuid pages to new org… But Export all pages giving heap size error…
See title. Not sure if this is already known or should have been obvious, but I thought I would give everyone a heads-up.
We are getting blank screen when we go to visualforce tab for the first page load. We have visualforce page ‘PracticeView’ that contains skuid page ‘PracticeView’ and corresponding visualforce tab ‘PractiFI’. Also, PractiFI is default landing tab/page for our app. When we go to PractiFI tab, we get blank screen (most of the time) and we need to refresh the browser to get the contents. If we open the console (in chrome) we get errors.I have attached the error screen shot below. Any idea?
Hi,With the action framework I’m trying to update a text field with one of the date fields of the objects.The text message is something like: Our provider has provided us an expected delivery date: {{Expected_Delivery_Date__c}} the field is updated but with YYYY-mm-dd date format.Can I change the format of the date in the ‘Update field of a model’ action?
I noticed Font Awesome is only available when using a Non-Classic Theme in Skuid. I like the Classic theme and it mixes the best with standard Salesforce styles but we are a Medical Company and I would like to use the Font Awesome Medical Icon set. Any way to make that available on the Classic Theme?
I am running into a weird issue where my Panel set is not rendering if I put a render condition on a field in my model that is having the row “Create default row if Model has none” from my Model. The panel will not display and render correctly until the default row is saved. Once saved everything is fine and rendering works perfect. Removing rendering conditions totally works fine as well but I need the rendering once the user gets deeper into record editing.The Model is for a child object of Case and what I am trying to do is when the page loads for my Case detail page it creates this related child record row if the Model is empty and saves it preferably on page load. The Model is set to only pull in 1 row and has a condition on the master-detail for the Case ID so once the record is saved it is done and has it’s related row. How can I force this “Create default row if Model has none” Row to save once created? I tried adding a Model Action on “New Row Created” and adding an action to
I’ve added a “Add New Case” button to a detail view.The Button has actions to:- Add new row to the case data model- Update the case data model RecordTypeId to the SObject RecordType 18 char ID(For this I made a model of the RecordType SObject, and “Case” as the Sobject Type Name which shows the record type name and record type ID)(I tried this with an update model action hardcoded to the 18 char ID, and previously via a RecordType Model and a JS snippet)Trying to save the record gives me a red error message saying “Could Not Match Reference to Record Type d:Record Type ID”How do you pre-specify the record type? For us, the record type is not a user selectable item.Thanks
All,Above is a small screen cap of a form I am developing. I have two questions.1 - Within the field editor there are two columns and 4 sections, one fro Strengths, Weekness, etc. I would like to have a different color background for each of the 4 sections. I saw how John Nelson did it in the Deep Dive video but I am not clear on how to just address the specific areas above. What do I put in the CSS to tell it to just do the background for each section?2 - To keep the model looking symmetrical I would like to keep each section the same size regardless of the amount of data that each section has. Each of the fields (Strengths, Weaknesses, etc) are Text area Long. So the amount of data could vary. I would like the sections the same size and have a scroll bar to see data that does not fit in the allocated space. Any thoughts?
I’m pretty excited about the 6.7 update, but I keep seeing this screen:What can I do? Do I just need to be patient?
as per title
Found some info on it but missing the basic starting point as to where to place a reference to the VF Page. I am totally new to Skuid. Basic starting as to what Component type is needed? Other basic starting points would be helpful.Thanks!
I have an issue with Dependent picklist value sets and Record Type defaults for picklists. Everything works perfect if the page is created after the defaults and dependent settings are configured. However, if the defaults for a picklist per Record Type are changed after a page is created and/or dependent fields are changed afterward the Skuid page does not reflect those changes. It seems like Skuid caches these values or something… Any ideas how I can force my skuid page to use the new Salesforce settings for dependent fields and for record type defaults? I already tried closing and refreshing browsers, making a change to the page and save.
Skuid team,Unmesh Sheth posted a question regarding large result sets in his post Modal: max # of records limit.His post prompted me to think about my experience working with Enterprise accounts with large objects and LDV. Unmesh mentions 8000 records. I frequently work with 10Ks, 100Ks and millions of records.Here are my questions / comments:Does Skuid test / regression test using LDV? If so, can you share your benchmarks?Do you have a set of best practices for LDV? If not, consider this a request.Along with #1 and #2, can you share examples of your pages used for LDV testing e.g. models, visualizations, tables, etc.Do you have case studies or customer anecdotes regarding LDV? If so, please share.LDV maybe a useful webinar / deep dive topic.Regards,Irvin
I have an object with 8000+ records. When I use max # of records limit = 100 everything works fine but when I set to 1000, I get System.LimitException: Apex heap size too large: 6720396.So, I understand that I must provide a lower limit. But this limit makes sense from user record loading point of view, however, it simply doesn’t make sense when I want to -1) Search records more than 100 (when limit is set to 100). How can I put arbitrary limit like this anyway? Max # of records seems to limit number of records and NOT number of records that I fetch (page cursor) at a time.2) All my charts are limited to top 100 records and not total which is 8000 records. In other word, all charts are incorrect as they are based on limited data and not complete data.What am I missing?
I would like to show record type descriptions when users are changing record type when creating new records or changing record types in existing records.Does anyone know if this is possible with Skuid? Thanks
On a side note, I keep running into multiple problems when designing pages for Partner Community Users. This leads me to believe that I’m either doing something incorrectly over and over or their may be a problem with the Skuid license I’m using for my Partner Community Users. In a previous post I was having an issue (still unresolved) where my Partner Community Users can’t see the Chatter Feed in any Skuid Pages (though they can see Chatter feeds in standard pages). Anyway, here is the issue I am running into today with my Partner Community Users: No matter what page I include, Partner Community Users seem to be unable to see anything loaded in the “Page Include” field. I’ve tested this repeatedly with multiple pages and various models. I even tested it with a “Hello World” page that loaded no models at all. In each case, the Partner Community Users can see the page on it’s own but not when it is loaded in a “Page Include” from a “parent” page. Internal users can see the page just fin
I am experiencing an issue where my Community Partner (CP) users cannot see the chatter feed on Skuid page for custom object. Here is what is/is not working:1. CP Users can see chatter feed in standard SF page for the custom object but not on the Skuid-ified page2. Internal users can see the Chatter feed on both the standard layout and the Skuid layoutSince the CP Users can see the feed in the standard layout and the internal users can see the feed in the Skuid page, it leads me to think that the problem may be with a Skuid user license permission but I know very little about that. Any help would be greatly appreciated!
I’m trying to show a template/field on a parent row in a table that can show the count/roll up statuses of picklist fields in related child records. For example, I have a status picklist on a child record and I would like to be able to see how many of each status when looking at the list of parent records. It would also be great to be able to show how many child records exist for each parent. Any ideas?
We are using the upload file component on quite a few pages and our users are complaining the function is confusing because it doesn’t tell them the upload was successful or instantly list what has been uploaded. Is there a recommended method to display a dynamically updating table of attachments being uploaded? Struggling to find a reliable and fast event to trigger a re-query of the attachments model. Thanks!
The default certainly isn’t that. What is driving the sort order by default?
So I’m making a wizard to delegate a case to a different user (using a custom ‘delegated to’ field, instead of changing owner)I also have a Due_Date__c field.In the wizard, I’d like to set the Due_Date__c field to ‘Today’ if there’s no value.I’m using the Action Framework on the ‘next step’ button on step1 of the wizard.- I can use an action to set the Due_Date__c field to Today, but that unconditionally overwrites the existing date if is already set.So I made the below inline snippet, based on one I found to another question, as an Action step, followed by a navigate to step2 action.Console output shows it’s updating the field, but when step2 loads, the Due_Date__c field is still blank.I tried adding a save-model action, and that works, but I’d like to have the wizard ‘cancelable’.(What’s the correct way to post code?) var params = arguments[0], step = params.step, $ = skuid.$; var caseDataModel = skuid.model.getModel('CaseData'); var thisCaseData = caseDataModel.getFirstRow(); var du
So I have a Date/Time field for a ‘Due Date’.Currently it defaults to null/no datetime.Once you select a date/time, how can the user remove the date/time?Surely there must be a way to ‘zero’ it out, but I can’t figure out how to do it.Thanks
Just noticed this weird behaviour…I have a subset of users not using Skuid right now. They have some custom list buttons to create tasks with options pre-filled. Example, a URL button that goes here: /00T/e?RecordType=012d0000000SsrM&who_id={!Contact.Id}&tsk5=Call%20-%20Demo&retURL=%2F{!Contact.Id}In the past this would create a new task page with fields pre-filled no problem. Now however, the new task window seems to be going through some redirection and ends up opening in an iframe within the page, so the menu and stuff is duplicated. URL: /servlet/servlet.Integration?scontrolCaching=1&lid=00bd0000000ei6P&eid=003d0000020y2kW&ic=1Page: It still actually works if you submit the task but the experience is obviously quite wonky. Could this be an artefact of the URL interacting with stuff Skuid is doing? I have some page assignments so that our org default is to use standard pages for any profiles not assigned to skuid pages, so my expectation is that the link woul
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.