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
What kind of sort order does skuid use when finding a page based on its name?Suppose I have pages with the same name, in different modules:MyCoolPage in AwesomeModule MyCoolPage in ModuleOfAwesomeness If I run a url redirect with this: /apex/skuid--ui?page=MyCoolPage Which page will skuid choose? Is that something I can predict based on the properties of the page?
I am looking to redirect to an account page when clicking the appropriate data from a chart. I have a chart with data broken up by account, and when the user clicks on the data I am attempting to redirect them to the page of that account. I tried doing this using Redirect to URL action for the on-click action, but I’m pretty sure I also need a Java snippet to run to be able to do this. Anyone know of the Java to help run this action?
Using latest version (8.10)We have a Tab Page with Date filters on a Date/Time Field. Defaults to “This_Week”. All been working fine for past 6 months using this page.Today a user said when she selected “Next 7 Days” she could not get to May 31, we confirmed this and had same issue. We couldn’t get to May 31 with any filter criteria.But when I changed the default on page from “This_Week” to “Next 7 Days” then we can see May 31 using the filters. These are custom objects in our managed package. No changes to page since Februrary.
Want to update lookup field value as null or blank based on picklist value when selected as ‘No’
This probably isn’t a great idea for lots of reasons I haven’t yet considered, but I’m working on a proof of concept whereby you could switch between different records on a detail page without doing a hard page refresh. The idea is to make pulling up data from a new records as fast as dumping and loading a model, removing the excess delay from a total page refresh. Everything is working, EXCEPT, when I put on my main Opportunity model condition Id = (param) id a “Filterable Default On” setting, it does not load the right Opportunity on the first page load, as if the condition is filterable default off. For more details - I’ve got an Opportunity detail with a dozen other related models. The page is a child page. On the master page there’s a Recently Viewed navigation button that opens a popup and shows several other opportunities. You can click on one and it reloads the page, fine. But I want a row action that simply dumps the model in the background, and loads the model for the selecte
Hi, I have few currency fields displaying on UI as a template field in a table. When a field value is ZERO, it shows as blank on UI. Here is the template formula : {{#discountedPrice}}{{currencyCode}} {{discountedPrice}}{{/discountedPrice}}{{#discountedPrice}}{{currencyCode}} {{listPrice}}{{/discountedPrice}} {{^discountedPrice}}{{#listPrice}}{{currencyCode}} {{listPrice}}{{/listPrice}}{{/discountedPrice}} discountedPrice listPrice - When both of these are ZERO, it shows as blank. Expected is : 0.00 What I want to do is : display values if it’s not null (Meaning ZERO or any other value except null) What changes should I have to make for this formula ?
Hi, we want to filter a model, based on the distance on two locations. (According to this tutorial http://help.skuid.com/m/models-conditions-filters/l/378314-distance-conditions)However, it doesn’t seem to update correctly.We tried it in 7.36 it works fine, but NOT on the Account object. Currently we use Skuid 8.8. and we tested it in 8.10 aswell.EDIT: To mention, it is in a sandbox org. And the 7.36 is a production org.
Started seeing errors like this in 8.10:A Skuid Model, ‘_TempModel_1464213870354’, requested a Field with relationship name ‘AccountId’, on the Staff__c Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it does not exist, remove it from this Model.There isn’t and never has been an AccountId field on the Staff__c object.Affecting multiple orgs, mulitple objects. What are these “Temp Models”?
I have a requirement where the user needs to be able to create records in Model ‘A’ and records in Model ‘B’ where one of the fields in Model ‘B’ is a lookup to Model ‘A’. This is a relatively straightforward scenario when the records in Model ‘A’ already exist in the database and/or can be saved prior to creating the records in Model ‘B’. Unfortunately, my scenario is not that simple. The requirement is that records in Model ‘A’ and Model ‘B’ are created by the user and then everything saved to the database. Additionally, using drawers to provide context on ‘A’ when creating ‘B’ is also not possible due to UI/UX reasons for this use case.The page layout is:1) Table of records in Model B2) Global Action on table that displays a popup for creating a record in Model ‘A’3) Field in table on Model B that is a lookup to Model A where the user can choose any record that they’ve created in Model AAll “searches” on lookup filters expect the data to exist in the database. Is there a way to
HiI have a problem, that in the mobile theme composer, the written inline-css always gets removed.When I add it, save it and later open the theme again to edit, I get an empty editor. This also happens after refreshing.Skuid version 8.9
I am creating a very simple model of type “Email Message” and then displaying all rows in a table. For some reason the table returns “No email message to display”, however I can query the same object in Developer Console and it returns 5 rows.There are not filter conditions on the model.
we have identified couple of new issues in our environment after rockaway upgrade 8.8 , would there any forum/link for raising support request
I am using Eclipse, salesforce, and git. In Eclipse, when I do force.com -> Refresh from Server selecting all items from my salesforce server, am I also including my skuid pages? If so, how can I use the backup copies of my pages placed in my GIT repository? In the background is also running GIT to save all the files included in my salesforce project.
For some reason I do not see the Skuid header that allows me to customize themes. Does anyone know why it would disappear?
I have a single page app prototype I’ve been working on in Banzai. It has a model called State that has no Salesforce object and several ui-only fields that I use to store the UI state at any given time. UI components such as navigation items, buttons and row actions fire actions that update the fields on State, then Javascript event handlers read that and drive the UI change.In Banzai it has worked beautifully for months, but after a recent upgrade to Rockaway 8.10 it stopped working. After some digging, I found that Rockaway doesn’t seem to allow updating ui-only fields on a model with no underlying Salesforce object. If I bind my State model to a Salesforce object, everything works again.Any idea why that would be the case? My model really only has a client side purpose, so binding it to an object doesn’t make sense.
I’m encountering this error when running a snippet that creates several dynamic models.Here’s the console error:And here’s the data for the error: [&nbsp;<a target="_blank" rel="nofollow"></a>&nbsp;<br>&nbsp;&nbsp;&nbsp;{&nbsp;<a target="_blank" rel="nofollow"></a>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":"ProgressNoteInteraction",<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preventUnloadIfUnsavedChanges":true,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isProcessing":1,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"calloutIterator":1,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastSuccessfulCallout":0,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectName":"Interaction__c",<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAggregate":false,
I know you have far better things to do with your time, but here’s an fyi for whoever creates the release notes:
I been trying to integrate skuid with Authorize.net. I did research on authrorize.net integration as well as skuid integration and tried different approach but I have not been able to get to the point where both system integrate. I know skuid does have some functionality to integrate with authorize.net. I would be glad if someone could help me with this. Thank you !
I was trying to refresh the a model so that it will include the newly created record that i created, but When i checked, the query of the model that i refreshed using model.updateData() didn’t change.var field = arguments[0], value = arguments[1], newDocumentLink=‘’, firstRecord = ‘’;var linkModel = skuid.model.getModel(‘NewContentLink’);var noteModel = skuid.model.getModel(‘ContentNote’);var refreshContentDocumentLink = skuid.model.getModel(‘ContentDocumentLink’);var refreshContentVersion = skuid.model.getModel(‘ContentVersion’);var activeContact = skuid.model.getModel(‘SelectedContact’);var activeAccount = skuid.model.getModel(‘SelectedAccount’);var newContentNote = noteModel.getFirstRow(); var contentLinkCondition = refreshContentDocumentLink.getConditionByName(‘Link’);var contentVersionCondition = refreshContentVersion.getConditionByName(‘ContentDocumentID’);if(activeContact.data.length !== 0){ firstRecord=activeContact.getFirstRow();}else{ firstRecord=activeAcco
Hi,I’ve set up two pages for SalesForce1 (they are not built within the mobile composer, they’re desktop pages made fully responsive).My problem is that the Skuid Pages work perfectly fine in SalesForce1 for Android but refuse to render in SalesForce1 for iOS.I’ve inspected the page in Safari and noticed tons of CSS declaration errors, which apparently only show up in Safari (neither in Chrome nor Firefox nor some other browsers). Nevertheless the page renders just fine in all browsers.Has anyone experienced something like this before?Cheers
Hi, How can I change the language of inline Error messages? We have a german application. Custom labels are fine, however inline error messages seem to stay in english, even the User has it’s profile set to german. When I checked the labels page, all the Skuid labels seem to be english only and I am not able to change them. The one I need isn’t even on the list. Anyone knows a solution for that?
Has anyone done anything with broadcasting events between Lightning Components and a Skuid page embedded together in a Lightning App? For example: <aura:application> <c:myComponent/> <skuid:page name="MySkuidPage"/> </aura:application> Two questions really: Is it possible for myComponent to emit events that can be received in MySkuidPage? And can MySkuidPage emit events that can be received in myComponent? This page suggests it should be possible, though having used the code (with some slight modifications to call my own event) in an app similar to the above, there’s an error “Uncaught SecurityError: Blocked a frame with origin “https://{mydomainhere}.lightning.force.com”; from accessing a cross-origin frame.” I think this may be the LockerService restrictions. I’ve tried rolling back the API versions of the components to v35, but I get the same error message. Has anyone experimented with this or have thoughts on if it is possible?
rockaway 8.10, cs7 with winter 16 patch 6, custom domain I brought this theme over from another org. did the export/import theme and then also brought over via change set the static resource for the theme.
We’re deploying a bunch of pages to a different sandbox for testing. Used page packs and change sets and everything seems fine, but I’m getting an issue with a custom theme (different post), and this issue with page includes. I’ve tried deleting the page include and adding it back in the page builder but it still does this. I’ve never seen this before, usually it just shows up blank if it doesn’t find the page include. this is version 8.10, Winter 16, instance cs7, with a custom/my domain setup other page includes are working in other places. and then there’s also this - when a page include has an error, it loads the standard sidebar and header and puts the error inside there
Is there a formula to return the current time in a UI-field?
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.