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
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.
We’re moving VF pages with skuid:page from one org to another using the ANT migration tool. We’re getting errors like this: pages/CenterDefaults.page -- Error: The specified Package Version number does not exist for that Package: skuid, 7.5 It looks like the VF pages are expecting to find whatever version of skuid existed when the page was created in the source org. The target org only has 7.24. Any good way around this?
I have a table which often gets exported to excel via the export feature. I have a field in the table called “Utility_Account_Number__c” which is a Text field. in some cases a number can be up to 20 numbers. When exporting to excel, excel treats these fields as number fields instead of text fields. This causes the number to get all weird. Firstly the numbers show up in a scientific notation kind of look. Secondly even when telling excel to treat it as text, it is still messed up. For example a number that looked like 00532432402341233453 will come out like 5324324023000000000. Basically leading zeroes get thrown out, and later numbers get converted to zeroes. Obviously these numbers need to be accurate and this is causing quite an issue. I suppose this could be considered an excel issue, but I am setting the field as text in SFDC, so shouldn’t it retain that data type during the export?
Hello!I’m not sure what the issue is here - one of our orgs cannot access any of the Skuid authored pages (e.g. page builder, themes, deployment, etc). I’ve granted login access.Cheers!Louis
Possibly affecting a JS snippet that couples 2 records from different objects in Salesforce.There has been no modification to the JS, and the system was working fine prior to the Skuid update.
when I look at a history file I only see one record. The created date record. I have made changes to the file but do not see the changes Why
One of our users is getting a heap size error size of 687… no one else is on the same page. I’ve tried everything I can think of to reduce the size, I’m thinking it might have something to do with this particular user somehow, does that make any sense?
Our users want to be able to upload a template file in csv format that we want to use to generate a large number of records. The only information regarding file uploads has to do with File Attachments. I was curious if someone has had a similar problem, and what the solution to that problem was.Thanks!
I created a custom component that renders a simple table that shows some calculations based on the current model. When I activate a filter on my model, the model is refreshed but I’m not sure how to refresh my custom component. Any advice would be appreciated, thanks! Eulogio
HI,I’m trying to accomplish the following, and not sure it’s possible with Skuid.After saving a record I would like for a way to show a popup/warning if certain conditions are met or not metExample of my main use:I have a formula field to validate certain numbers entered. If that formula result does not match a value entered in X field, I want to be able to show that warning/popupThe reason i cannot use SF validations, is that in certain cases, it will not match, but I still want to be able to show the Warning, so they can double check the #s entered.The problem i’m experiencing is that the condition has to be after Save is executed, as formula field would only calculate after save. This is the reason i cannot use a custom “save button” with multiple actions and conditional rendering.Basically the order of actions would be-Save-Check 1 or more conditions-If condition(s) met, to show the popup/warningif anyone could help me out, i will appreciate itIf need more details do not hesitate
Does anyone else hate the ctrl+del hotkey in the skuid page builder?I often try to use ctrl+del when editing text to delete a word at a time (instead of a letter at a time). The only place I can’t do that is in the page builder, where ctrl+del seems to be a hotkey for search (randomly? why is delete associated with search?)Any way I can change or customize builder hotkeys?
I have used this paradigm many times to access a page title and display messages: var pageTitle = $('#ContractErrors'); <br>var editor = pageTitle.data('object').editor;<br>editor.handleMessages([{message: 'Pizza is good!', severity:'ERROR'}]); I am trying to use this code inside of a page include. When I hit the second line, in the page include, I am getting an error that ‘Cannot read property “editor” of undefined’. Obviously the pageTitle variable is missing something when it’s running in a page include. The page works perfectly when it’s running by itself. Any ideas why this would happen? I have checked that there are no naming conflicts between the pages. Any ideas?
Hi,The picklist values on the skuid mobile page is showing all the values and not filtering according to the Record type. API is enabled for the users, is there anything else to be done for it to work? Thanks.-Sravanthi.
Hello,I had ask quickly Rob, regarding this and it does not seem simple or even possibleBut wondering if anyone has experience or found a way to include a “Skuid page” in standard layout.One of my object (account) has over 30 related objects and 500 custom fields… And i would liek to roll out changes in small pieces.So i was thinking if i can find a way to add each related list 1 at a time using skuid into the standard account layout , it could make this transition much smootherI tried quickly (i’m a noob on skuid) to use Skuid:Page on a VF page which Iinserted into standard layout, but all that gave me was some sort of cascade: A standard layout page, withing another standard layout…Any potential solution would be appreciatedThank you in advance
I have a skuid page with 7 editable fields for a user to potentially update. If a user deletes a number and leaves any of the editable fields blank, it will not save the model. It will look like it saved, but if you refresh the page the previous numbers reappear as if nothing was changed. However, if a user replaces a number with zero, then it will save.This page is used monthly and we did not experience any issues until we installed v7.24. I remember that we were able to leave fields blank before. Any ideas why this is not allowing us to save the model?Thanks.
This vertical navigation component set up on the right side of the screen: In runtime, the subnavs still try to display to the right of the main nav item, and cannot be accessed. Also, the fateful “bottom of the screen” issue looks to be in play here as well. The nav component should respond to its on-screen location to determine which direction (vertically and horizontally) to display the subnav items).
I want to only render a button if the createddate is in the last 3 days. Here is how I have it set up. If I have >= it never shows regardless of the CreatedDate If I have <= it always shows regardless of the CreatedDate
I want to total the sum fields from 2 models in a U-I Field. The first aggregation The second aggregation My U-I field Is my formula wrong?
What can we put into the Other Situation box on Page Assignments? I’d like to put in Account.Name=“specificAccountName” for an Opportunity View, so that if the Opportunity’s Account is something specific we get a certain page, is that possible?
I have Created a regular Model and Aggregate Model of the same Salesforce object in order group and display on the UI. I tried lot of options but failed(May be issues with filters) to group the data. Can some one help with this?
We are using Banzai’s model services to connect to an instance of Netsuite. Ideally, we would like to use OData to make the connection. Skuid can find all the data tables, all the fields in those tables, but seemingly, can’t access the records. When I use the same service URL for a REST model, it works perfectly. I can see the fields, the records, no issues. Any ideas? I tried including all fields in the model, no go.
Skuid Mobile builder does not show two charts together. When i add two charts in two separate division, only one chart gets displayed and the other one goes away. I have tried to create a new panel and add the second chart in that new panel and then call this panel from a button, it still remains the same. May be its a big bug related to the charts component.I would want to show two charts in two division. Only one chart gets displayed when previewed.Kindly help me with this.Thanks in advance.
So you can add custom fields to ContentVersion Object through the Salesforce Admin menu. I can then load these fields into Skuid as expected, however, they are not available for edit and they do not respond to actions. From what I can read, they are supposed to be update-able by API. Can anyone think of a reason they would appear Read only in Skuid? I can alter them as expected in the Salesforce layout for Content, so it isn’t a permission issue… Any thoughts would be appreciated.
I have been re-skinning all of my skuid pages with the skuid-built “Lightning Design” theme. It looks pretty awesome! One thing that I have heard mentioned, is that there aren’t clear lines between certain things. For example, in tabsets, the tabs are not separated by lines, rather, they are separated by whitespace. Personally I like this, but my personal feelings aside, some users would like clear lines demarcating things. When you have tabsets within tabsets however, the look is quite different. Is there a way that I can simply apply the sub-tabset styling to the parent tabset as well? Can I get 1 to look more like 2?
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.