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 have an interesting use case in the medical industry. I want to use a third party patient portal that will pull data from Salesforce via API. The page that displays the info would need to be designed and their designers don’t currently design mobile responsive pages. Can I build a mobile page inside of Skuid and provide them with the xml that they could then modify to populate with data from the API? I’m not a developer (which is why I’m such a fan of Skuid), so I don’t know if what I am proposing is entirely possible, but it would cut probably a month or two off the development time and 5,000 to 10,000 off the budget and give me a superior mobile responsive page build for the type of data I want to display. Seems like a slam dunk if it is possible. Thoughts???
In case any of you out there in Skuid land happen to be using this feature to inject JavaScript into the standard Visualforce pages. Another door slammed in our face. http://docs.releasenotes.salesforce.com/en-us/winter16/release-notes/rn_forcecom_general_requirescript.htm REQUIRESCRIPT No Longer Executes JavaScript On Page Load We’ve changed the way custom JavaScript buttons and links work when they use REQUIRESCRIPT. The REQUIRESCRIPT resources aren’t included in the page until the user clicks the custom JavaScript button or link.
Can i refer any content in static resource (zip) like image in javascript snippet?
We have not switched all of our pages over to Skuid but I would like to use one of the wizards I created to start from a standard Salesforce Visualforce page. I am running into two issues. First being that I have the wizard bring in the account name into this child of the account. When it is started from a Skuid page it works wonderful but when I start it from a standard visualforce page it will not fill in the account name which it needs to save it. The second issue is when I tell the wizard to cancel which should redirect back to the account detail page but it does nothing. I am sure it is because I dont have the correct URL but I am not sure where to start with the URL because it is a Visaulforce page.
Since upgrading we are seeing the following behavior. We use the service console so I am not sure if it is console related or not because this is an intermittent problem. We have a field on an object that is a lookup field. A user creates a record, selects the proper Account, the field is filled in, the record saved and in the SKUID page we see the value. Problem is that I have another user that views that record in the console and that field is blank. They don’t see the value. If they simply re-load the page then the value magically appears. So we have the record in view mode on 2 computers side by side and 1 has the value and the other does not. It is not a matter of timing as the value was populated a day ago. When we inspect the element on the machine that the value does not exist, that nx field is blank??? It’s like the value is not being sent to the browser but very hit or miss. Inspecting the other record in fact shows us the value. Not sure if this is related or not but we use
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
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.