Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Is there any way to create custom links like below in skuid detail page.
Interesting dilemma. The File_c which is used for attaching files at the field level needs some additional functionality to manage who sees what.The issue is that the object doesn’t inheret any sharing rights as it’s the record being referenced as a lookup. There really really needs to be some additional considerations to manage this when using this object. Any solution I think of is quite a bit of a hack. Updates to sharing of any kind wouldn’t stay in sync with the File__c record.Really stumped on this one.
I am unable to search on this field.
I have an image on static resource and I am trying to bring that checkbox on the skuid page.here is the css I am using to bring the checkbox. Please help..nx-editor input[type=checkbox] { box-shadow: 0 0 0; font-family: Gotham A; width: 30px; height: 30px; margin: 0px 5px 0 0; vertical-align: middle; background: url(‘resource/bgCheckbox’) left top no-repeat; background-size: 30px auto; cursor: pointer; left: -20px !important;}Thanks,Pavi
Trying to filter record types in the record type model based on what the logged in user has access to. We are trying to accomplish this by querying all record types in the model, then looping through each row in the model and checking to see if the user has access to that particular row. Can we use isAvailable() in this scenario? If so, how do we use it? We haven’t had any luck finding an example in the community or online. Any help is appreciated!
Is it possible to create a hoverpage for a table element? Ultimate goal is to have a table display of something like Account. If you hovered the mouse over the Account Id, the mini page layout would display for that specific accountId.
Our Production Organization was upgraded to 8.11 last night. This has caused a bug where the tabs on one of our pages no longer show their content if they aren’t the first tab in the set.
I’d like to be able to write a single command that would cause skuid-grunt to skuid-push all of the pages that are changed in source control to multiple targets. Any ideas?
Is it possible to have a redirect that opens in a window like a popup?
I am trying to call apex web service using following code in salesforce and it working fine.and I created javaScript snippet code in skuid with some changes but I am getting an issue with this.Could please anyone help me to resolve this issue.Salesforce :sforce.connection.sessionId = “{!$Api.Session_ID}”;orderedChkBox = “{!Opportunity.Ordered__c}”;oppId = “{!Opportunity.Id}”;idArray = {!GETRECORDIDS($ObjectType.OpportunityLineItem)};if(idArray.length == 0){alert(‘You have not selected any line items to convert.Please select the line items.’);}else if (idArray.length > 0){var executionId = “” +sforce.apex.execute(“createAgentCommission”,“convertLineItems”,{lineItemIds :idArray,oppId : oppId});if(executionId == ‘The Line items which you have selected have already been converted.Please select a different line item.’ && executionId != null){alert(executionId);}else{alert(executionId);location.reload(true);}}SKUID JS Snippet:var params = arguments[0], list=params.list, sele
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
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.