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
My mobile page has edit layout decks. When entering data into the decks, if the field is pressed twice, or if you type certain things the field freezes. The cursor is still in the field making it look like it is live, but it won’t take input. This is on an iPhone 6 using Salesforce1. It happens in search boxes too. Example: if I type ABC then touch the field to reposition the cursor so that I can erase the A, the field goes dead. I have to click the “Done” button on the iPhone keyboard and then select the field again to edit. Is this a known issue or is it just happening to me because of some issue with my page? Thanks
On a SKUID page I have a global action (creating/editing a record). I would like to have this global actions buttons to be rendered based on user profile. Can I achieve this by SKUID out of the box? Am I going to end-up using any JavaScript snippets? Here I am also attaching the screen-shot. Any HELP is appreciated.
Hello,We have a complicated activity(Event) report generated with accounts, opportunities related to couple of custom objects. Initially, we were getting JSON heap size issue. To resolve that we removed all redundant fields from the models. The we got the new error "Regex replace exceeds heap limit ". I don,t think the issue is with the data as the user who is getting the error does not have even 50 activities created in the system. Has anyone encountered something like this before. Any help is much appreciated.Regards,Riju
I have two pages …When i select some record in first page , then second page(it includes in first page) renders according to id passed from First page and display the record accoring to Id…I have created a Tab set(3 tabs are present ) in second page…so when i select record from first page then i want directly 3rd tab data shown… but Initially (first time ) when page loads then 1st Tab open…
When clicking on an item in a queue component I see the CSS changes from:class=“nx-item nx-queue-item”toclass=“nx-item nx-queue-item nx-queue-item-selected”I was hoping to add a color to this with a renderer and CSS, but the CSS class never changes back if you pick a different item in the queue. I’ve tried changing around themes, and looking at other pages I’ve created and it appears that it never changes back.Is it true that the queue item that is selected never clears the CSS, or is this something only I see in my environment because of something I did?Thanks.
Tried this AM and does not seem to work. Before I start digging into this, is it really supported?
When the IE browser zoom size is more than 100%(it may differ by monitor dimensions/resolution) i.e. Simply when the Mass Update Popup window exceeds the IE browser window, then Apply and cancel buttons on "Mass Update Selected Rows" popup Window has to be clicked twice in order to close the Mass Update Popup window.Please let me know if it can be resolved.
I have two picklist fields in vf page. One is controlling field and another one is dependent picklist. Now user don’t want to see dependent picklist on page. When user clicks/focus controlling field value, it should display respective dependent picklist values right side. Is it possible using Skuid?
I have a field on a custom object which lookup to account.I want multiple account value and store in a long text area.Is it possible?
Hi,I’m not sure if this is a question or a problem…I have a SKUID table and have set up a drawer to show child records related to the parent record. I am finding that when I open a drawer, close it, and then open another parent record’s drawer it will show all the child records from record with the open drawer PLUS the child records from the previously opened drawer.Has this happened to anyone else? Any steps I should take to troubleshoot?Please let me know.Thanks,Scout
Pretty simple question… can canvas apps be used in Skuid pages?
I have a tab with about 6 tables, all with the same mass action. I’d like to create a button that would run the mass action for the selected rows on all the tables.I could write the javascript to perform the action for each table, but thought it would be much easier to say “get this table, run this mass action.”
When i click any of the look-up Icon on the Look-up field , the header of the Look-up Window Shows API Name of the Object its refereng to, but not the Label Name , In the below scree shot , On the Account Look up window either it should show salesforce label Account Name (Legal Name ) for Header or it should show Relationship/Sponsor Skuid custom label . Instead its shows Account (Object API Name). is there anyway that i can show label Name of field instead of API Name?
I have four objects 1) Candidate 2) Training 3) Enrollment 3) work experience Work experience is the child object of candidate. Enrollment is the child object of Candidate and Training. Now I have created skuid list page with work experience object as model. Enrollment and work experience are not direct link with each other. It is linked with each other indirectly with candidate. Now I need to display field of enrollment into work experience list. Is there any way to do this?
Hi,Currency field working fine on salesfore page when change the Locale settings inAdministration–> Company Profile–> Company Information–> Locale Settings–> Currency Locale–> English(India)But on Skuid page its not working. it’s showing me currency field value as a dollar not INR.
I have a field that has 3 values: A, B, A & B.I would like to create a table filter that had two labels, A , B.However, I’d like to make the value be A; A & BThis would mean that if users selected A, they would get all the records with either A or A & B. If they selected B, they would get B and A & BAny way to do that? There a specific delimiter I could use?
I’m hitting my head against a wall trying to get table filters for string and formula fields to work. I Have tried steps 3 and 6 here:http://help.skuidify.com/m/models-conditions-filters/l/168443-filters-cheat-sheet-of-filter-use-case…To no avail. I have:a) a model condition for the field I want, set to value=empty and default offb) A table filter with filter type = select option, pick conditions =Manually, the model condition to affect being a)c) a model set to manual and listing out the values in the field (the field only has 3Yet the ensuing table filter does not affect the table in any way. I have another filter that is the same except in c) I reference rows from another model, in the exact way described in 6) in the link above. it does not affect the table at all.Any help appreciated.
DISCLAIMER: Not a problem with SkuidI am calling an Apex Remote Action which performs an HTTP callout to an external service in AWS. Work fine in my Partner DE Org. Pushed the code to the customer’s Sandbox and ran into the error.Has any of you hardened Skuid-ers run into this sort of problem in the past? After a quick google-bing, I ran across this KB: https://help.salesforce.com/apex/HTViewSolution?id=000214850&language=en_US ** After the Summer ‘15 release, Apex callouts, Workflow outbound messaging, Delegated Authentication, and other HTTPS callouts will support TLS (Transport Layer Security) 1.1, TLS 1.2, and Server Name Indication (SNI). Customers’ remote endpoints will have to be configured to support this update. **Thoughts?Regards,Irvin
Objective: View multiple tables with data from multiple custom objects on one page with two filters that apply to the whole page. Filter One: Id from one custom object (“Instructor”)Filter Two: Date Range from “Start” and “End” Date in another custom object ("Payroll Period’)FILTER ONE: Possible SolutionOne solution that I thought of was to create a page with the parameter set the the instructor id, “Instructor_Payroll”. This page would have a condition to view only the instructor in the param id. Then create a tab page with one tab per instructor. Each tab would have the “Instructor_Payroll” page on it, but the parameters would be set to only view the specific instructor that the tab is name after. Opening the page would then force the instructor filter, so you would only see the records related to that instructor. FILTER TWO: Possible SolutionIf the include page controls filter the page by instructor, I now only have to filter the page by the date range of the payroll period.Unfortun
The calendar pop up for date fields does not work well with my mobile layout. It gets stuck some times partially viewable and won’t scroll. Plus I am using it for date of birth so it doesn’t work great in that it defaults to current year. Is there a custom field render to turn off the calendar pop up?
Has anyone gotten an example of an image gallery working with Skuid, in particular using Chatter Files (not the skuid-shipped custom object for images)? Use cases of interest are: a) create a sexy list of thumbnails for files from the chatter feed of a recordb) display the full size imageThis seems like such a possibly awesome use for Skuid and yet I’m not finding anything that points me at how this can be done well (without old school attachments or the skuid custom object). Guidance, shares and pointers appreciated! Thanks,-cjj
This model: My assumption was that this model would be empty on pageload (which it is) but would create a default row as soon as it was queried (which it is not). What am I not understanding?
I’ve been playing with Banzai - loving it so far! I take it this is an appropriate place to ask questions and feedback about it?I’ve setup a REST API outside of Salesforce that makes calls to a number of other systems, the thought being that I can call the REST API I have setup and have that call multiple external systems, rather than having to call multiple endpoints from within my Skuid page. The object returned has keys with results in an array from each system.I can set up multiple models that look at each relevant part of the response (with “Path to Contents”) and use those models within my page; however this makes multiple calls to my API, which isn’t efficient because each underlying system gets hit on each call, as well as redundancy of data being returned.Rather than use multiple models, I’ve tried to use the “outer” result object (which has the keys and arrays), but the Skuid components don’t seem to understand the array structure - for example, if I put a field editor in the
Using javascript, I can get a model, and traverse the model and write the field values to an HTML table, all in javascript. Now, instead of listing all the rows in the model, I created a text box and button using javascript and using the value entered in the text box, search or query the model for the value. For example if I enter “123 Main Street” for the address, I want to search/query the model on the address field = “123 Main Street”. How can this be accomplished using javascript?
Getting this VF error: Encountered premature end of XML: no more data available - expected end tag to close start tag from line 1, parser stopped on END_TAG seen …</skuidpage… @179:41 An unexpected error has occurred. Your solution provider has been notified. (skuid)
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.