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 have a mobile page with a button on it when i click the button with the page dispalyed in my browser it goes to that page fine the url is–https://skuid.na14.visual.force.com/a… when i open the same page in my phone and click the button i get “you can’t view this page, either because you don’t have permissions or because the page is not supported on mobile devices” the 2 page (the one the button is on and the one that is being opened have identical permissions and both are set to be used on mobile devices the query string i am passing in the button is ?page=phone_open_client_interactions&id={{Id}} if i remove the query string argument from the button and the condition on the page being opened, the page opens fine and shows all the records if i substitute a litteral value for {{Id}}, like 12, the page opens fine any ideas ? thanks ken
When does the statement for the lookup filter activate? On the page load?I am attempting to use the lookup filter based on a field that is updated in the same page. For example, if a user selects an Account in Field1 we want Field2 to show only contacts for that Account specified in Field1.Right now, this is not working for us. I plugged an Account name in the filter and it works fine, but when I try to use Field1 to filter Field2 it will not work.Any ideas would be much appreciated.
We’ve been doing our development in a DE org. However, our app is quite large, and since skuid stores pages as data, we’re bumping up into our data storage limit. We’ve already reduced the pageversions for all of our pages to 5 instead of 25. Anyone have ideas on ways to consolidate? Is there a way to get a bigger dev org?Skuid, what are your suggestions/best practices here?
Hi, I’ve created chart with picklist as a grouping field and picklist values are not translated. Any idea why?
I am setting up an External Data Model and setting the Service Access Method to POST, but the page editor tries to use GET instead. I was getting a “Method not allowed” error, checked the network log and saw the requests going out as POSTs.
I noticed that if I edit the order of conditions in the XML I can no longer change the order by drag and drop in the page builder. Not sure if this is a bug or by design but thought I would put it out there.
Is this an issue if I wanted to use the action “Run Custom Apex Action” on a force.com site page?
var params = arguments[0], $ = skuid.$;var table = $(‘#MyTable’), list, items; alert(“Hello World”); alert(table.length); if (table.length > 0) { list = table.data(‘Scholarship_Award__c’).list; items = list.getSelectedItems();}alert(list.length);In the code above the first 2 alerts are shown, and the table.length is greater than 0 but the 3 alert is not shown the table is populated with data form the ‘Scholarship Award’ object.Am I missing the obvious, do not want to use mass action on the table hence trying to use this snippet.
I know as a matter of fact Tableau allows the users to export the HTML code of a dashboard which can be embedded in a webpage and used to show the dashboard as a HTML page. Is it possible for us to embed the Tableau dashboard in SKUID page and show it to the users using an IFrame or something else? Not sure if SKUID offers such capabilities.
When Table Global/Mass Actions have conditional rendering applied, the order of the actions listed does not match the order specified in the builder (XML) as the conditions change. Note - This is important when a specific action needs to be the “default/visible” one but it is not always available based on certain criteria. Steps to reproduce: Create page using XML below Preview page Click the “select all” checkbox for the mass actions columns Expected Behavior = Actual Behavior Action 2 & 3 for both global & mass are rendered and in correct order Change the account name of any account Expected Behavior Actions should be rendered in order specified in builder (1, then 2, then 3) Actual Behavior Action 2 is listed first, followed by Action 1 then Action 3 Sample Page <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrow
The Skuid pages in my production environment are more recent than the ones in our develop environment. For this reason, I need to package the respective Skuid modules in Production. I am, however, getting this error:There was an error performing this query:skuid__UniqueId__c, skuid__Module__c, skuid__Composert_Settings__c, skuid__MasterPage__cError at Row1:Column72No such column ‘skuid__Composer_Settings__c’ on entity skuid_Page__c. If you are attempting to use a custom field, be sure to append the ‘__c’ after the custom field name. Please, reference your WSDL or the describe call for the appropriate names.In my master pages section I found no one. Any idea about how to pass this error message to be able to package all my skuid modules?Thanks
Formula fields that use global merge syntax are not updating when the data in the merge syntax changes. Examples: {{$Model.Account.data.0.Name}} {{$Model.Account.data.length}} Steps to reproduce Create page with XML below Preview page Change the first records name Expected Behavior Formula field “AccountRow0Name” is updated in all rows Actual Behavior Only the row that is changed is updated Click “+” on table to add a new row Expected Behavior AccountRowCount in all rows should reflect the current number of rows and AccountRow0Name should be updated in all rows Actual Behavior AccountRowCount and AccountRow0Name in new row are correct but existing rows were not updated Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="20" query="true" createrowifnonefound="false" sobject="Account" adapter="" type=""> <fields> &
Before upgrading to Rockaway, we were able to call list.getSelectedItems() from a button in a page title that is in a popup originating from a mass action. This was very valuable and allowed us to have mass actions that took some other input, and then fired a snippet looping through the selected rows.Now the list option on arguments is gone when accessing from a popup derived from a mass action. Is there another way to get the originally selected rows?
When a formula field on Model A references a field on Model B, an exception “Uncaught TypeError: Cannot read property ‘displaytype’ of undefined” is encountered. Notes Model A is listed before Model B in the model page order During evaluateFormulas, Model B is found, however when it calls ‘getField’ on Model B, fieldsMap is undefined Steps to reproduce: Create page using XML below Preview page picking an account Expected Behavior Page renders successfully Actual Behavior Page does not render due to exception Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account" adapter="" type=""> <fields> <field id="Name"/> <field id="CreatedDate"/> <field id="FirstContactName" uionly="true" displaytype="FORMULA" readonly="true" r
Urgent problem, as our customer community is down and they are heavily reliant on it to obtain their order and shipment statuses. We were upgraded to Summer '16 over the weekend and we run a SF community using VF pages that redirect to Skuid pages. We have a custom domain, mycommunity.com and use the “other situation” page assignments to redirect users to the branded Skuid page instead of the Internal Skuid page. That previously worked great. The user would click on the Name field of a record, and see the record with a visible url of mycommunity.com/. All was great. Now, the url has mycommunity.com/s/detail/ and the user gets a url not found error. Manually taking out the /s/detail creates a redirect back to the /s/detail page, and thus the same error. So our community users can’t access any detail pages at all… which is a big problem for us. This is happening in my sandbox (on Rockaway) and in Production (On Banzai.) Any help would be appreciated!!
Need urgent help on this one.As of this morning, we were running 8.10 and all of our skuid pages were blank, but gave the error message that there was some problem with the skuidcore manifest files. But ALL skuid pages were blank, including the skuid settings, pagelist, and all builder pages, so I couldn’t do anything to fix it. I upgraded to 8.11, thinking that would fix the problem. Now, all of my pages are still blank, but there is no error message. There are no javascript errors in the console.Help!?
Hi All,I am trying to add notes/comments above the column section but dint find any way (did by adding template but that showing below to the column section) requirement is to show the comments/notes above the column section with color preference and font. Should i use CSS for this?ThanksKailas
The latest Get the Latest Skuid Releases & Everything That Came Before page no longer has links to older versions of Skuid.Understanding that the desire is always to have customers install the latest versions, there are situations where specific versions are needed (e.g. if testing has not been performed against the latest version).Can the ability to download older versions be restored please?
I have two buttons in a page title component. On clicking one of the buttons,the color of the button changes and some fields are updated. This is handled through a script. At any point of time only one button will be highlighted. In my script, I am fetching the component and the buttons. skuid.component.getById(‘xxxxxxx’) and then the buttons using skuid.component.getById(‘xxxxxxx’).element.buttons This works fine in version 7.36.1 and there are two button elements returned But in the latest release, 8.11, this breaks. The buttons array has no elements. I really am not sure if this is a good way to fetch the buttons in the script. Or rather any component. Please suggest.
We use SMS Magic (Screen Magic) to send text messages in our Org. I’m attempting to add the on-click javascript to the button, but am running into an issue. I’ve followed the steps in this thread:https://community.skuid.com/t/list-view-button-added-to-skuid-table which is for the same app. However, the code in this version of the managed application is different. It requires this code:{!REQUIRESCRIPT(“/soap/ajax/14.0/connection.js”)} {!REQUIRESCRIPT(“/soap/ajax/14.0/apex.js”)} {!REQUIRESCRIPT(‘/resource/smagicinteract__smJQuery/js/jquery-1.10.2.js’)} {!REQUIRESCRIPT(‘/resource/smagicinteract__smJQuery/js/jquery-ui-1.10.4.custom.min.js’)} {!REQUIRESCRIPT(“/resource/smagicinteract__sendSMSJS”)} var packagePrefix = “smagicinteract__”; var recordType = ‘PRC_Client__c’; var idToUpdate = ‘{!PRC_Client__c.Id}’ var nameField = ‘Name’; var mobileField = ‘Phone_Number__c’; var optOutField = ‘smagicinteract__SMSOptOut__c’; var optOutDefaultValue = ‘yes’; var smsType = ‘’; var userId = ‘{!$User.Id
I have a calendar with a parent object. This parent object has a child object with a Master Detail Relationship. The calendar events show the parent object. Clicking on an event opens a pop-up with a table showing the child object data. I am trying to create a button on the title of the popup that will allow me to add list of specific child records. The “context” of the popup is the calendar event id.I have tried both the action framework and javascript and I cannot figure out how to reference the parent calendar id. On the table, when I add a new row manually, the id is filled automatically, but in the action framework and javascript, I am struggling to find this data. I tried “params.component.condition[0].value”. Any ideas on how to find this id?
Has anyone figured out a way to override the User Object/Layouts with Skuid? Looking for way to override the Edit User page.Thanks!Peter
Hello everyone, i have a question according to the the skuid composer layout. Somehow, it has changed its layout. You’ll find a screenshot attached to this post. Can someone help me? (Navigation: Compose -> all pages -> click on a page)
Trying to use Invocable Methods in Community, and I’m getting a 503 Service Not Available error in the console. I believe the problem is that the POST url is missing the $Site.Prefix - in the console you can see the url it’s using - our community is located at ests.force.com/partners so I think it needs to have the /partners added in. This may be a Salesforce error more than a Skuid error, but hoping to get some insight here first. I get the same error in Produciton on Spring '16 and Sandbox on Summer '16.
Is there a way to implement a “clear all filters” button?We have tables that have 15+ filters. It would be convenient to be able to clear all of them at one time.Currently if a filter was created on a table, there’s no option to deactivate the condition on the actions menu.
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.