Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
There seems to be a bug with table headers. All of my table headers are set to “Right” but they all are still displayed on the left. Is anyone else having this issue? It is kind of a pain as going in and adding custom CSS to every page that has table headers will take a really long time.
I have updated our Skuid to 11.2.0 on the sandbox. I have selected a field using the child relationship but unable to select the field on the table.Parent Object is Opportunity and the child object is Opportunity_Program_c and from there I have selected a completion% from Program__r on the model.I’m able to do this in the older version.
I’m getting this in Skuid: A Skuid Model, ‘Services’, has a Condition on a Field with relationship name ‘QuantityUnitOfMeasure’, on the Product2 Object, but this Field appears to be invalid. Please check that this Field actually exists on this Object, (or on related Objects). If it exists, then ensure that the user has permission to access it. If it does not, change any Conditions on this Model that reference this Field.I have permission to access the field in salesforce. But Skuid can’t see the field for some reason. Only way I was able to force the query attempt was to hack the XML.Looks like access to this field is only available in salesforce api v39 and higher? https://developer.salesforce.com/forums/?id=9060G000000Bh3eQACWhat version of the salesforce api is skuid using?
Recently upgraded to Millau and a few problems have been popping up here and there. Here is another one:Like the title says, when editing a date field the usual calendar date picker that pops up has been rendering very low on the screen or sometimes not visible at all. I am not sure why but this is a problem for many users as they often cannot even access the small calendar at all.Does anyone know if/what custom CSS I can use to set the location for the calendar to render at?
Updated to 11.2 I click Update out of date themes button, click confirm. I then briefly get “Updating themes please wait” message then “Done updating themes”. But they are not, if I reload the themes page the Update button reappears, if I click it again the same thing happens. My pages are misbehaving - e.g. filters don’t display properly. Have tried logging out again. Using Chrome. Urgent problem - help please…
Any ideas how I can get overlay text to fade into an image component?https://www.w3schools.com/howto/howto_css_image_overlay.asp
I have built a page for the new Individual object in Salesforce. I am using page assignments so profiles using Skuid are able to see this page I have created a visualforce page with the code below, the code is a copy and paste of others I am using and they all work fine. <page action="%7B!redirect%7D&amp;objecttype=Individual&amp;actiontype=View" extensions="skuid.Redirects" standardcontroller="Individual"> </page> The code is on Salesforce.com API version 42 and Skuid version 11.2 I have created a view button override with the visualforce page. When I login as a user of profile “senior jisc management” or “account manager” I am confronted with the error message below. Both users have the permission set “Skuid page viewer”. What am I missing, or is this a Skuid bug? I notice that the visualforce page I’ve written has a dependency with an managed apex class named “Redirects”, this managed class is on api version 36…could this be causing the issue? I’m not at all
The native export table button is throwing the following error when trying to export from within a lightning detail page using the Skuid lightning component: Uncaught Unsupported MIME type. The interesting thing is I am able to use the button when my Skuid page is deployed on a single app lightning page. Its just not working on a detail page.Another issue on both pages, when my table is set to ‘Show All’, the entire table footer disappears along with the export button. Changing to any other number of visible rows brings back the footer, but the same export issue persists. This was working before Summer '18. Tested with Skuid 11.1.1 and 11.1.14
Can see last item in properties pane. Can’t when properties pane is expanded.
Can anyone please share developer trial registration url for skuid? Earlier it used to be Start Building | Options, but page now seems to be removed.
Hello All! We have encountered an issue after upgrading from skuid Brooklyn to Millau (11.1.14). Before the upgrade I had a button that would execute actions dependent on the value of a UI-Only check box that was working successfully. After the upgrade the button no longer works. I have rebuilt the button in a simpler fashion and on a test page where I determined that the branch logic and syntax I was using is correct but skuid will no longer cooperate with a UI field and will only work with existing salesforce fields in the model. I have also tried global merge syntax with no luck. Does anyone know if this was intended or if this is a bug? Workarounds would also be appreciated! (workaround that aren’t simply adding another field in sfdc)
We haven’t used the Feedback tool that Skuid introduced in v11 yet, but it looks promising. We have ~20 salesforce/skuid instances that we support, and we’re trying to revamp our support process to make it a bit more scalable. I’m considering skuid’s feedback tool as part of that process. A few questions:How have you found the feedback tool helpful/lacking for managing skuid page support? Does anyone have a convenient way to monitor incoming feedback from multiple instances in one place? I suppose I could use some kind of mothership org from which I could create feedback models on data from other orgs, then adopt them all into a single model? Seems like a maintenance headache? Appreciate anyone who has thoughts/tips on supporting multiple partners. What questions should I be asking? Thanks!
I have a question that I am hoping someone can help me with. We have a button in Salesforce that is used for sending an email to the Account team. When you click the button, it loads a page that pre-populates with a Salesforce email template. I’m able to get the Skuid page working for the email portion, and I am able to get the relevant To, From, CC, etc information from the Case model. However, I ran into difficulty when I tried this: I added a model called EmailTemplate, where the condition is set to a specific email template ID. I set the body of the UI Only model (for the email) to lookup that EmailTemplate model and set it to the template body. Upon loading the page, I see the template in the body (great!) but it doesn’t handle the Salesforce merge fields It looks like this: This all brings me to my question: Is there a best way to handle something like this? I’m basically looking to be able to pre-populate the body of an email with contextual information from a case, but I may h
I use the Skuid Import wizard to import data into a couple of objects. In lightning I receive this error:- “Page doesn’t exist - Enter a valid URL and try again”The Redirect to URL is:-apex/skuid__Import?obj=Cut_List_Line__c&retURL=%2F{{$Model.CutList.data.0.Id}}&Cut_List__c={{$Model.CutList.data.0.Id}}&Milestone1_Project__cId={{$Model.Project.data.0.Id}}It probably requires a minor tweak, but so far I’m unable to find the solution.
I have a table on a skuid page. I want to make the rows clickable so that when the user clicks on any part of the row, it runs some javascript.I am having difficulty linking the javascript snippet to the click event of the row.The though the following post had the answer:https://community.skuid.com/t/onclick-javascript-on-click-of-any-field-in-row-of-skuid-ta...but I do not know how to link the function to the table class.Thanks
I have a pretty straight forward application built out where a user can create an “activity” on an account via a deck. This works pretty well, but I hit a snag in the road for certain users who only have “read-only” access in Salesforce to the account records. Has anyone every successfully created a model condition that only shows the records the user has read-write access to in Salesforce?
I would like to put a custom buttonset into my template field popup, so that my custom save button can perform some additional actions (like re-query the model and close the popup). That’s all fine and well, but that I don’t see any way to hide the done button, so it’s problematic having a custom Save button alongside the standard Done button without my custom actions…I’m even having trouble targeting via CSS with display: none Any ideas?
When specifying manual conditions in a date range subconditions are shown as options but the filter does not render when the page is loaded. I’m keeping the primary condition filterable as stated in:https://community.skuid.com/t/cant-deactivate-filterable-sub-condition-on-subquery Are subconditions not supported in filters? If so, why do they show up as options under manually specified conditions? Here is a sample page that should allow you to see my issue: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Account" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Id"/> <field id="Name"/> <field id="Contacts" type="childRelationship" limit="10"> <fields> <fiel
In the action framework as well as in the Javascript API, triggers on the activation and deactivation of multi-select filters (both autogenerated and manual) do not fire. Events do fire on the modification of the condition. The page below is a reproduction of the issue. A pop up triggered by the action framework should show on deactivation, activation, and modification of the condition, but only works for modification. An alert triggered by subscription to the appropriate events should show an alert upon deactivation, activation, and modification of the condition, but only works for modification. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Name"/> <field id="Id"/>
I upgraded to version 11.1.14 and I think that’s when this problem started, but it may have been with a previous update. I have a UI-only picklist field on a model based on a custom object. The picklist entries are manually set in the page builder. I can no longer see any choices in the dropdown for the UI picklist on the page within a field editor component: it just shows the --None-- option (or appears empty if I make it required). This definitely used to work, I’m just not sure when it broke, but it is not specific to one page. I recreated the issue on a test page with two models, each based on a custom object and the UI picklist choices are not showing up, whether showing a new or queried record.Weirdly, I am not seeing this issue for a model based on the standard Account object. When I add a manual UI picklist to the Account model, the choices show up in the field editor on the page.Any ideas?
The Parent Object is Opportunity and Child object is Opportunity Program.I’m trying to create a Chart by amount from Opportunity and split Amount by Programs from the Opportunity Program on the Y axis. I’m not sure how to access a field from the child object while using a chart.Is it possible to access the field by Merge Syntax?
New to Skuid and fairly new to salesforce and working with a environment which has grown a lot over time which i was not apart of. Troubleshoot existing pages and trying to make enhancements at the moment.Trying to make any change to a page and i get the insufficient access rights on object id error across the top when i try to save.Wondering what this is referring to? is it the models that i dont have access to? Question about where the access rights are controlled for Skuid.It is unclear to me where these are set and what needs to be changed to allow me access it. When it says Object ID, are there rights on Object ID within skuid and where can i find this? Or is there a setting in Salesforce which i need to review?Any help (with screenshots!) would be very welcome.ThanksPeter
The sliding panel below labelled “Recent Items” renders as a blank panel when clicking the recent items button in IE 11. Is this something that will be fixed? Google Chrome IE 11
To be clear, this is not in the Skuid mobile app. This happens on a responsive page on mobile devices when the “Feedback” button is enabled. It looks the same when choosing left, right or bottom. This is what it should look like: The bottom half on my page is cut off. This is what it looks like with “Feedback” button enabled Is not usable if mobile devices are being used.
I wanted to get an idea around what methodology other orgs have used for things like varying Detail pages based on Record Type. Typically everyone needs a general set of fields and then there are Record-Type specific fields in addition to those.Our Opportunity detail page’s primary objects have 111 Fields for Opportunity, 74 for LineItems and we decided to combine everyone’s page into one using conditional rendering & enabling. Whats the arguments against this methodology asides from marginally better page performance? Admittedly this page isn’t the fastest to load but would separating the pages based on record type really have that tremendous of an impact? Working with ~32 models right now some are for specific departments others are your standard “Key Contacts” and such.
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.