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
Hi For some reason when I load my records via a vf page with Skuid:Page, when i open the record it does not loads the page from the top, instead my page starts @1/3rd.At first when i contact Rob, he thought it had something to do with my vf page. We made changes as Instructed, but still had same issue.But I just tried it with a different Skuid Page and it loads on top.So that’s make me assume it has to do with this specific Skuid page.Has anyone ever encountered this type of issue?If yes I would appreciate to know how you’ve resolved it.Thank you.
Go to https://skuid.secure.force.com/. Scroll to the bottom. Click Read on, comrade. Takes you to http://www.skuidify.com/blog/the-just-right-revolution?__hstc=160809954.2163987331bb5a1d11f5fd1f2e58…
I have a unique project, and I’m wondering if it’s possible to do in Skuid:I need to create a page with a pivot-table like function. It will most likely contain a drawer that opens up a Topic. From here, I need to show each person (Analyst) that is available to cover the topic, and be able to change their “Status” for each topic. The screenshot attached is what I envision the page to look like. The problem is that “Topic” is it’s own object, and “Analyst” is it’s own object. “Status” is a field on the Analyst. Is there a way I can have Each potential Analyst show to the right of each topic if they are both their own Objects? All of the necessary looksups to the objects are there, but I’m not sure if I can create a Pivot-Table look to the page. Anyone have any ideas?
When I access a skuid page from the VF page/tab that is the default for an app (using the SFDC apps menu) I don’t get icons. When I access the skuid page directly, I get icons.Thoughts?
So here’s the deal, I’m like 90% developer and around 10% designer. I often end up designing pages from a database perspective instead of a user perspective. Users often complain about the UX, even though all of the relevant information is technically available on the page. I have recently begun a project to improve the UX of our skuid pages. I have noticed that with the new skuid website, the phrase “UX” appears a lot. Clearly skuid gets the importance of UX. I understand some of the basic differences between UI and UX and I have read a lot of great resources online about this.I would like to know if there can be some kind of idea sharing/best practice thread for people to share UX ideas that pertain to using skuid. A couple of examples :When looking at a record detail page, what do users want to see? I often drag in a field editor and throw a bunch of relevant fields in, but maybe there should be some kind of widget at the top with some quick hitting important details. When adding a
Thought I would report this. The file uploader does not work on one of our machines. It is Windows 7 running IE10. We get an error saying that the subject field is required. It works fine on Chrome on that machine, though.
Hello Community,Let’s imaging I have two objects:1) Product2) Quantity per Yearthe object 2) has a lookup toward object 1) and contains two field: Year , QuantityIs there a way to build a table in SKUID in which i show the records of the object 2) as columns?Example:Image we have two products: product1 and product2and 4 records of “quantity per year”: 2 related to product1 and 2 to product2: 1) related to product1: year = 2014, quantity = 2 2) related to product1: year = 2015, quantity = 4 3) related to product2: year = 2014, quantity = 5 4) related to product2: year = 2015, quantity = 8Is there a way to build a table like the following?Product Name 2014 2015--------------------------------------------------------------product1 2 4product2 5 8Thank you very much.Gabriele
I’ve created a master page with a sticky header and footer and a top nav bar, and it’s working well on all its child pages (some great new tutorials on this stuff, Team Skuid - nice work!). I want to set a background image on the master page using a parallax effect. So I went to the master page, edited page properties and set the background image with these settings: background-size: cover; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-color: transparent; But when I look at the child pages, the background image is dependent on the amount of content in the page, instead of covering the full height of the browser. If the page is short because there’s not much content, the background image falls short. E.g.: A page with a long table of records displayed gives a full background:https://community.skuid.com/t/new/add\_details?topic[subject]=background+image Whereas a page with only a small amount of content gives a partial backg
Two left buttons. Rendered or not based on this model having rows. Cancel button artifact New button artifact Element inspection
Hi! I am currently trying to implement a Salesforce JS button into my Skuid page. The reference fields in the URL are not pulling dynamically and I was wondering what the correct format would be or if I need to create new variables in my code. (I am not JS savvy).Original SF button code: var u = “https://www.toutapp.com/pitches/new?name={!Contact.Name}&email={!Contact.Email}&salesforce_contact_id={!Contact.Id}}&force_bookmarklet=true&style=salesforce”;var w = window; w.open(u,‘Tout’,‘scrollbars=1,status=1,width=762,height=’ + ( w.screen.height < 970 ? w.screen.height : 970))Skuid reference Fields: model: SelectedAccountContacts (Name, Email, Id)Any thoughts??
Recently I’ve sometimes have seen the error message “Time Limit exceeded” show up for som pages. Usually after a reload or just wait some time it goes away. However for a couple of pages this message seems to appear more frequently and I’m about to release some of these pages to users and the beta-testers also get this error now and then. Before going into production I would like to solve this. The common thin k between pages where this appears seems to be that they have aggregate models. One of the pages that gets this the most has a Queue where I use the aggregate model to get distinct values from a custom object. The object contains workorders and the queue should only show areas where the person using the page has worked. With regular SQL I would have uses Select Distinct for this but with Skuid I have found that grouping an aggreate model can be used to get the same result. However what is strange is that the page usually loads really fast but sometimes seems to hang for a while
How i could get current logged in user details and current logged in IP Address in skuid page. Is there any skuid javascript or any other work around.
Email to case is enabled. Customer replies to emails sent for a case are creating new case records instead of appending to the original case.
I wanted to display an error message on a popup and what I did was, add a page Title component into the popup gave a unique name to the page title component in a custom javascript, on click of a button on the popup, used the below mechanism to display the custom message, var pageTitle = $(‘#searchContacts’); var editor = pageTitle.data(‘object’).editor; editor.handleMessages([{message: ‘an error’, severity:‘ERROR’}]); However this works fine if I logging as an Administrator, The problem is If I logging another user (which doesn’t have some permission to the page title component I guess) It gives me the below error Uncaugh TypeError: Cannot read property ‘editor’ of undefined What am I doing wrong here? Is this really a permission issue? Is there another way to display the custom js error? Thanks in advance
When using mobile version, the toggle left action does not work for Firefox but it works well in Chrome and Safari.
Sorry if this is more of a Salesforce question. But I’ve been stuck on this for a while. Maybe I am missing something. I have a parent object (Location) and a child object (Exposure). This means people can add payroll, sales, man hours, etc. to the location on a monthly or quarterly basis. There is also a child object of location called “Incidents.” To put it simply what I want to do is be able to show the number of incidents that occurred at this location in the exposure period created. Ideally this would be a formula but I don’t think that’s possible. The other two options I am thinking of are UI only fields, or building some sort of a process/flow that updates a field on the exposure object every time an incident is created/edited on this location. Anyone have any better ideas?
The waiting icon does not go away.https://drive.google.com/file/d/0B409lhd9sYDcRm5CRmNPSU9lZVU/view?pli=1
I’ve gone through the tutorial several times and searched the forum to no avail…I’m creating a detail page for a custom object and see how to create the URL Parameter if the url matches the format in the example. The URLs for my custom object are different and I can’t figure out how to modify the Condition Properties appropriately.My custom object URLs look like this: https://na34.salesforce.com/a0661000001rrId instead of having an Id= in the URL as the examples do.Thanks for the help!
I’m adding a skuid page include in the UI directly. But I’m getting a standard Salesforce error when the VF page does not exist: Page include does not exist error asking me to create Page include. I selected the skuid page from the include dropdown and added appropriate page params. The included page works fine by iteself. The main page has a master page though. Does page include not work when the main page has a master?
Hey team,To reproduce,Click Configure Drawer. The drawer dialog is shown in the composer. Select the dialog and move around in the composer. Dialog jumps to the bottom. Select the dialog to re-size. More weirdness occurs. I normally just accept the flakiness and deal with it assuming someone else will report it or it will be found during regression. However, yesterday I was onsite with a customer and they were complaining that the composer had gotten worse after the upgrade to Banzai. Thought you would appreciate the feedback.Regards,Irvin
I have a mobile page that has a reference field “patient”. When you begin typing the name of the patient, the search suggestions pop up below the field with no background color and display over top of the field below. (Image attached). I can create some space between the reference field and the next, but if there are several suggestions, they will spill down over the next field anyway. Is there a way to get a white background to the search suggestions? In the attached image, you will see hypothetical patient, Rocky Balboa’s name jumbled with the field below…
Salesforce1 has not been friendly to our mobile app lately… It won’t load many times. it freezes and crashes, etc… However, it works fine if I navigate to the Skuid page directly in safari or mobile chrome. Here is a quick overview of how to add an default icon to a page to have it display as the home screen icon on IOS. Ideally, I would like a web app experience where I can send the link to someone, they can add it to their home screen and the home screen icon is out logo. I’m not sure how this would work in Skuid though because it says to add the icon to the page’s root directory. Is this possible with a Skuid app?
Figured this should have its own thread. Continued from here: https://community.skuid.com/t/appexchange-package-upload-to-include-custom-themesChild pages do not update at all via the post install script and are untouched. Manually I can unpack the pages from the static resource.I am unable to figure out how to get my post install script to auto deploy my child pages. I imagine this has to do with every org having different Ids for pages. The script would need to identify master pages, deploy those first, identify child pages, and link those back to the already deployed master pages.
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.