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
I am getting the below error on when a skuid popup is invoked from another pop-up on a page include.There is main skuid page with 3 tabs. One of the tabs has page include tag to include another skuid page. That included skuid page has row action which opens up a pop-up and that has a global action on it to invoke another pop-up. when that last pop-up is invoked this error comes up and we are not able to close the pop-up on Save&CloseUncaught TypeError: Cannot read property ‘dialog’ of undefinedskuid.utils.createPopupFromPopupXML @ VM126:10utils.createPopupFromAction @ skuid__SkuidJS:26d.register.showPopup @ skuid__SkuidJS:30f.runActionNode @ skuid__SkuidJS:30f.runActionsNode.m @ skuid__SkuidJS:30f.runActionsNode.m @ skuid__SkuidJS:30f.runActionsNode.m @ skuid__SkuidJS:30f.runActionsNode.m @ skuid__SkuidJS:30f.runActionsNode @ skuid__SkuidJS:30p.init.r.actionsDef.children.each.f @ VM125:4p.init.r.actionsDef.children.each.l.onSelect @ VM125:4c.selectItem @ skuid__SkuidJS:30utils.regi
This is the error I see whenever I start trying to edit pages (upgraded to 7.7). I can hit Continue and it works fine however.A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.Script: https://skuid.cs12.visual.forc…6271000/skuid__SkuidBuildersJS:9
From page “A” I have to redirect to another page (page B) for fields in a model to updated on page A. When there are changes in a model I need to re-query certain models. I am using the action framework on the model to listen for changes on a particular field to update, to then re-query certain models. That did not work. I have to manually refresh the page in order for the model to reflect the changes. I think I may need to use a javascript that “listens” for changes and re-queries but I am looking to the community for some guidance. Please let me know if you need more info.Thank you!
In the mobile builder we have some apps where we render checkboxes as YES / NO and we have localized this to the Swedish JA / NEJ. We have done this with the following CSS input[type=checkbox]:before { content: 'NEJ'; } input[type=checkbox]:checked:before { content: 'JA'; } When upgrading to Banzai this no longer works and the checkbox is displayed as a switch instead.
I updated to the new skuid and now my include pages on tabs are all loading with a large left indent. Any ideas for how to get them to load without this?
Seems like responsive grid divisions set to ‘fit to content’ don’t resize when the contents change (or appear).I have a division with a component that is initially conditionally rendered away (there’s nothing there on pageload, so the division is appropriately size 0). Then when I update the conditional rendering field, the content loads offscreen, but the divisions don’t resize.
This may be the same issue as this (but I had a little trouble following the thread).
I’m currently using Skuid Mobile to create a page in our Salesforce1 app. Whenever our page displays a picklist, it appears to render twice (once which appears to be a seemingly mobile native picklist, while the other seems to be skuid specific). It happens only about 50% of the time when you select the picklist to recreate the issue. This also only seems to be a problem in Android browsers. I haven’t seen this is iOS. Has anyone else had this problem? !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20150804-3037-19amq41-Screenshot_2015-08-04-11-34-40 2 inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1250655/RackMultipart20150804-3037-19amq41-Screenshot_2015-08-04-11-34-40__2__inlinepng1438711060”)
I am beginning my first mobile app. The mobile editor is great, but I have an issue. 1) I added a grid with 4 division 2) I added a template component to each division 3) I put a one-cell table in each template. It worked just as I had hoped, except that there are four added before the table when it renders. I can’t figure out why. They are not in my template code. They don’t show up in the xml, but when it renders, there are four . These end up creating a bunch of wasted space at the top. Any Ideas? Screenshot attached
Hi,For this use case, I launch my Skuid page using the following JavaScript: {!REQUIRESCRIPT("......")}<br>var url = '/apex/skuid__UI?page=AwesomeSkuidPage&amp;id=' + '{!sobject.Id}';&nbsp;<br>window.location.href = url; On the awesome Skuid page, I have a page title button that performs even more awesomeness. The button Runs Multiple Actions that executes a JavaScript snippet which uses JavaScript remoting to invoke a remote action. Note that the remote action must be asynchronous.I do not want to include an Apex VisualForce page in order to include the necessary JavaScript ala https://community.skuid.com/t/javascript-remoting-and-skuid.Is this possible? I am relegated to implementing a custom REST service?Thanks in advance,Irvin
Hi, I’m not seeing the standard SF phone field from my contacts model, is there any reason why?
So I can display child record names separated by comma in the child-template filed that you can drag in from the field menu of the model, but I need that exact information to be populated into a text field. I don’t need formatting, just the info. How can you get a list of child names separated by comma into a plain text field? Thanks
I’ve been organizing our opportunity record types and have had to place a number of them under inactive since we do not use them anymore. The issue is that though they are inactive, and do not appear in standard Salesforce when making a new opportunity, these inactive fields still appear as options on our Skuid pages which can be confusing for users. Is there a way to ensure that Skuid only displays the active record types for Record Type ID? Other than deleting them of course, we may wish to develop them further in the future.
I’m working on a snippet that will mass copy selected invoice records from one model to another, which also includes child invoice line records. I’ve successfully added the new invoice row(s) and new invoice line rows but because the parent invoice rows aren’t saved, I don’t have parent Salesforce IDs for the child rows. How can I link the new child row(s) to an unsaved parent? I could just save the new invoice rows, and loop through the response to then add the new invoice lines but I want to be able to review the new invoices before they’re saved.In the screenshot, the top table shows the original invoice(s) and lines that will be selected to create new invoice(s) in another object. The bottom half shows the new invoice row and child invoice line records that are ready to be saved but are missing the parent ID (invoice number column).
I have a conditional render on a button with custom logic (1 AND 2 AND 3) OR 1 OR 4. So basically I want the button to show if 1-3 all evaluate to true or when 1 or 4 evaluate to true. It is almost like when you throw the “or” in there it gets messed up. I tested each condition alone and know that they are working. When they all come together they stop working. I have seen a few threads about issues with the custom logic on conditional rendering and am wondering if this is a bug?
Hi,I’ve reviewed the following posts but not sure how to and if using iFrames in Salesforce is a good idea as they’ve disabled the support of iFrames. What I need to do is to host a visual flow in a Skuid page but not sure how to do that.Please advise!https://community.skuid.com/t/how-to-view-a-visualforce-page-on-a-skuid-detail-pagehttps://community.skuid.com/t/best-way-to-incorporate-visual-flowshttps://community.skuid.com/t/skuid-page-passing-parameters
Something went wrong while editing a tab page. I was introducing a new model by cloning the primary object/model. It initially did not like the name I gave it “Expense1thisFY” ( I may have hit space after the “i”) and got the typical error message, renamed it to (cant remember what) and added a condition. On preview, I got an error (likely what you see in the images below). Figured perhaps cloning was a bad idea and proceeded to delete the clone model (at the end of my model list). This rendered both the tab page and it’s builder/edit skuid page unusable. What’s strange is there are some components and models (hiding under other tabs on the tab component) that are still functioning. The edit page is simply empty. The version restore button on the edit/builder page isn’t solving this. Any chance I can salvage this page? Tab Page (some elements under that tab component (and the graph are still working) Skuid Builder/Edit page
How can I call a restful service from a Skuid page to do a lookup in Salesforce and return a JSON result?2. If step 1 is possible, can I populate a control on the Skuid page with the JSON results?
Access Custom Label
I have tried to override my salesforce home page following this tutorial: http://help.skuidify.com/m/supercharge-your-ui/l/117747-reclaim-the-salesforce-home-page However, I believe that I may have an issue here since I am using SF Professional Edition. I don’t therefore have User Profiles. I have created my Skuid page to be used, as well as the visualforce page and custom home page component per this tutorial. How can I get my page to override the SF home?
I’m getting some very strange CSS injections into standard Salesforce CSS on my opp detail page. I’m not exactly sure when this started happening, but it seemed to be about the time I added an inline CSS for the first time. However, it doesn’t go away when I delete that CSS snippet. The issues are with the sidebar and the app menu. It seems like this wouldn’t be a skuid issue because it’s in the Salesforce CSS files, but it’s only happening on this one Skuid page, so I thought maybe somebody here could help. Here’s how my sidebar looks, there’s a gray background, and all kinds of extra style on the Create New button that isn’t supposed to be there. Here’s the CSS line that is making the gray background, when I uncheck it things look right. Here’s the CSS that is making the Create New button look funky, some particular #createnew version of the .menuButtonButton class, when cross all those out things look right. Here’s what the CSS should look like: Here’s what the funkiness with the
Requirement to change the place holder text for the Queue and the list, How do I change that ?
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.