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
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
Skuid powers one of our custom pages within our partner portal. Is there a way to obtain usage counts of the users who access these pages while in our portal?
I’m trying to filter a list of records by user that a child record may contain. I’ve followed this guide https://community.skuid.com/t/filter-on-child-relationships and tried numerous variations to see if there’s something different about filtering by user but I can’t seem to get it working. Any tips?
I’m having a problem when I have a model that I set to late load (not on page load). I’m setting a condition in a snippet, and then tell the model to update … and that works just fine. But other models that have relationships to the first model (such as a primary model of Lead, and a secondary related model with a condition of Task.WhoId == Lead.Id) do not update their content (they are also set to late load). I’m making sure to call updateData, I’m waiting for Lead to load before trying to load Task, and yet I still find the Task object doesn’t work. If I switch to setting the condition manually (where I simple call Model.setCondition and use Lead.data[0].Id from the Lead model) it works fine. I’ve created a very simple example of this problem. Note that I am using RC3 of Superbank … and I’ve not tried it on any other release. This sample code uses a hard-coded Id of a Lead object - so you will need to adjust that for your own Lead objects. Any thoughts on what I’m doing wrong? T
There are two models, one containing a list of existing records used to populate a queue and one used in a popup to create new records. When the queue is clicked, the corresponding item is opened in a page include.There is a Model action that requeries the “List” model whenever the “New” model is saved, that way the newly created record appears in the queue.But how do you automatically select the newly created record so that it’s visible in the page include?
I have button on a Page Title with a sequence of actions on that begins with “Create new row.”Let’s call them A (Create new row), B, C.On the same model, I have a sequence of actions triggered “When new row created in model.” Let’s call them 1, 2, 3.What will the sequence of actions be?A B C 1 2 3ORA 1 2 3 B C
Surprised by this one. Must be me that’s doing something wrong. Pretty straight forward though.This works.This doesn’t work.
I have a button that is only displayed on the list view of Salesforce. How do I use that button with in a table in Skuid? Right now I can only use Salesforce buttons that are located on the object record and not the list view.
So I am working with Drawloop to get one of our processes working without enabling Connected Apps and OAUTH. In apex I can get the session id by using: UserInfo.getSessionId(); in skuid I can get it by using: skuid.utils.merge("global","{{$Api.Session_Id}}").text(); or: skuid.utils.userInfo.sessionId; All 3 of these options seem to return a different session Id!? So I was communicating with drawloop and they said that I need the Javascript session id instead of the VisualForce session id!? Apparently it should be the result of this: “{!URLFOR($Action.Account.Loop_Plus, account.Id)}” if you were dealing with an Account. This all has my head spinning what session Id do I actually need? I am running a webservice from a mass action on a skuid table. I tried all 3 options above and none of them worked. Is there another way?
Using the Visualizations Charts how can I enable users to click the visualizations and drill in to the data or to another page, chart, table etc? When I click on a bar graph bar it highlights it Gray like its got some capabilities for this but I cannot find any configuration areas for this. Ideas?Screen Shot attached!
I’ve been (stupidly) doing all of my development in production and now need to switch over to sandbox. Skuid seems to be working in sandbox and I have imported all of my existing Skuid data.I’ve verified that my Skuid redirect pages exist and the correct overrides exist in each object, but I’m still getting dumped on the standard SF pages. Any ideas?It seems to redirect in the following fashion:Click on link to /a00/o Redirected to /apex/Tab_Inventory?save_new=1&sfdc.override=1 Redirected to /apex/UI?actionType=Tab&objecttype=Inventory__c Redirected back to /a00/o?nooverride=1
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.