Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
And the query generated using Service__c for grouping that works fine. SELECT SUM(Starting_Hours__c) sumStartingHoursc,Service__c servicec,Service__r.Name servicerName FROM Task__c WHERE (Work__r.Sprint__c = 'a3oj0000000Xb5nAAC') GROUP BY Service__c,Service__r.Name Using Work__c instead of Service__c for grouping should work just fine as well, but sadly no. :(
I created a new Campaign tab and detail page in my sandbox (Rockaway, Summer 16.) Everything is fine there. When I moved the pages to production (Banzai, Spring 16), I get an error on both the tab and detail page "Invalid Model Service “salesforce” on Model “Campaign” ". In addition, on my detail page, there are native object fields (most of my problems are on the Campaign Members native SF object) where the object fields are included in the model, but not available in the model field picker. For example, Email is a native Campaign Member field, but not showing in the field picker. therefore, I have lots of model field errors on this page. Are these problems related, and how can I resolve them?
I have an external data model that I want to display in a calendar component. When the date is (i.e. user selects a date from the date picker or uses the back/forward buttons) updated, I want to re-query the model, but pass in the selected date to the re-query so that the external system knows what events to fetch.What’s the safest way of doing this? I can’t find anything in the Skuid JS docs on the calendar component that exposes the currently selected date, or any event triggered when the date changes. Closest I’ve got is something like: skuid.$(“#sk-id-here”).datepicker() which I can traverse to find the currently selected dateMy other concern is that, from what I can see, if I change the date, a re-query happens automatically. For Salesforce models, I can understand that a date change can be applied to the model in a way that affects the underlying query, so that only records within the date ranges are fetched.I don’t think this is possible with external data - though I’d love to b
Hi, I have a button which has multiple actions to run on click. Action 1: Run a Snippet Action 2: Another snippet Action 3: Run 3rd Snippet Here , what I am trying to achieve is - only after finishing the first snippet which saves my record and then start running other ones But currently, what is happening is - I observed that 3rd snippet is running before the first action in list. This is how my action framework looks like: Here is my first snippet looks like: // Get references to our Models//Define Variables required var $ = skuid.$; var mainDFD = $.Deferred(); var models = skuid.model.map(); var bpModel = models.BillingProfile; //Save Billing Profile var saving = skuid.model.save([bpModel],{callback: function(result){ if (result.totalsuccess){ //alert('Billing Profile Id: ' + bpModel.getFirstRow().Id); // should be a real SF Id now //console.log('Billing Profile - ID ',bpModel.getFirstRow().Id); //$.unblockUI(); //mainDFD.resolve(); } else { // T
How can I access the settings I have customized in the Skuid Settings tab so that I can deploy them to other SFDC orgs?I’m particularly interested in being able to deploy component packs and data sources.
Hi Team!Is there a method I can use in javascript to determine if a page is Mobile or Desktop?
While many other posts on the community suggest Skuid uses JQuery Tooltips, I think they may be out of date. From what I can tell, ‘Aria’ is being used. Below is the desired tooltip on a row action, and it’s html tag: BEFORE HOVER: AFTER HOVER: I’d like to achieve the same effect with my exclamation mark in a custom field renderer. I’ve tried to replicate the HTML, but clearly the tooltip on the ‘Show Contacts’ button is being registered somewhere before the DOM loads. How can I achieve the same effect? ``
It looks like there is currently no way to conditionally render decks or wrappers in the mobile builder? Is that the case for everyone?Will conditional rendering work on mobile if I hack the XML?
I’m trying to override the standard Edit button on the Opportunity Object using page assignments (we need some people to be redirected to the skuid page and some to be redirected to the standard page). The VF Markup I’m using is: <apex:page standardController=“Opportunity” action=“{!redirect}&actiontype=Edit&objecttype=Opportunity” extensions=“skuid.Redirects”/> Users with the page assignment are redirected to the Skuid page correctly, but for people without the page assignment, they get the error attached. Any idea what’s going on?
Hi,I am displaying a skuid detail page for cases successfully in the service console in a main tab. However, the name of the tab is not populated using the case number, but ‘External Page’.Even if in the console app I change the case display to subtab, the subtab is named ‘External Page’.In the visualforce container that is used as view-override, I am setting the title property as {!Case.CaseNumber}. The skuid page itself also uses a page title element.Please advise.Bernd
Hi, I just went back to a page I created back in december , and realized on none of models on that page do I have the option to ** Prevent users from leaving page if this Model has unsaved changes Any Ideas what I can do to have that option back?**
We have a component in our package that allows users to build estimates on a table. We are getting requests to create “groups” or “options” within a single table. Any ideas on how to approach this? One challenge is that the user needs to be able to (almost) infinitely be able to create as many sub groups or options on the table as they would like. An approach would be if the user could add table after table, but I don’t believe there is a way to do “conditional tables” that would appear if the user clicked a button that said “add table.” Here is a rough mock up/concept in Excel
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.
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.